diff -Nru python-django-appconf-1.0.2/debian/changelog python-django-appconf-1.0.2/debian/changelog --- python-django-appconf-1.0.2/debian/changelog 2017-10-29 19:02:19.000000000 +0000 +++ python-django-appconf-1.0.2/debian/changelog 2017-11-06 16:27:10.000000000 +0000 @@ -1,3 +1,12 @@ +python-django-appconf (1.0.2-3) unstable; urgency=medium + + * Team upload. + * d/watch: Change to correct URL and allow "v" as tag prefix (Closes: #843901) + * d/rules: Change UPSTREAM_GIT to correct upstream URL + * Build docs with Python 3 version of Sphinx + + -- Ondřej Nový Mon, 06 Nov 2017 17:27:10 +0100 + python-django-appconf (1.0.2-2) unstable; urgency=medium * Uploading to unstable. diff -Nru python-django-appconf-1.0.2/debian/control python-django-appconf-1.0.2/debian/control --- python-django-appconf-1.0.2/debian/control 2017-10-29 19:02:19.000000000 +0000 +++ python-django-appconf-1.0.2/debian/control 2017-11-06 16:17:44.000000000 +0000 @@ -10,7 +10,7 @@ openstack-pkg-tools, python-all, python-setuptools, - python-sphinx, + python3-sphinx, python3-all, python3-setuptools, Build-Depends-Indep: diff -Nru python-django-appconf-1.0.2/debian/rules python-django-appconf-1.0.2/debian/rules --- python-django-appconf-1.0.2/debian/rules 2017-10-29 19:02:19.000000000 +0000 +++ python-django-appconf-1.0.2/debian/rules 2017-11-06 16:18:48.000000000 +0000 @@ -1,6 +1,6 @@ #!/usr/bin/make -f -UPSTREAM_GIT := https://github.com/jezdez-archive/django-appconf.git +UPSTREAM_GIT := https://github.com/django-compressor/django-appconf.git include /usr/share/openstack-pkg-tools/pkgos.make %: diff -Nru python-django-appconf-1.0.2/debian/watch python-django-appconf-1.0.2/debian/watch --- python-django-appconf-1.0.2/debian/watch 2017-10-29 19:02:19.000000000 +0000 +++ python-django-appconf-1.0.2/debian/watch 2017-11-06 16:12:13.000000000 +0000 @@ -1,3 +1,3 @@ version=3 opts="uversionmangle=s/\.(b|rc)/~$1/" \ -https://github.com/jezdez-archive/django-appconf/tags .*/(\d[\d\.]+)\.tar\.gz +https://github.com/django-compressor/django-appconf/tags .*/v?(\d[\d\.]+)\.tar\.gz