[Python-apps-commits] r9483 - in packages/debomatic/trunk/debian (control)

dktrkranz at users.alioth.debian.org dktrkranz at users.alioth.debian.org
Sun Mar 17 11:07:29 UTC 2013


    Date: Sunday, March 17, 2013 @ 11:07:28
  Author: dktrkranz
Revision: 9483

List (build-)dependencies in separate lines

Modified:
  packages/debomatic/trunk/debian/control

Modified: packages/debomatic/trunk/debian/control
===================================================================
--- packages/debomatic/trunk/debian/control	2013-03-17 11:05:21 UTC (rev 9482)
+++ packages/debomatic/trunk/debian/control	2013-03-17 11:07:28 UTC (rev 9483)
@@ -3,9 +3,14 @@
 Priority: extra
 Maintainer: Luca Falavigna <dktrkranz at debian.org>
 Uploaders: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 9), python (>= 2.6.6-3~), python-sphinx,
- texlive-latex-base, texlive-latex-recommended, texlive-fonts-recommended,
- texlive-latex-extra, gettext
+Build-Depends: debhelper (>= 9),
+               python (>= 2.6.6-3~),
+               python-sphinx,
+               texlive-latex-base,
+               texlive-latex-recommended,
+               texlive-fonts-recommended,
+               texlive-latex-extra,
+               gettext
 X-Python-Version: >= 2.6
 Standards-Version: 3.9.4
 Homepage: https://launchpad.net/debomatic
@@ -14,9 +19,17 @@
 
 Package: debomatic
 Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}, pbuilder | cowbuilder,
- debootstrap | cdebootstrap, python-daemon, python-lockfile
-Recommends: gpgv, lintian, python-pyinotify (>= 0.8.6-1), debian-archive-keyring, ubuntu-keyring
+Depends: ${python:Depends},
+         ${misc:Depends},
+         pbuilder | cowbuilder,
+         debootstrap | cdebootstrap,
+         python-daemon,
+         python-lockfile
+Recommends: gpgv,
+            lintian,
+            python-pyinotify (>= 0.8.6-1),
+            debian-archive-keyring,
+            ubuntu-keyring
 Description: automatic build machine for Debian source packages
  Deb-o-Matic is an easy to use build machine for Debian source packages
  based on pbuilder, written in Python.




More information about the Python-apps-commits mailing list