summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog10
-rw-r--r--debian/control7
-rw-r--r--debian/gbp.conf2
3 files changed, 13 insertions, 6 deletions
diff --git a/debian/changelog b/debian/changelog
index ce26a65..53fa6e8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
-factory-boy (2.6.1-1) UNRELEASED; urgency=medium
+factory-boy (2.7.0-1) UNRELEASED; urgency=medium
- * New upstream release.
+ [ Ondřej Nový ]
+ * New upstream release (v2.6.1)
* Added python(3)-wheel build dependency.
* Fixed VCS url (https).
* Removed disable-a-test-in-test_existing_file.patch
@@ -8,7 +9,10 @@ factory-boy (2.6.1-1) UNRELEASED; urgency=medium
* Rebased and fixed debian/patches/removed-privacy-breach.patch
* d/copyright fixed.
- -- Ondřej Nový <novy@ondrej.org> Sun, 14 Feb 2016 19:26:48 +0100
+ [ Christopher Baines ]
+ * New upstream release (v2.7.0)
+
+ -- Christopher Baines <mail@cbaines.net> Wed, 11 May 2016 09:50:01 +0100
factory-boy (2.4.1-4) unstable; urgency=medium
diff --git a/debian/control b/debian/control
index 58f92cd..21528aa 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: factory-boy
Section: python
Priority: optional
Maintainer: PKG OpenStack <openstack-devel@lists.alioth.debian.org>
-Uploaders: Thomas Goirand <zigo@debian.org>,
+Uploaders: Thomas Goirand <zigo@debian.org>, Christopher Baines <mail@cbaines.net>
Build-Depends: debhelper (>= 9),
dh-python,
openstack-pkg-tools,
@@ -15,10 +15,13 @@ Build-Depends-Indep: python-django,
python-mock,
python-unittest2,
python-wheel,
+ python-ipaddress,
+ python-fake-factory,
python3-django,
python3-mock,
python3-wheel,
-Standards-Version: 3.9.6
+ python3-fake-factory,
+Standards-Version: 3.9.8
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
diff --git a/debian/gbp.conf b/debian/gbp.conf
index 7bf5959..48bd2b2 100644
--- a/debian/gbp.conf
+++ b/debian/gbp.conf
@@ -1,7 +1,7 @@
[DEFAULT]
upstream-branch = master
debian-branch = debian/unstable
-upstream-tag = %(version)s
+upstream-tag = v%(version)s
compression = xz
[buildpackage]