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
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/929565

Title:
  eglibc packaging in lucid break on epoch

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

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to