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

CDD Subversion Commit noreply at alioth.debian.org
Sun May 4 07:49:43 UTC 2008


Author: tille
Date: Sun May  4 07:49:42 2008
New Revision: 724

Modified:
   cdd/trunk/cdd/debian/changelog
   cdd/trunk/cdd/devtools/cdd-install-helper
   cdd/trunk/cdd/devtools/rules
Log:
Handle README.source and lintian.overrides


Modified: cdd/trunk/cdd/debian/changelog
==============================================================================
--- cdd/trunk/cdd/debian/changelog	(original)
+++ cdd/trunk/cdd/debian/changelog	Sun May  4 07:49:42 2008
@@ -1,10 +1,14 @@
-cdd (0.5.1) UNRELEASED; urgency=low
+cdd (0.5.1)  UNRELEASED; urgency=low
 
-  * Changed the Maintainer to Custom Debian Distribution Team
+  * Changed the Maintainer to Custom Debian Distribution List
     <debian-custom at lists.debian.org>
-  * Add myself as uploader.
+  * Move debian/README.source into every meta package in case such
+    a file exists
+    Closes: #479249
+  * added dh_lintian
+    Closes: #479248
 
- -- Jonas Smedegaard <dr at jones.dk>  Sat, 05 Apr 2008 19:29:42 +0200
+ -- Andreas Tille <tille at debian.org>  Sun, 04 May 2008 09:41:03 +0200
 
 cdd (0.5.0) unstable; urgency=low
 

Modified: cdd/trunk/cdd/devtools/cdd-install-helper
==============================================================================
--- cdd/trunk/cdd/devtools/cdd-install-helper	(original)
+++ cdd/trunk/cdd/devtools/cdd-install-helper	Sun May  4 07:49:42 2008
@@ -60,6 +60,9 @@
 	done
     fi
 
+    # if README.Source exits move it into every package
+    [ -s debian/README.source ] && cp -a debian/README.source debian/"$cdd"-"$pkg"/usr/share/doc/"$cdd"-"$pkg"
+
     # post{inst/rm} template are appended if some extra scripts are provided or just created
     # an extra postinst has to be saved (*.stub) and restored by the clean target in
     # debian/rules

Modified: cdd/trunk/cdd/devtools/rules
==============================================================================
--- cdd/trunk/cdd/devtools/rules	(original)
+++ cdd/trunk/cdd/devtools/rules	Sun May  4 07:49:42 2008
@@ -99,6 +99,7 @@
 	dh_installcron -a
 	dh_installman -a
 	dh_installinfo -a
+	dh_lintian -a
 	if grep -q "^Architecture: \+any" debian/control ; then \
 	    echo "$(CDD_INSTALL_HELPER) for architecture any" ; \
 	    $(CDD_INSTALL_HELPER) ; \
@@ -126,6 +127,7 @@
 	dh_installcron -i
 	dh_installman -i
 	dh_installinfo -i
+	dh_lintian -i
 	if grep -q "^Architecture: \+all" debian/control ; then \
 	    echo "$(CDD_INSTALL_HELPER) for architecture all" ; \
 	    $(CDD_INSTALL_HELPER) ; \



More information about the Cdd-commits mailing list