summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorGhe Rivero <ghe@debian.org>2012-02-14 12:20:54 +0100
committerGhe Rivero <ghe@debian.org>2012-02-14 12:21:46 +0100
commit491bd1262c2b9e4a4778bed0f8aa1a76244b3b7c (patch)
treee670197047039c89b64bff6ef9d33493c19a0f68 /debian/control
parentadf158a674c46bf6c30cf73f3983db3badc60772 (diff)
downloadfactory-boy-491bd1262c2b9e4a4778bed0f8aa1a76244b3b7c.tar
factory-boy-491bd1262c2b9e4a4778bed0f8aa1a76244b3b7c.tar.gz
Initial debian packagingdebian/1.0.4-1
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control22
1 files changed, 22 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..7b833aa
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,22 @@
+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.2
+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
+X-Python-Version: >= 2.6
+
+Package: factory-boy
+Architecture: any
+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
+ 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