diff options
author | Ondřej Nový <novy@ondrej.org> | 2016-02-14 19:56:59 +0100 |
---|---|---|
committer | Ondřej Nový <novy@ondrej.org> | 2016-02-14 19:56:59 +0100 |
commit | 36ef8928c06a4bba5249442cd832a73ece1570c3 (patch) | |
tree | ae902d5c84bc503bea7b04d66eadbc86fe730b0e /debian/control | |
parent | a85231280accdfec8ef9cf67213ff706eb242889 (diff) | |
download | factory-boy-36ef8928c06a4bba5249442cd832a73ece1570c3.tar factory-boy-36ef8928c06a4bba5249442cd832a73ece1570c3.tar.gz |
* New upstream release.
* Added python(3)-wheel build dependency.
* Fixed VCS url (https).
* Removed disable-a-test-in-test_existing_file.patch
* Removed add-django-1.7-compat-with-new-django.setup.patch
* Rebased and fixed debian/patches/removed-privacy-breach.patch
* d/copyright fixed.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/debian/control b/debian/control index 2086d84..58f92cd 100644 --- a/debian/control +++ b/debian/control @@ -14,11 +14,13 @@ Build-Depends: debhelper (>= 9), Build-Depends-Indep: python-django, python-mock, python-unittest2, + python-wheel, python3-django, - python3-mock + python3-mock, + python3-wheel, Standards-Version: 3.9.6 -Vcs-Browser: http://anonscm.debian.org/gitweb/?p=openstack/factory-boy.git;a=summary -Vcs-Git: git://anonscm.debian.org/openstack/factory-boy.git +Vcs-Browser: https://anonscm.debian.org/cgit/openstack/factory-boy.git/ +Vcs-Git: https://anonscm.debian.org/git/openstack/factory-boy.git Homepage: https://github.com/rbarrois/factory_boy Package: python-factory-boy |