tags 616737 + patch pending thanks Dear maintainer,
I've prepared an NMU for albatross (versioned as 1.36-5.5) and uploaded it to DELAYED/7. Please feel free to tell me if I should delay it longer. Regards.
diff -u albatross-1.36/debian/rules albatross-1.36/debian/rules --- albatross-1.36/debian/rules +++ albatross-1.36/debian/rules @@ -86,7 +86,8 @@ usr/share/doc/python-albatross-doc touch $@ install-ext-%: - $* setup.py install --root=$(CURDIR)/debian/python-albatross --prefix=/usr + $* setup.py install --root=$(CURDIR)/debian/python-albatross --prefix=/usr \ + --install-layout=deb touch $@ # Dummy target to satisfy policy. @@ -100,7 +101,7 @@ dh_installchangelogs ChangeLog -i dh_installdocs -i dh_compress -i - dh_pycentral -i -Npython-albatross-doc + dh_python2 -i -Npython-albatross-doc dh_fixperms -i dh_installdeb -i dh_gencontrol -i diff -u albatross-1.36/debian/changelog albatross-1.36/debian/changelog --- albatross-1.36/debian/changelog +++ albatross-1.36/debian/changelog @@ -1,3 +1,10 @@ +albatross (1.36-5.5) unstable; urgency=low + + * Non-maintainer upload. + * Convert to dh_python2 (Closes: #616737). + + -- Luca Falavigna <[email protected]> Sun, 26 May 2013 21:25:26 +0200 + albatross (1.36-5.4) unstable; urgency=low * Non-maintainer upload. diff -u albatross-1.36/debian/control albatross-1.36/debian/control --- albatross-1.36/debian/control +++ albatross-1.36/debian/control @@ -2,10 +2,9 @@ Section: python Priority: optional Maintainer: Fabian Fagerholm <[email protected]> -Build-Depends: debhelper (>= 5.0.37.1), python (>= 2.3.5-7), python-all -Build-Depends-Indep: python-central (>= 0.5), docbook-to-man, texlive-base, texlive-fonts-recommended, texlive-extra-utils, texlive-latex-base, texlive-latex-extra, texlive-latex-recommended, texlive-font-utils, dia (>= 0.94.0), ghostscript, fakeroot, python-old-doctools +Build-Depends: debhelper (>= 5.0.37.1), python-all (>= 2.6.6-3~) +Build-Depends-Indep: docbook-to-man, texlive-base, texlive-fonts-recommended, texlive-extra-utils, texlive-latex-base, texlive-latex-extra, texlive-latex-recommended, texlive-font-utils, dia (>= 0.94.0), ghostscript, fakeroot, python-old-doctools Standards-Version: 3.8.0 -XS-Python-Version: all Homepage: http://www.object-craft.com.au/projects/albatross/ Package: python-albatross @@ -14,7 +13,6 @@ Suggests: python-albatross-common Conflicts: python2.3-albatross (<< 1.33-3), python2.4-albatross (<< 1.33-3) Replaces: python2.3-albatross (<< 1.33-3), python2.4-albatross (<< 1.33-3) -XB-Python-Version: ${python:Versions} Description: Toolkit for Stateful Web Applications Albatross is a small and flexible Python toolkit for developing highly stateful web applications. It includes, among other things: @@ -29,7 +27,6 @@ Package: python-albatross-common Architecture: all Depends: ${python:Depends}, ${misc:Depends}, python-albatross, adduser, lsb-base (>= 3.0-6) -XB-Python-Version: ${python:Versions} Description: Toolkit for Stateful Web Applications (common files) Albatross is a small and flexible Python toolkit for developing highly stateful web applications.

