Author: adam-guest
Date: 2008-03-23 19:46:11 +0000 (Sun, 23 Mar 2008)
New Revision: 1186
Modified:
trunk/conf.default.in
trunk/debian/postinst
Log:
Add DEBUILD_{PREPEND_PATH,SIGNING_USERNAME}
Modified: trunk/conf.default.in
===================================================================
--- trunk/conf.default.in 2008-03-23 19:41:50 UTC (rev 1185)
+++ trunk/conf.default.in 2008-03-23 19:46:11 UTC (rev 1186)
@@ -283,6 +283,14 @@
# Extra options given to lintian before any command-line options
# specified.
# DEBUILD_LINTIAN_OPTS=""
+#
+# Colon-separated list of options to be added to the beginning
+# of PATH once it has been sanitised
+# DEBUILD_PREPEND_PATH="/usr/lib/ccache"
+#
+# Credentials to pass to debrsign when signing dsc / changes files
+# Setting this option to a non-blank string implies using debrsign
+# DEBUILD_SIGNING_USERNAME="[EMAIL PROTECTED]"
#
# Hooks; see the manpage for details of these
# DEBUILD_DPKG_BUILDPACKAGE_HOOK=""
Modified: trunk/debian/postinst
===================================================================
--- trunk/debian/postinst 2008-03-23 19:41:50 UTC (rev 1185)
+++ trunk/debian/postinst 2008-03-23 19:46:11 UTC (rev 1186)
@@ -448,6 +448,16 @@
# for a release?
# DEBCOMMIT_RELEASE_USE_CHANGELOG=no
+##### debuild options added in version 2.10.20
+#
+# Colon-separated list of options to be added to the beginning
+# of PATH once it has been sanitised
+# DEBUILD_PREPEND_PATH="/usr/lib/ccache"
+#
+# Credentials to pass to debrsign when signing dsc / changes files
+# Setting this option to a non-blank string implies using debrsign
+# DEBUILD_SIGNING_USERNAME="[EMAIL PROTECTED]"
+
EOF
fi
fi
--
To unsubscribe, send mail to [EMAIL PROTECTED]