tags 621249 + patch tags 621249 + pending thanks Dear maintainer,
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,7 @@ # Add here commands to install the package into debian/hercules. $(MAKE) install DESTDIR=$(CURDIR)/debian/hercules $(MAKE_ARGS) + rm `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,10 @@ +hercules (3.07-2.2) unstable; urgency=low + + * Non-maintainer upload. + * Don't ship .la files (Closes: #621249). + + -- Luk Claes <[email protected]> Mon, 13 Jun 2011 16:50:07 +0200 + hercules (3.07-2.1) unstable; urgency=low * Non-maintainer upload.

