[Cdd-commits] r399 - in cdd/trunk/cdd: . debian

CDD Subversion Commit noreply at alioth.debian.org
Mon Sep 26 12:35:12 UTC 2005


Author: tille
Date: Mon Sep 26 12:35:11 2005
New Revision: 399

Modified:
   cdd/trunk/cdd/VERSION
   cdd/trunk/cdd/debian/changelog
   cdd/trunk/cdd/debian/control
Log:
Increased version number and finally sorted out the debconf issue.


Modified: cdd/trunk/cdd/VERSION
==============================================================================
--- cdd/trunk/cdd/VERSION	(original)
+++ cdd/trunk/cdd/VERSION	Mon Sep 26 12:35:11 2005
@@ -1 +1 @@
-0.3.10
+0.3.11

Modified: cdd/trunk/cdd/debian/changelog
==============================================================================
--- cdd/trunk/cdd/debian/changelog	(original)
+++ cdd/trunk/cdd/debian/changelog	Mon Sep 26 12:35:11 2005
@@ -5,8 +5,10 @@
   * No changes necessary Standards-Version: 3.6.2
   * Removed: Conflicts: med-common (<= 0.4); which was never released
     in stable
-  * Removed Depends: debconf (>= 0.5) - there is no debconf usage in cdd
-    directly
+  * Because there is no direct use of debconf in the cdd package but
+    debconf is used in the package builded using cdd-dev the ${misc:Depends}
+    variable does not really work.  That's why we introduce an explicite
+      Depends: debconf (>= 0.5) | debconf-2.0
   * Increased dependant menu version from 2.1.12 to 2.1.25
   * Adapted lintian.overrides to reflect the change in menu
     (files now in /usr/share/menu instead of /usr/lib/menu)

Modified: cdd/trunk/cdd/debian/control
==============================================================================
--- cdd/trunk/cdd/debian/control	(original)
+++ cdd/trunk/cdd/debian/control	Mon Sep 26 12:35:11 2005
@@ -9,6 +9,7 @@
 Package: cdd-dev
 Architecture: all
 Section: devel
+Depends: debconf (>= 0.5) | debconf-2.0
 Suggests: cdd-doc
 Description: Custom Debian Distributions common files for developing meta packages
  This package makes life easier when packaging meta packages.  Perhaps
@@ -19,7 +20,7 @@
 Package: cdd-common
 Architecture: all
 Section: misc
-Depends: adduser, menu (>= 2.1.25)
+Depends: adduser, menu (>= 2.1.25), debconf (>= 0.5) | debconf-2.0
 Suggests: cdd-doc
 Description: Custom Debian Distributions common package
  This package builds the basic infra structure for meta packages.



More information about the Cdd-commits mailing list