[Dbconfig-common-changes] dbconfig-common/dpkg common,1.34,1.35

seanius at haydn.debian.org seanius at haydn.debian.org
Wed Dec 21 04:04:35 CET 2005


Update of /cvsroot/dbconfig-common/dbconfig-common/dpkg
In directory haydn:/org/alioth.debian.org/chroot/home/users/seanius/tmp/cvs-serv2133/dpkg

Modified Files:
	common 
Log Message:
fix for #343691


Index: common
===================================================================
RCS file: /cvsroot/dbconfig-common/dbconfig-common/dpkg/common,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -d -r1.34 -r1.35
--- common	7 Nov 2005 19:21:27 -0000	1.34
+++ common	21 Dec 2005 03:04:31 -0000	1.35
@@ -360,7 +360,7 @@
 		if echo $dbc_generate_include | grep -q -E "^[^:]*:"; then
 			iformat=`echo $dbc_generate_include | cut -d: -f1`
 			ofile=`echo $dbc_generate_include | cut -d: -f2`
-			dbconfig-generate-include -a -f "$iformat" $dbc_generate_include_args "$dbc_packageconfig" "$ofile"
+			dbconfig-generate-include -a -f "$iformat" $dbc_generate_include_args -U "$dbc_packageconfig" "$ofile"
 		else
 			dbc_error="maintainer did not properly set dbc_generate_include"
 			dbc_install_error "writing package config"




More information about the Dbconfig-common-changes mailing list