[Python-modules-commits] [fake-factory] 06/13: Run cme fix dpkg-control

Christopher Baines cbaines-guest at moszumanska.debian.org
Sun Feb 7 21:14:25 UTC 2016


This is an automated email from the git hooks/post-receive script.

cbaines-guest pushed a commit to branch master
in repository fake-factory.

commit 414250466dc4436f317cbaead2f7f929c660e6b7
Author: Christopher Baines <mail at cbaines.net>
Date:   Sat Jan 2 11:45:45 2016 +0000

    Run cme fix dpkg-control
---
 debian/control | 13 ++++++++++---
 1 file changed, 10 insertions(+), 3 deletions(-)

diff --git a/debian/control b/debian/control
index acc6e0f..be85476 100644
--- a/debian/control
+++ b/debian/control
@@ -2,13 +2,19 @@ Source: fake-factory
 Maintainer: cbaines8 at gmail.com <cbaines8 at gmail.com>
 Section: python
 Priority: optional
-Build-Depends: dh-python, python-setuptools (>= 0.6b3), python3-setuptools, python-all (>= 2.6.6-3), python3-all, debhelper (>= 9)
+Build-Depends: dh-python,
+               python-setuptools,
+               python3-setuptools,
+               python-all,
+               python3-all,
+               debhelper (>= 9),
 Standards-Version: 3.9.6
 Homepage: http://github.com/joke2k/faker
 
 Package: python-fake-factory
 Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}
+Depends: ${misc:Depends},
+         ${python:Depends}
 Description: Faker is a Python package that generates fake data for you.
  Faker is a Python package that generates fake data for you. Whether
  you need to bootstrap your database, create good-looking XML documents,
@@ -19,7 +25,8 @@ Description: Faker is a Python package that generates fake data for you.
 
 Package: python3-fake-factory
 Architecture: all
-Depends: ${misc:Depends}, ${python3:Depends}
+Depends: ${misc:Depends},
+         ${python3:Depends}
 Description: Faker is a Python package that generates fake data for you.
  Faker is a Python package that generates fake data for you. Whether
  you need to bootstrap your database, create good-looking XML documents,

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/fake-factory.git



More information about the Python-modules-commits mailing list