diff -Nru python-daemon-1.5.5/debian/changelog python-daemon-1.5.5/debian/changelog --- python-daemon-1.5.5/debian/changelog 2010-04-10 01:45:30.000000000 -0400 +++ python-daemon-1.5.5/debian/changelog 2013-04-27 00:04:13.000000000 -0400 @@ -1,3 +1,9 @@ +python-daemon (1.5.5-2) unstable; urgency=low + + * Repacked from python-support to python2 - David Steele (Closes: #706190). + + -- Ben Finney Fri, 26 Apr 2013 23:41:56 -0400 + python-daemon (1.5.5-1) unstable; urgency=low * New upstream version. Highlights since previous release: diff -Nru python-daemon-1.5.5/debian/clean python-daemon-1.5.5/debian/clean --- python-daemon-1.5.5/debian/clean 1969-12-31 19:00:00.000000000 -0500 +++ python-daemon-1.5.5/debian/clean 2013-04-26 23:47:07.000000000 -0400 @@ -0,0 +1 @@ +python_daemon.egg-info/* diff -Nru python-daemon-1.5.5/debian/control python-daemon-1.5.5/debian/control --- python-daemon-1.5.5/debian/control 2010-04-10 01:45:30.000000000 -0400 +++ python-daemon-1.5.5/debian/control 2013-04-27 00:17:02.000000000 -0400 @@ -6,12 +6,10 @@ VCS-bzr: http://bzr.debian.org/bzr/collab-maint/python-daemon/python-daemon.debian/ VCS-Browser: http://bzr.debian.org/loggerhead/collab-maint/python-daemon/python-daemon.debian/ Build-Depends: debhelper (>= 7.0.14), - python-support (>= 0.90), python-setuptools, - python-minimock (>= 1.2.2), - python-lockfile, python -Standards-Version: 3.8.4 +Standards-Version: 3.9.4 +X-Python-Version: >= 2.5 Package: python-daemon Architecture: all diff -Nru python-daemon-1.5.5/debian/pyversions python-daemon-1.5.5/debian/pyversions --- python-daemon-1.5.5/debian/pyversions 2010-04-10 01:45:30.000000000 -0400 +++ python-daemon-1.5.5/debian/pyversions 1969-12-31 19:00:00.000000000 -0500 @@ -1 +0,0 @@ -2.5- diff -Nru python-daemon-1.5.5/debian/rules python-daemon-1.5.5/debian/rules --- python-daemon-1.5.5/debian/rules 2010-04-10 01:45:30.000000000 -0400 +++ python-daemon-1.5.5/debian/rules 2013-04-27 00:15:11.000000000 -0400 @@ -12,25 +12,6 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 - -.PHONY: build -build: - dh build +%: + dh $@ --with python2 -.PHONY: clean -clean: - dh clean - -.PHONY: install -install: build - dh install - -.PHONY: binary-indep -binary-indep: build install - dh binary-indep - -.PHONY: binary-arch -binary-arch: build install - -.PHONY: binary -binary: build binary-indep binary-arch