[Dbconfig-common-changes] [dbconfig-common] r388 - in trunk: debian dpkg

Sean Finney seanius at alioth.debian.org
Sat May 12 12:41:52 UTC 2007


Author: seanius
Date: 2007-05-12 12:41:51 +0000 (Sat, 12 May 2007)
New Revision: 388

Modified:
   trunk/debian/changelog
   trunk/dpkg/common
Log:
fix for webapps-common

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2007-05-12 12:36:51 UTC (rev 387)
+++ trunk/debian/changelog	2007-05-12 12:41:51 UTC (rev 388)
@@ -1,4 +1,4 @@
-dbconfig-common (1.8.32) UNRELEASED; urgency=low
+dbconfig-common (1.8.32) unstable; urgency=low
 
   * incorporated the suggested grammatical corrections to debconf templates,
     doing my best to avoid fuzzying current translations.  thanks to
@@ -10,8 +10,10 @@
     example package.  thanks to Niko Tyni (closes: #421009).
   * fixed typo in french debconf translations, thanks to Frédéric Bothamy
     for pointing this out (closes: #422196).
+  * small fix for created nested subdirectories, which will be used by
+    the soon-coming webapps-common package.
 
- -- sean finney <seanius at debian.org>  Thu, 10 May 2007 16:43:15 +0200
+ -- sean finney <seanius at debian.org>  Sat, 12 May 2007 14:41:27 +0200
 
 dbconfig-common (1.8.31) unstable; urgency=low
 

Modified: trunk/dpkg/common
===================================================================
--- trunk/dpkg/common	2007-05-12 12:36:51 UTC (rev 387)
+++ trunk/dpkg/common	2007-05-12 12:41:51 UTC (rev 388)
@@ -494,6 +494,9 @@
 ##
 
 EOF
+	# apps registered via webapps-common might use nested directories, so
+	# we should make sure the directories exist
+	mkdir -p "`dirname \"$dbc_packageconfig\"`"
 	ucf "$tfile" "$dbc_packageconfig"
 	rm -f "$tfile"
 	if [ "$dbc_generate_include" ]; then




More information about the Dbconfig-common-changes mailing list