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

dktrkranz at users.alioth.debian.org dktrkranz at users.alioth.debian.org
Thu Mar 12 09:20:46 UTC 2015


    Date: Thursday, March 12, 2015 @ 09:20:45
  Author: dktrkranz
Revision: 11800

Document sbuild and schroot in the package description

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:14:47 UTC (rev 11799)
+++ packages/debomatic/trunk/debian/changelog	2015-03-12 09:20:45 UTC (rev 11800)
@@ -6,6 +6,7 @@
   * debian/control:
     - Depends on schroot and sbuild instead of pbuilder and cowbuilder.
     - Adjust Recommends and Suggests to match new modules.
+    - Document sbuild and schroot in the package description.
 
  -- 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:14:47 UTC (rev 11799)
+++ packages/debomatic/trunk/debian/control	2015-03-12 09:20:45 UTC (rev 11800)
@@ -23,7 +23,7 @@
 Architecture: all
 Depends: ${python3:Depends},
          ${misc:Depends},
-         debootstrap | cdebootstrap | qemu-debootstrap,
+         debootstrap | cdebootstrap | qemu-user-static,
          sbuild,
          schroot,
          python3-toposort
@@ -40,11 +40,11 @@
           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.
+ based on sbuild and schroot, written in Python.
  . 
  It provides a simple tool to automate build of source packages with limited
  user interaction and a simple configuration. It has some useful features such
- as automatic update of pbuilder, automatic scan and selection of source
+ as automatic update of chroots, automatic scan and selection of source
  packages to build and modules support.
  .
  It is meant to help developers to build their packages without worrying too




More information about the Python-apps-commits mailing list