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

dktrkranz at users.alioth.debian.org dktrkranz at users.alioth.debian.org
Thu Mar 12 09:14:49 UTC 2015


    Date: Thursday, March 12, 2015 @ 09:14:47
  Author: dktrkranz
Revision: 11799

Refresh dependencies

Modified:
  packages/debomatic/trunk/debian/changelog
  packages/debomatic/trunk/debian/control

Modified: packages/debomatic/trunk/debian/changelog
===================================================================
--- packages/debomatic/trunk/debian/changelog	2015-03-12 09:02:13 UTC (rev 11798)
+++ packages/debomatic/trunk/debian/changelog	2015-03-12 09:14:47 UTC (rev 11799)
@@ -3,6 +3,9 @@
   * New upstream development snapshot.
     - sbuild backend.
     - Do not reference debomatic.conf(5) in man page (Closes: #779440).
+  * debian/control:
+    - Depends on schroot and sbuild instead of pbuilder and cowbuilder.
+    - Adjust Recommends and Suggests to match new modules.
 
  -- Luca Falavigna <dktrkranz at debian.org>  Thu, 12 Mar 2015 09:58:42 +0100
 

Modified: packages/debomatic/trunk/debian/control
===================================================================
--- packages/debomatic/trunk/debian/control	2015-03-12 09:02:13 UTC (rev 11798)
+++ packages/debomatic/trunk/debian/control	2015-03-12 09:14:47 UTC (rev 11799)
@@ -23,18 +23,21 @@
 Architecture: all
 Depends: ${python3:Depends},
          ${misc:Depends},
-         pbuilder | cowbuilder,
-         debootstrap | cdebootstrap,
+         debootstrap | cdebootstrap | qemu-debootstrap,
+         sbuild,
+         schroot,
          python3-toposort
-Recommends: gpgv,
-            lintian,
-            python3-pyinotify (>= 0.8.6-1),
-            debian-archive-keyring,
-            ubuntu-keyring
-Suggests: piuparts (>= 0.45),
+Recommends: python3-pyinotify (>= 0.8.6-1),
+            gpgv
+Suggests: autopkgtest,
+          blhc,
+          devscripts,
+          lintian,
+          piuparts (>= 0.45),
           apt-utils,
-          devscripts,
-          gnupg
+          gnupg,
+          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