diff -u rpy-0.99.2/debian/changelog rpy-0.99.2/debian/changelog --- rpy-0.99.2/debian/changelog +++ rpy-0.99.2/debian/changelog @@ -1,3 +1,11 @@ +rpy (0.99.2-4ubuntu1) edgy-proposed; urgency=low + + * SRU: backport of python-central fix from 0.99.2-5 (Closes: Malone #70495) + - Call dh_installdeb after dh_pycentral in debian/rules + + + -- Jordan Mantha Tue, 12 Dec 2006 14:04:18 -0800 + rpy (0.99.2-4build1) edgy; urgency=low * Rebuild to add support for python2.5. diff -u rpy-0.99.2/debian/rules rpy-0.99.2/debian/rules --- rpy-0.99.2/debian/rules +++ rpy-0.99.2/debian/rules @@ -124,12 +124,12 @@ dh_compress -a dh_fixperms -a # dh_suidregister -a - dh_installdeb -a # dh_makeshlibs -a # dh_perl -a dh_pycentral -a dh_python -a dh_shlibdeps -a + dh_installdeb -a dh_gencontrol -a dh_md5sums -a dh_builddeb -a