[Bug 929565] [NEW] eglibc packaging in lucid break on epoch

Unilogic Networks Package Master 929565 at bugs.launchpad.net
Thu Feb 9 14:40:35 UTC 2012


Public bug reported:

While trying a small modification to the eglibc source package (in
Ubuntu Lucid), I tried using Debian epoch versioning, however this
seemed to break the Makefile.

The following modification to the rules file seems to fix it:

Current/Broken:
EGLIBC_VERSION = $(shell echo $(DEB_VERSION) | sed -e 's/-.*//')

Should Be Better:
EGLIBC_VERSION = $(shell echo $(DEB_VERSION) | sed 's/.*://' | sed -e 's/-.*//')

** Affects: eglibc (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to eglibc in Ubuntu.
https://bugs.launchpad.net/bugs/929565

Title:
  eglibc packaging in lucid break on epoch

Status in “eglibc” package in Ubuntu:
  New

Bug description:
  While trying a small modification to the eglibc source package (in
  Ubuntu Lucid), I tried using Debian epoch versioning, however this
  seemed to break the Makefile.

  The following modification to the rules file seems to fix it:

  Current/Broken:
  EGLIBC_VERSION = $(shell echo $(DEB_VERSION) | sed -e 's/-.*//')

  Should Be Better:
  EGLIBC_VERSION = $(shell echo $(DEB_VERSION) | sed 's/.*://' | sed -e 's/-.*//')

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/eglibc/+bug/929565/+subscriptions




More information about the foundations-bugs mailing list