diff -Nru django-shortuuidfield-0.1.3/debian/changelog django-shortuuidfield-0.1.3/debian/changelog --- django-shortuuidfield-0.1.3/debian/changelog 2016-10-06 13:47:00.000000000 +0000 +++ django-shortuuidfield-0.1.3/debian/changelog 2019-07-26 12:59:11.000000000 +0000 @@ -1,3 +1,11 @@ +django-shortuuidfield (0.1.3-3) unstable; urgency=medium + + * Non-maintainer upload. + * Removed Python 2 support. + * Clean-up d/rules and d/control. + + -- Thomas Goirand Fri, 26 Jul 2019 14:59:11 +0200 + django-shortuuidfield (0.1.3-2) unstable; urgency=medium * debian/control diff -Nru django-shortuuidfield-0.1.3/debian/control django-shortuuidfield-0.1.3/debian/control --- django-shortuuidfield-0.1.3/debian/control 2016-10-06 13:46:34.000000000 +0000 +++ django-shortuuidfield-0.1.3/debian/control 2019-07-26 12:58:47.000000000 +0000 @@ -2,37 +2,28 @@ Section: python Priority: optional Maintainer: Kouhei Maeda -Build-Depends: debhelper (>= 8.0.0), - dh-python, - python-all (>= 2.7), - python-setuptools, - python-six, - python3-all, - python3-setuptools, - python3-six, - quilt -Build-Depends-indep: python3-django, - python3-shortuuid +Build-Depends: + debhelper (>= 8.0.0), + dh-python, + python3-all, + python3-setuptools, + python3-six, + quilt, +Build-Depends-indep: + python3-django, + python3-shortuuid, Standards-Version: 3.9.8 -X-Python-Version: >= 2.6 -X-Python3-Version: >= 3.3 Homepage: https://github.com/nebstrebor/django-shortuuidfield -Package: python-django-shortuuidfield -Architecture: all -Provides: ${python:Provides} -Depends: ${python:Depends}, ${misc:Depends}, python-django, python-shortuuid -Description: Short UUIDField for Django - Provides a ShortUUIDField for your Django models which uses the base-57 "Short - UUID" package. Originally, a fork from David Cramer's excellent - django-uuidfield, but not much is left of that besides a bit of structure. - Package: python3-django-shortuuidfield Architecture: all -Depends: ${python3:Depends}, ${misc:Depends}, python3-django, python3-shortuuid +Depends: + python3-django, + python3-shortuuid, + ${misc:Depends}, + ${python3:Depends}, Description: Short UUIDField for Django for Python 3 For Python 3. Provides a ShortUUIDField for your Django models which uses the base-57 "Short UUID" package. Originally, a fork from David Cramer's excellent django-uuidfield, but not much is left of that besides a bit of structure. - diff -Nru django-shortuuidfield-0.1.3/debian/copyright django-shortuuidfield-0.1.3/debian/copyright --- django-shortuuidfield-0.1.3/debian/copyright 2013-10-10 05:34:14.000000000 +0000 +++ django-shortuuidfield-0.1.3/debian/copyright 2019-07-26 12:58:47.000000000 +0000 @@ -26,14 +26,13 @@ without specific prior written permission. . THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT - LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR + ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT + LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE HOLDERS OR - CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, - EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, - PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR - PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF - LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING - NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS + CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, + EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, + PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR + PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF + LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING + NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - diff -Nru django-shortuuidfield-0.1.3/debian/rules django-shortuuidfield-0.1.3/debian/rules --- django-shortuuidfield-0.1.3/debian/rules 2015-07-01 09:44:05.000000000 +0000 +++ django-shortuuidfield-0.1.3/debian/rules 2019-07-26 12:59:05.000000000 +0000 @@ -1,10 +1,7 @@ #!/usr/bin/make -f -# -*- makefile -*- -# Uncomment this to turn on verbose mode. -#export DH_VERBOSE=1 export PYBUILD_NAME=django-shortuuidfield %: - dh $@ --with python2,python3 --buildsystem=pybuild + dh $@ --with python3 --buildsystem=pybuild