tags 380476 + patch pending tags 557921 + patch pending tags 449846 + pending thanks
Dear maintainer, I've prepared an NMU for pympd (versioned as 0.07-1.3) and uploaded it to DELAYED/5. Please feel free to tell me if I should delay it longer. Regards.
diff -u pympd-0.07/debian/changelog pympd-0.07/debian/changelog --- pympd-0.07/debian/changelog +++ pympd-0.07/debian/changelog @@ -1,3 +1,15 @@ +pympd (0.07-1.3) unstable; urgency=low + + * Non-maintainer upload. + * debian/rules: + - Pass --prefix=/usr to setup.py (Closes: #557921). + * debian/control: + - Add Homepage field (Closes: #380476). + * debian/watch: + - Fix watch file, thanks Raphael Geissert (Closes: #449846). + + -- Luca Falavigna <dktrkr...@debian.org> Tue, 08 Dec 2009 17:05:10 +0100 + pympd (0.07-1.2) unstable; urgency=low * Non-maintainer upload. diff -u pympd-0.07/debian/control pympd-0.07/debian/control --- pympd-0.07/debian/control +++ pympd-0.07/debian/control @@ -6,6 +6,7 @@ Build-Depends-Indep: python-all-dev (>= 2.3), python-central (>= 0.5), docbook-to-man Standards-Version: 3.7.2 XS-Python-Version: current +Homepage: http://pympd.sourceforge.net/ Package: pympd Architecture: all diff -u pympd-0.07/debian/rules pympd-0.07/debian/rules --- pympd-0.07/debian/rules +++ pympd-0.07/debian/rules @@ -45,7 +45,7 @@ set -e; \ for python in $(PYVERS); \ - do $$python setup.py install --root=debian/pympd; \ + do $$python setup.py install --root=debian/pympd --prefix=/usr; \ done binary-indep: build install diff -u pympd-0.07/debian/watch pympd-0.07/debian/watch --- pympd-0.07/debian/watch +++ pympd-0.07/debian/watch @@ -2 +2 @@ -http://pympd.sourceforge.net/downloads.php files/pympd-(.*)\.tar\.gz debian uupdate +http://sf.net/pympd/pympd-(.*)\.tar\.gz debian uupdate