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

CDD Subversion Commit noreply at alioth.debian.org
Mon Sep 26 10:36:45 UTC 2005


Author: tille
Date: Mon Sep 26 10:36:44 2005
New Revision: 395

Modified:
   cdd/trunk/cdd/cdd-gen-control
   cdd/trunk/cdd/debian/changelog
   cdd/trunk/cdd/debian/control
Log:
Fix Problem with Binary: line in resulting dsc files


Modified: cdd/trunk/cdd/cdd-gen-control
==============================================================================
--- cdd/trunk/cdd/cdd-gen-control	(original)
+++ cdd/trunk/cdd/cdd-gen-control	Mon Sep 26 10:36:44 2005
@@ -30,7 +30,7 @@
 $commondepends{"debconf"}    = "1.2" ;
 $commondepends{"menu"}       = "2.1.14" ;
 # the VERSION variable is replaced in the dist target of debian/rules
-$commondepends{"cdd-common"} = "#VERSION#" ;
+$commondepends{"cdd-common"} = "0.3.10" ;
 
 my $CommonPackage = "" ;
 my $prefix        = "test-" ;

Modified: cdd/trunk/cdd/debian/changelog
==============================================================================
--- cdd/trunk/cdd/debian/changelog	(original)
+++ cdd/trunk/cdd/debian/changelog	Mon Sep 26 10:36:44 2005
@@ -1,8 +1,10 @@
-cdd (0.3.11) UNRELEASED; urgency=low
+cdd (0.3.11) unstable; urgency=low
 
-  * debconf | debconf-2.0
+  * Fix problem with resulting *.dsc files that did not list the
+    files that were actually created in the Binary line
+  * No changes necessary Standards-Version: 3.6.2
 
- -- Andreas Tille <tille at debian.org>  Sat, 06 Aug 2005 19:06:13 +0200
+ -- Andreas Tille <tille at debian.org>  Sun, 25 Sep 2005 21:36:29 +0200
 
 cdd (0.3.10) unstable; urgency=low
 

Modified: cdd/trunk/cdd/debian/control
==============================================================================
--- cdd/trunk/cdd/debian/control	(original)
+++ cdd/trunk/cdd/debian/control	Mon Sep 26 10:36:44 2005
@@ -4,12 +4,12 @@
 Maintainer: Andreas Tille <tille at debian.org>
 Uploaders: Petter Reinholdtsen <pere at debian.org>, Andreas Tille <tille at debian.org>, Cosimo Alfarano <kalfa at debian.org>
 Build-Depends-Indep: debhelper (>= 4.1.16)
-Standards-Version: 3.6.1.0
+Standards-Version: 3.6.2
 
 Package: cdd-dev
 Architecture: all
 Section: devel
-Depends: debconf (>= 0.5) | debconf-2.0
+Depends: ${misc:Depends}
 Suggests: cdd-doc
 Description: Custom Debian Distributions common files for developing meta packages
  This package makes life easier when packaging meta packages.  Perhaps
@@ -20,7 +20,7 @@
 Package: cdd-common
 Architecture: all
 Section: misc
-Depends: adduser, debconf (>= 0.5) | debconf-2.0, menu (>= 2.1.12)
+Depends: adduser, ${misc:Depends}
 Conflicts: med-common (<= 0.4)
 Suggests: cdd-doc
 Description: Custom Debian Distributions common package



More information about the Cdd-commits mailing list