Package: python-django-pipeline Version: 1.3.24-0.1 Severity: wishlist Patch is attached.
I plan to upload this to Debian/unstable after testing it, oh wait... This new package generates an incorrect dependancy on python3-futures (I believe python-concurrent.futures is included in Python3 core). I will attempt to fix this problem, upload it to Debian, and the package will sit in New for a while. diff -ruN --exclude '*.bak' old/django-pipeline-1.3.24/debian/changelog django-pipeline-1.3.24/debian/changelog --- old/django-pipeline-1.3.24/debian/changelog 2014-06-18 15:55:27.000000000 +1000 +++ django-pipeline-1.3.24/debian/changelog 2014-07-03 15:00:37.628274603 +1000 @@ -1,3 +1,10 @@ +django-pipeline (1.3.24-0.2) unstable; urgency=low + + * Non-maintainer upload. + * Python3 package. + + -- Brian May <[email protected]> Thu, 03 Jul 2014 15:00:04 +1000 + django-pipeline (1.3.24-0.1) unstable; urgency=low * Non-maintainer upload. diff -ruN --exclude '*.bak' old/django-pipeline-1.3.24/debian/control django-pipeline-1.3.24/debian/control --- old/django-pipeline-1.3.24/debian/control 2014-06-18 15:49:33.000000000 +1000 +++ django-pipeline-1.3.24/debian/control 2014-07-03 14:58:40.582936953 +1000 @@ -2,8 +2,10 @@ Section: python Priority: optional Maintainer: Dmitry Nezhevenko <[email protected]> -Build-Depends: debhelper (>= 8), python-setuptools (>= 0.6b3), python-all (>= 2.6.6-3), - python-django (>= 1.4), python-sphinx (>= 1.0.7+dfsg) +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 Homepage: https://github.com/cyberdelia/django-pipeline @@ -14,6 +16,14 @@ Description: Asset packaging library for Django Pipeline is an asset packaging library for Django, providing both CSS and JavaScript concatenation and compression, built-in JavaScript template support, + and optional data-URI image and font embedding. + +Package: python3-django-pipeline +Architecture: all +Depends: ${python3:Depends}, ${misc:Depends} +Description: Asset packaging library for Django + Pipeline is an asset packaging library for Django, providing both CSS and + JavaScript concatenation and compression, built-in JavaScript template support, and optional data-URI image and font embedding. Package: python-django-pipeline-doc diff -ruN --exclude '*.bak' old/django-pipeline-1.3.24/debian/rules django-pipeline-1.3.24/debian/rules --- old/django-pipeline-1.3.24/debian/rules 2014-04-10 16:29:25.000000000 +1000 +++ django-pipeline-1.3.24/debian/rules 2014-07-03 15:18:16.579929018 +1000 @@ -1,20 +1,18 @@ #!/usr/bin/make -f # -*- makefile -*- +export PYBUILD_NAME=django-pipeline + # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 %: - dh $@ --with python2,sphinxdoc - -override_dh_auto_clean: - dh_auto_clean - rm -rf django_pipeline.egg-info docs/_build + dh $@ --with python2,python3,sphinxdoc --buildsystem=pybuild override_dh_auto_build: dh_auto_build make -C docs html text override_dh_auto_install: - dh_auto_install --destdir=debian/python-django-pipeline + dh_auto_install dh_installdocs -ppython-django-pipeline-doc docs/_build/html -- System Information: Debian Release: 7.5 APT prefers stable-updates APT policy: (500, 'stable-updates'), (500, 'stable') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 3.14-0.bpo.1-amd64 (SMP w/4 CPU cores) Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages python-django-pipeline depends on: ii python 2.7.3-4+deb7u1 ii python-concurrent.futures 2.1.2-1 python-django-pipeline recommends no packages. python-django-pipeline suggests no packages. -- no debconf information -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

