diff -Nru python-lockfile-0.8/debian/changelog python-lockfile-0.8/debian/changelog --- python-lockfile-0.8/debian/changelog 2010-06-28 23:38:02.000000000 +0000 +++ python-lockfile-0.8/debian/changelog 2011-12-17 14:19:18.000000000 +0000 @@ -1,3 +1,9 @@ +python-lockfile (1:0.8-2ubuntu1) precise; urgency=low + + * Build using dh_python2 + + -- Matthias Klose Sat, 17 Dec 2011 14:19:18 +0000 + python-lockfile (1:0.8-2) unstable; urgency=low * The “Slow mind” release. diff -Nru python-lockfile-0.8/debian/control python-lockfile-0.8/debian/control --- python-lockfile-0.8/debian/control 2010-06-28 23:38:02.000000000 +0000 +++ python-lockfile-0.8/debian/control 2011-12-17 14:19:41.000000000 +0000 @@ -6,8 +6,7 @@ VCS-bzr: http://bzr.debian.org/bzr/collab-maint/python-lockfile/python-lockfile.debian/ VCS-Browser: http://bzr.debian.org/loggerhead/collab-maint/python-lockfile/python-lockfile.debian/ Build-Depends: debhelper (>= 7.0.50), - python-support (>= 0.90), - python + python (>= 2.6.6-3~) Standards-Version: 3.9.0 Package: python-lockfile diff -Nru python-lockfile-0.8/debian/rules python-lockfile-0.8/debian/rules --- python-lockfile-0.8/debian/rules 2010-06-28 23:38:02.000000000 +0000 +++ python-lockfile-0.8/debian/rules 2011-12-17 14:20:05.000000000 +0000 @@ -21,7 +21,7 @@ build: dist-build doc-build dist-build: - dh build + dh build --with=python2 doc-build: dist-build ### Docs don't build yet. @@ -29,15 +29,15 @@ .PHONY: clean clean: - dh clean + dh clean --with=python2 .PHONY: install install: build - dh install + dh install --with=python2 .PHONY: binary-indep binary-indep: build install - dh binary-indep + dh binary-indep --with=python2 .PHONY: binary-arch binary-arch: build install