diff -Nru python-coverage-3.4/debian/changelog python-coverage-3.4/debian/changelog --- python-coverage-3.4/debian/changelog 2011-09-09 16:03:44.000000000 +0000 +++ python-coverage-3.4/debian/changelog 2011-09-09 16:56:14.000000000 +0000 @@ -1,8 +1,14 @@ -python-coverage (3.4-1~openstack~maverick1) maverick; urgency=low +python-coverage (3.4-1.1~openstack~maverick1) maverick; urgency=low - * Built for maverick + * Backported for OpenStack for maverick - -- Monty Taylor Fri, 09 Sep 2011 09:03:44 -0700 + -- Monty Taylor Fri, 09 Sep 2011 09:56:14 -0700 + +python-coverage (3.4-1.1) unstable; urgency=low + + * NMU: Removed the dh_python2-ification. + + -- Monty Taylor Fri, 09 Sep 2011 09:49:31 -0700 python-coverage (3.4-1) unstable; urgency=low diff -Nru python-coverage-3.4/debian/control python-coverage-3.4/debian/control --- python-coverage-3.4/debian/control 2011-09-09 15:58:05.000000000 +0000 +++ python-coverage-3.4/debian/control 2011-09-09 16:55:33.000000000 +0000 @@ -7,9 +7,9 @@ Build-Depends: debhelper (>= 7.3.5~), python-setuptools, - python-all-dev (>= 2.6.6-3~), + python-all-dev (>= 2.6), python-all-dbg, - python (>= 2.6.6-3~) + python (>= 2.6) Homepage: http://nedbatchelder.com/code/coverage/ VCS-bzr: http://bzr.debian.org/bzr/collab-maint/python-coverage/python-coverage.debian/ VCS-Browser: http://bzr.debian.org/loggerhead/collab-maint/python-coverage/python-coverage.debian/ diff -Nru python-coverage-3.4/debian/rules python-coverage-3.4/debian/rules --- python-coverage-3.4/debian/rules 2011-09-09 15:58:05.000000000 +0000 +++ python-coverage-3.4/debian/rules 2011-09-09 16:55:33.000000000 +0000 @@ -22,16 +22,8 @@ .PHONY: build -build: remove-duplicate-libraries build-arch build-indep - dh $@ --with python2 - -.PHONY: build-arch -build-arch: build-stamp - dh $@ --with python2 - -.PHONY: build-indep -build-indep: build-stamp - dh $@ --with python2 +build: remove-duplicate-libraries + dh $@ build-stamp: touch $@ @@ -42,12 +34,12 @@ .PHONY: clean clean: - dh $@ --with python2 + dh $@ $(RM) -r ${GENERATED_FILES} .PHONY: install install: build - dh $@ --with python2 + dh $@ .PHONY: binary-indep @@ -55,7 +47,7 @@ .PHONY: binary-arch binary-arch: build install - dh $@ --with python2 + dh $@ .PHONY: binary binary: build binary-indep binary-arch