tags 566054 + patch thanks Dear maintainer,
I've prepared an NMU for cherokee (versioned as 0.99.39-3.1) but I'm a bit afraid of uploading it, as it produces a ton of warnings from dpkg during build. Could you please have a look at the changes? They at least install the plugins correctly now :) Regards Evgeni Golov
diff -Nru cherokee-0.99.39/debian/changelog cherokee-0.99.39/debian/changelog --- cherokee-0.99.39/debian/changelog 2010-01-15 14:42:59.000000000 +0100 +++ cherokee-0.99.39/debian/changelog 2010-01-24 17:22:04.000000000 +0100 @@ -1,3 +1,12 @@ +cherokee (0.99.39-3.1) unstable; urgency=low + + * Non-maintainer upload. + * Actually install the files mentioned in the last entry by using + the correct target. + Closes: #566054 + + -- Evgeni Golov <evg...@debian.org> Sun, 24 Jan 2010 17:01:07 +0100 + cherokee (0.99.39-3) unstable; urgency=low * Arch-specific files were moved to its binary package in the "binary" diff -Nru cherokee-0.99.39/debian/rules cherokee-0.99.39/debian/rules --- cherokee-0.99.39/debian/rules 2010-01-15 14:42:59.000000000 +0100 +++ cherokee-0.99.39/debian/rules 2010-01-24 17:20:13.000000000 +0100 @@ -38,8 +38,8 @@ %: dh $@ -binary-arch: - dh binary-arch --until dh_install +override_dh_install: + dh_install # We avoid manually stating each of the files to be included # in libcherokee-server0 by copying over to them all the # corresponding (*.so) files we have in @@ -55,8 +55,6 @@ # Include our nice "Powered by Debian" logo alongside # Cherokee's own install -m 0644 $(CURDIR)/debian/powered_by_debian.png $(CURDIR)/debian/cherokee/usr/share/cherokee/default-site/cherokee-images/powered_by_debian.png - # Done, go on as usual... - dh binary-arch --remaining override_dh_auto_configure: dh_auto_configure -- --host=$(DEB_HOST_GNU_TYPE) \