From: Fredrik Tolf Date: Mon, 24 Mar 2008 21:56:02 +0000 (+0100) Subject: Updated control files for adding changelog entries. X-Git-Url: http://dolda2000.com/gitweb/?p=dcp.git;a=commitdiff_plain;h=HEAD Updated control files for adding changelog entries. --- diff --git a/dcp-init b/dcp-init index 262a2bb..f8f3667 100755 --- a/dcp-init +++ b/dcp-init @@ -61,6 +61,11 @@ readconf() { export "CONF_\$key"="\$val" done <"\$HOME/.dcp-build-conf" fi + if [ -r "/etc/dcp-conf" ]; then + while read key val; do + export "CONF_\$key"="\$val" + done <"/etc/dcp-conf" + fi while read key val; do export "CONF_\$key"="\$val" done repo/src/debian/changelog.new <"$td/control/build" <"$td/control/update.d/post-logchange" <>"$td/control/conf" rungit add control/conf }