summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorThomas Goirand <thomas@goirand.fr>2014-05-03 17:00:51 +0000
committerThomas Goirand <thomas@goirand.fr>2014-05-03 17:00:51 +0000
commitf3eb098270c61e2fb1582ad2b499f5f2f93c3267 (patch)
tree847cbc5e9343e5b92bd7a39f7ddc95b5a7603416 /debian
parent5f99e831aa1b1fd06111f1e2ad23571b17ad4fcc (diff)
downloadfactory-boy-f3eb098270c61e2fb1582ad2b499f5f2f93c3267.tar
factory-boy-f3eb098270c61e2fb1582ad2b499f5f2f93c3267.tar.gz
Added missing python-setuptools build-depends.debian/2.3.1-1
Diffstat (limited to 'debian')
-rw-r--r--debian/control7
-rw-r--r--debian/copyright2
2 files changed, 6 insertions, 3 deletions
diff --git a/debian/control b/debian/control
index 032326f..32d7ab6 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,10 @@ Uploaders: Loic Dachary (OuoU) <loic@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
+Build-Depends: debhelper (>= 9),
+ openstack-pkg-tools,
+ python-all (>=2.6.6-3~),
+ python-setuptools
Build-Depends-Indep: python-mock, python-unittest2
Standards-Version: 3.9.5
Homepage: https://github.com/rbarrois/factory_boy
@@ -17,7 +20,7 @@ Vcs-Git: git://anonscm.debian.org/openstack/factory-boy.git
Package: python-factory-boy
Architecture: all
Pre-Depends: dpkg (>= 1.15.6~)
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends},
+Depends: ${misc:Depends}, ${python:Depends}, ${shlibs: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
diff --git a/debian/copyright b/debian/copyright
index 54e3c27..427e897 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -28,4 +28,4 @@ License: MIT
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
- THE SOFTWARE. \ No newline at end of file
+ THE SOFTWARE.