summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorThomas Goirand <zigo@debian.org>2015-06-01 08:41:46 +0200
committerThomas Goirand <zigo@debian.org>2015-06-01 08:41:46 +0200
commit1e1f4c44f765751c19e69e4a237e803ebe47218d (patch)
tree049c4cd70013cf92ebcef49ae33985b03eaf8262 /debian
parentc2f6e9cdd2a2a281748ca2bdd7bc1d6e12020e4d (diff)
downloadfactory-boy-1e1f4c44f765751c19e69e4a237e803ebe47218d.tar
factory-boy-1e1f4c44f765751c19e69e4a237e803ebe47218d.tar.gz
Added Suggests: python-factory-boy-doc (Closes: #787282).
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog6
-rw-r--r--debian/control16
2 files changed, 12 insertions, 10 deletions
diff --git a/debian/changelog b/debian/changelog
index 723ae48..afa1207 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+factory-boy (2.4.1-4) unstable; urgency=medium
+
+ * Added Suggests: python-factory-boy-doc (Closes: #787282).
+
+ -- Thomas Goirand <zigo@debian.org> Mon, 01 Jun 2015 08:39:54 +0200
+
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.
diff --git a/debian/control b/debian/control
index 860f5a6..682d1c5 100644
--- a/debian/control
+++ b/debian/control
@@ -2,17 +2,14 @@ Source: factory-boy
Section: python
Priority: optional
Maintainer: PKG OpenStack <openstack-devel@lists.alioth.debian.org>
-Uploaders: Loic Dachary (OuoU) <loic@debian.org>,
- Julien Danjou <acid@debian.org>,
- Thomas Goirand <zigo@debian.org>,
- Ghe Rivero <ghe.rivero@stackops.com>,
- Mehdi Abaakouk <sileht@sileht.net>
+Uploaders: Thomas Goirand <zigo@debian.org>,
Build-Depends: debhelper (>= 9),
+ dh-python,
openstack-pkg-tools,
- python-all (>=2.6.6-3~),
+ python-all,
python-setuptools,
python-sphinx,
- python3-all (>= 3.2),
+ python3-all,
python3-setuptools
Build-Depends-Indep: python-django,
python-mock,
@@ -26,8 +23,8 @@ Vcs-Git: git://anonscm.debian.org/openstack/factory-boy.git
Package: python-factory-boy
Architecture: all
-Pre-Depends: dpkg (>= 1.15.6~)
Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
+Suggests: python-factory-boy-doc
Description: test fixtures replacement based on factory_girl for Ruby - Python 2.x
factory_boy is a fixtures replacement based on thoughtbot's factory_girl. Like
factory_girl it has a straightforward definition syntax, support for multiple
@@ -41,8 +38,8 @@ Description: test fixtures replacement based on factory_girl for Ruby - Python 2
Package: python3-factory-boy
Architecture: all
-Pre-Depends: dpkg (>= 1.15.6~)
Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}
+Suggests: python-factory-boy-doc
Description: test fixtures replacement based on factory_girl for Ruby - Python 3.x
factory_boy is a fixtures replacement based on thoughtbot's factory_girl. Like
factory_girl it has a straightforward definition syntax, support for multiple
@@ -57,7 +54,6 @@ Description: test fixtures replacement based on factory_girl for Ruby - Python 3
Package: python-factory-boy-doc
Section: doc
Architecture: all
-Pre-Depends: dpkg (>= 1.15.6~)
Depends: ${misc:Depends}, ${shlibs:Depends}, ${sphinxdoc:Depends}
Description: test fixtures replacement based on factory_girl for Ruby - doc
factory_boy is a fixtures replacement based on thoughtbot's factory_girl. Like