Hello, In a few minutes, I am going to upload this version to delayed/10. Attached is the patch to the debian directory of the source code.
Note, as mentioned in my previous email, it changes the maintainer to the python modules team. (I haven't yet uploaded the source to the python modules team SVN repository, will do this after the package is accepted) Thanks. -- Brian May <br...@microcomaustralia.com.au>
--- django-pipeline-1.3.24/debian/changelog 2014-07-03 15:00:37.000000000 +1000 +++ django-pipeline-1.4.4.1/debian/changelog 2015-02-03 15:47:31.000000000 +1100 @@ -1,3 +1,10 @@ +django-pipeline (1.4.4.1-1) unstable; urgency=medium + + * New upstream version, closes: #776621. + * Update package to be maintained by Debian python modules team. + + -- Brian May <b...@debian.org> Tue, 03 Feb 2015 15:43:37 +1100 + django-pipeline (1.3.24-0.2) unstable; urgency=low * Non-maintainer upload. --- django-pipeline-1.3.24/debian/control 2014-07-03 14:58:40.000000000 +1000 +++ django-pipeline-1.4.4.1/debian/control 2015-02-03 15:56:43.000000000 +1100 @@ -1,13 +1,14 @@ Source: django-pipeline Section: python Priority: optional -Maintainer: Dmitry Nezhevenko <d...@dion.org.ua> +Maintainer: Debian Python Modules Team <python-modules-t...@lists.alioth.debian.org> +Uploaders: Brian May <b...@debian.org> Build-Depends: debhelper (>=8.1.0), dh-python, python-django (>= 1.4), python-setuptools (>= 0.6b3), python-all (>= 2.6.6-3), python3-django (>= 1.4), python3-setuptools (>= 0.6b3), python3-all, python3-sphinx (>= 1.0.7+dfsg) -Standards-Version: 3.9.5 -X-Python-Version: >= 2.6 +Standards-Version: 3.9.6 +X-Python-Version: >= 2.7 Homepage: https://github.com/cyberdelia/django-pipeline Package: python-django-pipeline --- django-pipeline-1.3.24/debian/watch 2012-04-26 22:27:09.000000000 +1000 +++ django-pipeline-1.4.4.1/debian/watch 2015-02-03 16:02:24.000000000 +1100 @@ -2,4 +2,6 @@ version=3 # Unfortunately upstream currently don't provide any releases on homepage -http://pypi.python.org/pypi/django-pipeline/ .*django-pipeline-(.*)\.tar\.gz.* +opts="filenamemangle=s/\S+\/([^\/]+\.tar\.gz)#md5=[[:alnum:]]+$/$1/" \ + https://pypi.python.org/simple/django-pipeline/ \ + \S+/django-pipeline-(\S+)\.tar\.gz#md5=[[:alnum:]]+