From 1e1f4c44f765751c19e69e4a237e803ebe47218d Mon Sep 17 00:00:00 2001 From: Thomas Goirand Date: Mon, 1 Jun 2015 08:41:46 +0200 Subject: Added Suggests: python-factory-boy-doc (Closes: #787282). --- debian/changelog | 6 ++++++ debian/control | 16 ++++++---------- 2 files changed, 12 insertions(+), 10 deletions(-) (limited to 'debian') 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 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 -Uploaders: Loic Dachary (OuoU) , - Julien Danjou , - Thomas Goirand , - Ghe Rivero , - Mehdi Abaakouk +Uploaders: Thomas Goirand , 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 -- cgit v1.2.3