summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorThomas Goirand <thomas@goirand.fr>2012-12-17 11:40:08 +0000
committerThomas Goirand <thomas@goirand.fr>2012-12-17 11:40:08 +0000
commitd83c0c0e3911272b938c0568ac2e9d0930ce6635 (patch)
tree8cf9f9c957d932e8dbf55484b9126ca264771070 /debian
parent9a5879b47aff8502f7337ebfe8e398c6451dfe00 (diff)
downloadfactory-boy-d83c0c0e3911272b938c0568ac2e9d0930ce6635.tar
factory-boy-d83c0c0e3911272b938c0568ac2e9d0930ce6635.tar.gz
Added Pre-Depends: dpkg (>= 1.15.6~) because of xz compression.
Diffstat (limited to 'debian')
-rw-r--r--debian/control1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/control b/debian/control
index 25094be..f5b24d4 100644
--- a/debian/control
+++ b/debian/control
@@ -15,6 +15,7 @@ Vcs-Git: git://anonscm.debian.org/openstack/factory-boy.git
Package: python-factory-boy
Architecture: any
+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