diff -Nru factory-boy-2.11.1/debian/changelog factory-boy-2.11.1/debian/changelog --- factory-boy-2.11.1/debian/changelog 2019-01-07 00:39:57.000000000 +0000 +++ factory-boy-2.11.1/debian/changelog 2019-01-08 05:43:52.000000000 +0000 @@ -1,3 +1,10 @@ +factory-boy (2.11.1-2) unstable; urgency=medium + + * Team upload. + * Add real autopkgtest cases. + + -- Joseph Herlant Mon, 07 Jan 2019 21:43:52 -0800 + factory-boy (2.11.1-1) unstable; urgency=medium * Team upload. diff -Nru factory-boy-2.11.1/debian/control factory-boy-2.11.1/debian/control --- factory-boy-2.11.1/debian/control 2019-01-07 00:39:14.000000000 +0000 +++ factory-boy-2.11.1/debian/control 2019-01-08 05:08:30.000000000 +0000 @@ -29,7 +29,6 @@ Vcs-Browser: https://salsa.debian.org/python-team/modules/factory-boy Vcs-Git: https://salsa.debian.org/python-team/modules/factory-boy.git Homepage: https://github.com/FactoryBoy/factory_boy -Testsuite: autopkgtest-pkg-python Package: python-factory-boy Architecture: all diff -Nru factory-boy-2.11.1/debian/tests/control factory-boy-2.11.1/debian/tests/control --- factory-boy-2.11.1/debian/tests/control 1970-01-01 00:00:00.000000000 +0000 +++ factory-boy-2.11.1/debian/tests/control 2019-01-08 05:40:16.000000000 +0000 @@ -0,0 +1,7 @@ +Tests: unit-tests-p3 +Depends: @, @builddeps@ +Restrictions: build-needed, allow-stderr + +Tests: django-example +Depends: @, python3-django +Restrictions: allow-stderr diff -Nru factory-boy-2.11.1/debian/tests/django-example factory-boy-2.11.1/debian/tests/django-example --- factory-boy-2.11.1/debian/tests/django-example 1970-01-01 00:00:00.000000000 +0000 +++ factory-boy-2.11.1/debian/tests/django-example 2019-01-08 05:35:30.000000000 +0000 @@ -0,0 +1,6 @@ +#!/bin/sh + +set -e + +cd /usr/share/doc/python3-factory-boy/examples/django_demo +python3 manage.py test diff -Nru factory-boy-2.11.1/debian/tests/unit-tests-p3 factory-boy-2.11.1/debian/tests/unit-tests-p3 --- factory-boy-2.11.1/debian/tests/unit-tests-p3 1970-01-01 00:00:00.000000000 +0000 +++ factory-boy-2.11.1/debian/tests/unit-tests-p3 2019-01-08 05:22:35.000000000 +0000 @@ -0,0 +1,4 @@ +#!/bin/sh + +cd ${ADTTMP:-/tmp} +python3 -Wdefault -m unittest