summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorThomas Goirand <thomas@goirand.fr>2013-11-20 19:47:48 +0800
committerThomas Goirand <thomas@goirand.fr>2013-11-20 19:47:48 +0800
commit1935fece8dc7ad5e4b24198fd0bf9c93ec80daa2 (patch)
tree45abcb6788dd589c45d3cacb7a8c6347dd097761 /debian/control
parent47a9ddc907a828ad079e5cdee6ed8c942af96d5e (diff)
parent4523d576e9ad73f7ef14515bffc7c99c6184cdfd (diff)
downloadfactory-boy-1935fece8dc7ad5e4b24198fd0bf9c93ec80daa2.tar
factory-boy-1935fece8dc7ad5e4b24198fd0bf9c93ec80daa2.tar.gz
Merge branch 'debian/unstable' of ssh://git.gplhost.com/var/cache/git/openstack/factory-boy into debian/unstable
Conflicts: debian/control
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control21
1 files changed, 13 insertions, 8 deletions
diff --git a/debian/control b/debian/control
index bd97dcb..748d34e 100644
--- a/debian/control
+++ b/debian/control
@@ -2,21 +2,26 @@ Source: factory-boy
Section: python
Priority: optional
Maintainer: PKG OpenStack <openstack-devel@lists.alioth.debian.org>
-Uploaders: Ghe Rivero <ghe.rivero@stackops.com>
-Build-Depends: debhelper (>= 7.0.50), python-dev (>=2.6.6-3~)
-Standards-Version: 3.9.3
+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>
+Build-Depends: debhelper (>= 9), python-all (>=2.6.6-3~), openstack-pkg-tools
+Standards-Version: 3.9.4
Homepage: https://github.com/rbarrois/factory_boy
Vcs-Browser: http://git.gplhost.com/gitweb/?p=openstack/factory-boy.git;a=summary
Vcs-Git: http://git.gplhost.com/openstack/factory-boy.git
-X-Python-Version: >= 2.6
Package: python-factory-boy
-Architecture: any
+Architecture: all
+Pre-Depends: dpkg (>= 1.15.6~)
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends},
-Description: test fixtures replacement based on thoughtbot's factory_girl for Ruby.
- factory_boy is a fixtures replacement based on thoughtbot's factory_girl . Like
+Description: test fixtures replacement based on thoughtbot's factory_girl for Ruby
+ factory_boy is a fixtures replacement based on thoughtbot's factory_girl. Like
factory_girl it has a straightforward definition syntax, support for multiple
build strategies (saved instances, unsaved instances, attribute dicts, and
stubbed objects), and support for multiple factories for the same class,
including factory inheritance.
- Django support is included, and support for other ORMs can be easily added. \ No newline at end of file
+ .
+ Django support is included, and support for other ORMs can be easily added.