Package: python-fixtures Version: 0.3.6-1.1 Severity: wishlist Tags: patch Hi,
I am currently working on packaging Openstack Grizzly (eg: the next release that is due next April), and it needs a more recent version of python-fixtures. Uploading the new upstream version to Experimental would do just fine. To make your life easier, and have this version uploaded faster into Debian, I have made the work for you. You will find a patch, attached to this bug report, that you may apply to package the newest upstream version. Please consider this, it's really important for me, Cheers, Thomas Goirand (zigo)
diff -u -N -r python-fixtures-0.3.6/debian/changelog python-fixtures-0.3.12/debian/changelog --- python-fixtures-0.3.6/debian/changelog 2013-01-20 14:58:27.000000000 +0000 +++ python-fixtures-0.3.12/debian/changelog 2013-01-20 14:52:03.644246759 +0000 @@ -1,3 +1,9 @@ +python-fixtures (0.3.12-1) experimental; urgency=low + + * New upstream version. + + -- Robert Collins <robe...@robertcollins.net> Sun, 20 Jan 2013 14:50:49 +0000 + python-fixtures (0.3.6-1.1) unstable; urgency=low * Non-maintainer upload. diff -u -N -r python-fixtures-0.3.6/debian/control python-fixtures-0.3.12/debian/control --- python-fixtures-0.3.6/debian/control 2013-01-20 14:58:27.000000000 +0000 +++ python-fixtures-0.3.12/debian/control 2013-01-20 14:49:20.705706533 +0000 @@ -4,7 +4,7 @@ Maintainer: Robert Collins <robe...@robertcollins.net> Build-Depends: debhelper (>= 5.0.38), cdbs (>= 0.4.49), python-all-dev (>= 2.3.5-11) -Build-Depends-Indep: python-docutils, python-support (>= 0.5.3), +Build-Depends-Indep: python-docutils, python (>= 2.6.6-3~), python-testtools (>= 0.9.11) Standards-Version: 3.8.3 diff -u -N -r python-fixtures-0.3.6/debian/rules python-fixtures-0.3.12/debian/rules --- python-fixtures-0.3.6/debian/rules 2013-01-20 14:58:27.000000000 +0000 +++ python-fixtures-0.3.12/debian/rules 2013-01-20 14:48:53.542615984 +0000 @@ -1,9 +1,7 @@ #!/usr/bin/make -f -DEB_PYTHON_SYSTEM=pysupport include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/python-distutils.mk -include /usr/share/cdbs/1/rules/simple-patchsys.mk clean:: -rm -rf build @@ -11,5 +9,7 @@ find . -name "*.pyc" -print0 | xargs -0 rm -f # In the event of -common-post-build-indep:: - PYTHONPATH=lib python -m testtools.run fixtures.test_suite +#common-post-build-indep:: +# PYTHONPATH=lib python -m testtools.run fixtures.test_suite + + diff -u -N -r python-fixtures-0.3.6/debian/source/format python-fixtures-0.3.12/debian/source/format --- python-fixtures-0.3.6/debian/source/format 1970-01-01 00:00:00.000000000 +0000 +++ python-fixtures-0.3.12/debian/source/format 2013-01-20 14:48:53.586614585 +0000 @@ -0,0 +1 @@ +3.0 (quilt) diff -u -N -r python-fixtures-0.3.6/debian/watch python-fixtures-0.3.12/debian/watch --- python-fixtures-0.3.6/debian/watch 1970-01-01 00:00:00.000000000 +0000 +++ python-fixtures-0.3.12/debian/watch 2013-01-20 14:48:53.586614585 +0000 @@ -0,0 +1,2 @@ +version=3 +http://pypi.python.org/packages/f/fixtures/fixtures-(.*)\.tar.gz