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

CDD Subversion Commit noreply at alioth.debian.org
Fri Jan 4 21:27:31 UTC 2008


Author: tille
Date: Fri Jan  4 21:27:30 2008
New Revision: 511

Modified:
   cdd/trunk/cdd/debian/changelog
   cdd/trunk/cdd/devtools/cdd-install-helper
Log:
Fix bashism that caused #459194


Modified: cdd/trunk/cdd/debian/changelog
==============================================================================
--- cdd/trunk/cdd/debian/changelog	(original)
+++ cdd/trunk/cdd/debian/changelog	Fri Jan  4 21:27:30 2008
@@ -9,6 +9,7 @@
     menu-2 format
   * Added Vcs-Browser and Vcs-SVN tags
   * Standards-Version: 3.7.3 (no changes needed)
+  * devtools/cdd-install-helper: removed bashism
 
  -- Andreas Tille <tille at debian.org>  Sat, 20 Oct 2007 12:22:55 +0200
 

Modified: cdd/trunk/cdd/devtools/cdd-install-helper
==============================================================================
--- cdd/trunk/cdd/devtools/cdd-install-helper	(original)
+++ cdd/trunk/cdd/devtools/cdd-install-helper	Fri Jan  4 21:27:30 2008
@@ -101,7 +101,7 @@
   # Move templates for user configuration script
   # In case there is a config postinst template, preserve this
   [ -s debian/"$cdd"-config.postinst.stub ] && cp debian/"$cdd"-config.postinst.stub debian/"$cdd"-config.postinst
-  for comm in `ls /usr/share/cdd/templates/{config.*,apt.conf}` ; do
+  for comm in `ls /usr/share/cdd/templates/config.* /usr/share/cdd/templates/apt.conf` ; do
     commname=`basename $comm`
     SubstCDDName ${commname} ${cdd}-${commname}
   done



More information about the Cdd-commits mailing list