diff -Nru django-nose-1.1/debian/changelog django-nose-1.1/debian/changelog --- django-nose-1.1/debian/changelog 2012-06-04 23:14:57.000000000 +0530 +++ django-nose-1.1/debian/changelog 2012-07-02 20:25:54.000000000 +0530 @@ -1,3 +1,10 @@ +django-nose (1.1-1ubuntu1) quantal; urgency=low + + * Merge from Debian Unstable (LP: #1020130). Remaining Changes: + - Convert to dh_python2 + + -- Vibhav Pant Mon, 02 Jul 2012 20:24:15 +0530 + django-nose (1.1-1) unstable; urgency=low * New upstream release. @@ -11,6 +18,12 @@ -- Michael Fladischer Mon, 04 Jun 2012 19:28:30 +0200 +django-nose (0.1.3-1ubuntu1) precise; urgency=low + + * Convert to dh_python2. + + -- Chuck Short Fri, 13 Apr 2012 15:16:33 -0400 + django-nose (0.1.3-1) unstable; urgency=low * New upstream release. diff -Nru django-nose-1.1/debian/control django-nose-1.1/debian/control --- django-nose-1.1/debian/control 2012-06-04 22:27:22.000000000 +0530 +++ django-nose-1.1/debian/control 2012-07-02 20:23:15.000000000 +0530 @@ -4,14 +4,13 @@ Maintainer: Debian Python Modules Team Uploaders: Michael Fladischer Build-Depends: debhelper (>= 7.0.50~), - python-all (>= 2.5), + python-all (>= 2.6.6-3~), python-django (>= 1.2), python-django-south, python-nose, python-setuptools, - python-support Standards-Version: 3.9.3 -XS-Python-Version: >= 2.5 +X-Python-Version: >= 2.5 Homepage: http://pypi.python.org/pypi/django-nose/ Vcs-Svn: svn://svn.debian.org/python-modules/packages/django-nose/trunk/ Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/django-nose/trunk/ diff -Nru django-nose-1.1/debian/rules django-nose-1.1/debian/rules --- django-nose-1.1/debian/rules 2012-06-04 22:27:22.000000000 +0530 +++ django-nose-1.1/debian/rules 2012-07-03 11:18:06.000000000 +0530 @@ -5,7 +5,7 @@ #export DH_VERBOSE=1 %: - dh $@ + dh $@ --with python2 .PHONY: override_dh_auto_test override_dh_auto_test: