Package: hercules Version: 3.07-2.1 Severity: normal Tags: patch pending Dear maintainer,
Sorry, my previous mail was only a first attempt and was not meant to be sent yet. I've prepared an NMU for hercules (versioned as 3.07-2.2) and uploaded it to DELAYED/5. Please feel free to tell me if I should delay it longer. Cheers Luk
diff -u hercules-3.07/debian/rules hercules-3.07/debian/rules --- hercules-3.07/debian/rules +++ hercules-3.07/debian/rules @@ -7,6 +7,7 @@ export DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) export DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) +export LDFLAGS += -lltdl ifeq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) CFLAGS += -O2 @@ -93,6 +94,8 @@ # Add here commands to install the package into debian/hercules. $(MAKE) install DESTDIR=$(CURDIR)/debian/hercules $(MAKE_ARGS) + sed -i "/dependency_libs/ s/'.*'/''/" `find $(CURDIR)/debian/hercules -name '*.la'` + rm $(CURDIR)/debian/hercules/usr/bin/cvslvlck rm $(CURDIR)/debian/hercules/usr/bin/herclin install -m 644 hercules.1 $(CURDIR)/debian/hercules/usr/share/man/man1 diff -u hercules-3.07/debian/changelog hercules-3.07/debian/changelog --- hercules-3.07/debian/changelog +++ hercules-3.07/debian/changelog @@ -1,3 +1,11 @@ +hercules (3.07-2.2) unstable; urgency=low + + * Non-maintainer upload. + * Empty dependency_libs (Closes: #621249). + * Add LDFLAGS to really Closes: #615729. + + -- Luk Claes <[email protected]> Mon, 13 Jun 2011 16:50:07 +0200 + hercules (3.07-2.1) unstable; urgency=low * Non-maintainer upload.

