diff --git a/debian/changelog b/debian/changelog index e25d95f..b29689d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ python-django-bootstrap-form (3.1.0-6) unstable; urgency=medium * Switch from syncdb to migrate, which fixes FTBFS (Closes: #806362). + * Watch file now using the PyPi redirector. -- Thomas Goirand Wed, 23 Dec 2015 09:48:16 +0000 diff --git a/debian/watch b/debian/watch index 4f2f6a1..bd0d482 100644 --- a/debian/watch +++ b/debian/watch @@ -1,2 +1,2 @@ version=3 -http://pypi.python.org/packages/source/d/django-bootstrap-form django-bootstrap-form-(.*).tar.gz +http://pypi.debian.net/django-bootstrap-form/django-bootstrap-form-(.*).tar.gz