tags 616746 + patch pending thanks Dear maintainer,
I've prepared an NMU for bicyclerepair (versioned as 0.9-6.1) and uploaded it to DELAYED/7. Please feel free to tell me if I should delay it longer. Regards.
diff -u bicyclerepair-0.9/debian/changelog bicyclerepair-0.9/debian/changelog --- bicyclerepair-0.9/debian/changelog +++ bicyclerepair-0.9/debian/changelog @@ -1,3 +1,10 @@ +bicyclerepair (0.9-6.1) unstable; urgency=low + + * Non-maintainer upload. + * Convert to dh_python2 (Closes: #616746). + + -- Luca Falavigna <dktrkr...@debian.org> Sun, 26 May 2013 21:38:16 +0200 + bicyclerepair (0.9-6) unstable; urgency=low * Add binary-arch rules target. Closes:395580 diff -u bicyclerepair-0.9/debian/rules bicyclerepair-0.9/debian/rules --- bicyclerepair-0.9/debian/rules +++ bicyclerepair-0.9/debian/rules @@ -38,7 +38,7 @@ dh_installdirs for version in ${PYTHONS};\ do\ - python$$version setup.py install --no-compile --root=debian/bicyclerepair;\ + python$$version setup.py install --no-compile --root=debian/bicyclerepair --install-layout=deb;\ done cp ide-integration/bike.vim debian/bicyclerepair/usr/share/vim/addons/ftplugin/python_bike.vim cp debian/vim-python_bike.yaml debian/bicyclerepair/usr/share/vim/registry/ @@ -55,8 +55,7 @@ dh_installman dh_compress dh_fixperms - dh_pycentral - dh_python + dh_python2 dh_installdeb dh_shlibdeps dh_gencontrol diff -u bicyclerepair-0.9/debian/control bicyclerepair-0.9/debian/control --- bicyclerepair-0.9/debian/control +++ bicyclerepair-0.9/debian/control @@ -3,16 +3,14 @@ Priority: optional Maintainer: Robert Collins <robe...@robertcollins.net> Build-Depends: debhelper (>= 5.0.37.2) -Build-Depends-Indep: python-all-dev (>= 2.3.5-11), python-central (>= 0.5) +Build-Depends-Indep: python-all-dev (>= 2.6.6-3~) Homepage: http://bicyclerepair.sourceforge.net/ Standards-Version: 3.7.2 -XS-Python-Version: all Package: bicyclerepair Architecture: all Depends: ${python:Depends} Provides: ${python:Provides} -XB-Python-Version: ${python:Versions} Suggests: vim-python (>= 1:6.2) | idle | pymacs Recommends: vim-addon-manager Description: A refactoring tool for python reverted: --- bicyclerepair-0.9/debian/pycompat +++ bicyclerepair-0.9.orig/debian/pycompat @@ -1 +0,0 @@ -2