tags 560614 + patch thanks Dear maintainer,
I've prepared an NMU for courier (versioned as 0.63.0-2.1). The diff is attached to this message. I already uploaded the package at the BSP today. Regards. -- Jan Dittberner - Debian Developer GPG-key: 4096R/558FB8DD 2009-05-10 B2FF 1D95 CE8F 7A22 DF4C F09B A73E 0055 558F B8DD http://ddportfolio.debian.net/ - http://people.debian.org/~jandd/
diff -u courier-0.63.0/debian/changelog courier-0.63.0/debian/changelog --- courier-0.63.0/debian/changelog +++ courier-0.63.0/debian/changelog @@ -1,3 +1,10 @@ +courier (0.63.0-2.1) unstable; urgency=low + + * Non-maintainer upload. + * use system libtool (Closes: #560614) + + -- Jan Dittberner <ja...@debian.org> Sun, 24 Jan 2010 14:44:46 +0100 + courier (0.63.0-2) unstable; urgency=low * depend on current version of courier-authlib (Closes: #517458) diff -u courier-0.63.0/debian/rules courier-0.63.0/debian/rules --- courier-0.63.0/debian/rules +++ courier-0.63.0/debian/rules @@ -76,7 +76,7 @@ if [ ! -f stamp-build ]; then \ LDFLAGS=-lcrypt LINGUAS="de sv" ./configure $(COMMON_CONFOPTS) \ --with-postgresql-includes=/usr/include/postgresql \ - && $(MAKE) && touch stamp-build; \ + && $(MAKE) LIBTOOL=/usr/bin/libtool && touch stamp-build; \ fi stamp-build: build @@ -87,7 +87,7 @@ rm -f stamp-build stamp-install # Add here commands to clean up after the build process. - [ ! -f Makefile ] || $(MAKE) clean + [ ! -f Makefile ] || $(MAKE) LIBTOOL=/usr/bin/libtool clean dh_clean if [ -f srcmgr.list ]; then debian/srcmgr cleanse < srcmgr.list; rm srcmgr.list; fi #can be removed later @@ -99,8 +99,8 @@ dh_installdirs # Add here commands to install the package into debian/tmp. - $(MAKE) DESTDIR=$(BUILD) install - $(MAKE) DESTDIR=$(BUILD) install-perms + $(MAKE) LIBTOOL=/usr/bin/libtool DESTDIR=$(BUILD) install + $(MAKE) LIBTOOL=/usr/bin/libtool DESTDIR=$(BUILD) install-perms perl -i -pe 's%/usr/bin/sendmail%/usr/sbin/sendmail%; s%^/%$(BUILD)/% unless m%/debian/tmp/%' permissions.dat /usr/bin/perl sysconftool `awk ' $$5 == "config" && $$1 ~ /\.dist$$/ { print $$1 }' <permissions.dat` debian/correctpermissions.pl < permissions.dat > debian/permissions
signature.asc
Description: Digital signature