diff options
author | Thomas Goirand <thomas@goirand.fr> | 2014-10-12 04:39:15 +0000 |
---|---|---|
committer | Thomas Goirand <thomas@goirand.fr> | 2014-10-12 04:39:15 +0000 |
commit | c2f6e9cdd2a2a281748ca2bdd7bc1d6e12020e4d (patch) | |
tree | 89c1b965ff0eb5f6580a0b8bff9e039c14df57c9 /debian | |
parent | d34d35ee07712306d86fff68db5fe28dbe263ed6 (diff) | |
download | factory-boy-c2f6e9cdd2a2a281748ca2bdd7bc1d6e12020e4d.tar factory-boy-c2f6e9cdd2a2a281748ca2bdd7bc1d6e12020e4d.tar.gz |
Standards-Version is now 3.9.6 (no change).debian/2.4.1-3
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 6b0ea1c..723ae48 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ factory-boy (2.4.1-3) unstable; urgency=medium * Add a patch to call django.setup() if using Django 1.7 in the unit tests. This fixes FTBFS (Closes: #764837). + * Standards-Version is now 3.9.6 (no change). -- Thomas Goirand <zigo@debian.org> Sun, 12 Oct 2014 04:36:54 +0000 diff --git a/debian/control b/debian/control index e599287..860f5a6 100644 --- a/debian/control +++ b/debian/control @@ -19,7 +19,7 @@ Build-Depends-Indep: python-django, python-unittest2, python3-django, python3-mock -Standards-Version: 3.9.5 +Standards-Version: 3.9.6 Homepage: https://github.com/rbarrois/factory_boy Vcs-Browser: http://anonscm.debian.org/gitweb/?p=openstack/factory-boy.git;a=summary Vcs-Git: git://anonscm.debian.org/openstack/factory-boy.git |