Dear maintainer, It appears I did not fix the problem correctly, so I made a new version which fixes the problem the right way. A dsc can be found on : http://mentors.debian.net/debian/pool/main/p/postgresql-plsh/postgresql-plsh_1.3-3.1.dsc
Regards. Martijn van Brummelen
diff -u postgresql-plsh-1.3/debian/rules postgresql-plsh-1.3/debian/rules --- postgresql-plsh-1.3/debian/rules +++ postgresql-plsh-1.3/debian/rules @@ -46,6 +46,8 @@ binary-arch: install dh_testdir dh_testroot + dh_installchangelogs -a + dh_installdocs -a dh_install -a dh_link -a dh_strip -a @@ -59,19 +61,6 @@ binary-indep: install - dh_testdir - dh_testroot - dh_installdocs -a - dh_install -i - dh_link -i - dh_compress -i - dh_fixperms -i - dh_installdeb -i - dh_gencontrol -i - dh_md5sums -i - dh_builddeb -i - dh_installchangelogs - binary: binary-arch binary-indep diff -u postgresql-plsh-1.3/debian/changelog postgresql-plsh-1.3/debian/changelog --- postgresql-plsh-1.3/debian/changelog +++ postgresql-plsh-1.3/debian/changelog @@ -1,3 +1,11 @@ +postgresql-plsh (1.3-3.1) unstable; urgency=low + + * Non-maintainer upload. + * Modified rules file thanks to Jakub Wilk/Alexander Reichle-Schmehl + (Closes: #593999). + + -- Martijn van Brummelen <mart...@brumit.nl> Thu, 16 Sep 2010 11:39:38 +0200 + postgresql-plsh (1.3-3) unstable; urgency=low * Problem building from source when using bash instead of dash -