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

dktrkranz at users.alioth.debian.org dktrkranz at users.alioth.debian.org
Tue Nov 8 15:41:55 UTC 2016


    Date: Tuesday, November 8, 2016 @ 15:41:54
  Author: dktrkranz
Revision: 13665

Add dependency on lsb-base (>= 3.0-6) because of the init script

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

Modified: packages/debomatic/trunk/debian/changelog
===================================================================
--- packages/debomatic/trunk/debian/changelog	2016-11-08 15:36:56 UTC (rev 13664)
+++ packages/debomatic/trunk/debian/changelog	2016-11-08 15:41:54 UTC (rev 13665)
@@ -5,6 +5,7 @@
     - Use compatibility mode 10.
   * debian/control:
     - Bump debhelper minimum version to >= 10.
+    - Add dependency on lsb-base (>= 3.0-6) because of the init script.
 
  -- Luca Falavigna <dktrkranz at debian.org>  Tue, 08 Nov 2016 16:30:52 +0100
 

Modified: packages/debomatic/trunk/debian/control
===================================================================
--- packages/debomatic/trunk/debian/control	2016-11-08 15:36:56 UTC (rev 13664)
+++ packages/debomatic/trunk/debian/control	2016-11-08 15:41:54 UTC (rev 13665)
@@ -27,7 +27,8 @@
          debootstrap | cdebootstrap | qemu-user-static,
          sbuild (>= 0.64.3-1),
          schroot,
-         python3-toposort
+         python3-toposort,
+         lsb-base (>= 3.0-6)
 Recommends: python3-pyinotify (>= 0.8.6-1),
             gpgv
 Suggests: autopkgtest,




More information about the Python-apps-commits mailing list