tags 805952 + patch
thanks

This package is simple enough that switching to dh would not be too
difficult. That would probably fix the bug automatically.

In the meantime, I attach a trivial patch. This is just the result of
duplicating every dh_* call to binary-indep (except for dh_testroot
and dh_testdir which I consider useless, as dpkg-buildpackage already
takes care of being in the right directory and being root when needed).

Thanks.
--- a/debian/rules
+++ b/debian/rules
@@ -39,26 +39,37 @@ install: build
 
 # Build architecture-independent files here.
 binary-indep: build install
-# We have nothing to do by default.
+       dh_link -i
+       dh_installchangelogs -i doc/changelog
+       dh_installdocs -i
+       dh_installmenu -i
+       dh_installdebconf -i
+       dh_installinit -i
+       dh_installman -i
+       dh_strip -i
+       dh_compress -i
+       dh_installdeb -i
+       dh_shlibdeps -i
+       dh_gencontrol -i
+       dh_md5sums -i
+       dh_builddeb -i
 
 # Build architecture-dependent files here.
 binary-arch: build install
-       dh_testdir
-       dh_testroot
-       dh_link
-       dh_installchangelogs doc/changelog
-       dh_installdocs
-       dh_installmenu
-       dh_installdebconf       
-       dh_installinit
-       dh_installman
-       dh_strip
-       dh_compress
-       dh_installdeb
-       dh_shlibdeps
-       dh_gencontrol
-       dh_md5sums
-       dh_builddeb
+       dh_link -a
+       dh_installchangelogs -a doc/changelog
+       dh_installdocs -a
+       dh_installmenu -a
+       dh_installdebconf -a
+       dh_installinit -a
+       dh_installman -a
+       dh_strip -a
+       dh_compress -a
+       dh_installdeb -a
+       dh_shlibdeps -a
+       dh_gencontrol -a
+       dh_md5sums -a
+       dh_builddeb -a
 
 binary: binary-indep binary-arch
 .PHONY: build clean binary-indep binary-arch binary install

Reply via email to