Package: python-django-compressor Version: 1.5-1 Severity: normal Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu wily ubuntu-patch
Dear Maintainer, In Ubuntu, the attached patch was applied to achieve the following: Make the watch regex more robust and allow uscan to download orig tarball. * Fix d/watch Thanks for considering the patch. -- System Information: Debian Release: jessie/sid APT prefers vivid-updates APT policy: (500, 'vivid-updates'), (500, 'vivid-security'), (500, 'vivid'), (100, 'vivid-backports') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 3.19.0-25-generic (SMP w/8 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system)
diff -Nru python-django-compressor-1.5/debian/watch python-django-compressor-1.5/debian/watch --- python-django-compressor-1.5/debian/watch 2015-08-04 01:57:49.000000000 -0700 +++ python-django-compressor-1.5/debian/watch 2015-08-20 11:48:17.000000000 -0700 @@ -1,2 +1,3 @@ version=3 -http://pypi.debian.net/django-compressor/django-compressor-(.*).tar.gz +opts=uversionmangle=s/(rc|a|b|c)/~$1/ \ +http://pypi.debian.net/django_compressor/django_compressor-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))