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

CDD Subversion Commit noreply at alioth.debian.org
Thu Oct 18 21:04:49 UTC 2007


Author: tille
Date: Thu Oct 18 21:04:49 2007
New Revision: 475

Modified:
   cdd/trunk/cdd/VERSION
   cdd/trunk/cdd/debian/cdd-dev.lintian.overrides
   cdd/trunk/cdd/debian/changelog
   cdd/trunk/cdd/debian/control
   cdd/trunk/cdd/devtools/Makefile
Log:
Add newline after config/control


Modified: cdd/trunk/cdd/VERSION
==============================================================================
--- cdd/trunk/cdd/VERSION	(original)
+++ cdd/trunk/cdd/VERSION	Thu Oct 18 21:04:49 2007
@@ -1 +1 @@
-0.4.1
+0.4.3

Modified: cdd/trunk/cdd/debian/cdd-dev.lintian.overrides
==============================================================================
--- cdd/trunk/cdd/debian/cdd-dev.lintian.overrides	(original)
+++ cdd/trunk/cdd/debian/cdd-dev.lintian.overrides	Thu Oct 18 21:04:49 2007
@@ -1,5 +1,5 @@
 # The scripts are not intended to be running before the template
 # variable #CDD# is replaced.  The '#' sign in the template variable
 # makes the shell syntax checker fail to interpret the syntax correctly
-cdd-dev: shell-script-fails-syntax-check ./usr/share/cdd/templates/common.config
-cdd-dev: shell-script-fails-syntax-check ./usr/share/cdd/templates/common.postinst
+cdd-dev: shell-script-fails-syntax-check ./usr/share/cdd/templates/config.config
+cdd-dev: shell-script-fails-syntax-check ./usr/share/cdd/templates/config.postinst

Modified: cdd/trunk/cdd/debian/changelog
==============================================================================
--- cdd/trunk/cdd/debian/changelog	(original)
+++ cdd/trunk/cdd/debian/changelog	Thu Oct 18 21:04:49 2007
@@ -1,3 +1,18 @@
+cdd (0.4.3) unstable; urgency=low
+
+  * Add a newline after adding config/control to debian/control
+
+ -- Andreas Tille <tille at debian.org>  Thu, 18 Oct 2007 20:14:16 +0200
+
+cdd (0.4.2) unstable; urgency=low
+
+  * Build-Depends: texlive-latex-base, texlive-latex-extra,
+    texlive-fonts-recommended, texlive-latex-recommended
+    Closes: #445777
+  * debian/cdd-dev.lintian.overrides: Renamed common to config
+
+ -- Andreas Tille <tille at debian.org>  Mon, 08 Oct 2007 12:02:41 +0200
+
 cdd (0.4.1) unstable; urgency=low
 
   * Moved documentation package cdd-doc into same source package

Modified: cdd/trunk/cdd/debian/control
==============================================================================
--- cdd/trunk/cdd/debian/control	(original)
+++ cdd/trunk/cdd/debian/control	Thu Oct 18 21:04:49 2007
@@ -3,7 +3,7 @@
 Section: devel
 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: debhelper (>= 5), debiandoc-sgml, texlive-base
+Build-Depends: debhelper (>= 5), debiandoc-sgml, texlive-latex-base, texlive-latex-extra, texlive-latex-recommended, texlive-fonts-recommended
 Standards-Version: 3.7.2
 
 Package: cdd-dev

Modified: cdd/trunk/cdd/devtools/Makefile
==============================================================================
--- cdd/trunk/cdd/devtools/Makefile	(original)
+++ cdd/trunk/cdd/devtools/Makefile	Thu Oct 18 21:04:49 2007
@@ -19,7 +19,7 @@
 
 debian/control: debian/control.stub debian/changelog tasks/* $(CONFIGCONTROL)
 	(cat debian/control.stub; \
-	 test -f config/control && cat config/control; \
+	 test -f config/control && ( cat config/control; echo ) ; \
 	$(GENCONTROL) -s $(TARGET_DIST) -D -c -m -i -A) > $@.new && mv $@.new $@
 
 tasksel: $(CDD)-tasks.desc



More information about the Cdd-commits mailing list