tags 593999 + pending thanks Dear maintainer,
I've prepared an NMU for postgresql-plsh (versioned as 1.3-3.1) and a dsc file can be found here : 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,7 @@ binary-arch: install dh_testdir dh_testroot + dh_installdocs -a dh_install -a dh_link -a dh_strip -a @@ -57,22 +58,9 @@ dh_md5sums -a dh_builddeb -a - 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 -