diff options
-rw-r--r-- | ChangeLog | 8 | ||||
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | pdebuild-user-mode-linux | 2 | ||||
-rw-r--r-- | pdebuild-user-mode-linux.1 | 6 | ||||
-rw-r--r-- | pdebuild.1 | 2 |
5 files changed, 22 insertions, 2 deletions
@@ -1,3 +1,11 @@ +2003-11-06 Junichi Uekawa <dancer@debian.org> + + * pdebuild-user-mode-linux.1: update documentation. + + * pdebuild.1: typographical fix. + + * pdebuild-user-mode-linux (ARCHITECTURE): update to support --configfile option. + 2003-10-29 Junichi Uekawa <dancer@debian.org> * debian/TODO: note the memo. diff --git a/debian/changelog b/debian/changelog index b7cdf87..b2017cc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +pbuilder (0.94) UNRELEASED; urgency=low + + * pdebuild-user-mode-linux: support --configfile as pdebuild does. + + -- Junichi Uekawa <dancer@debian.org> Thu, 6 Nov 2003 07:18:31 +0900 + pbuilder (0.93) unstable; urgency=low * Change pdebuild behavior: pass on --configfile option from diff --git a/pdebuild-user-mode-linux b/pdebuild-user-mode-linux index 72079ea..46fcd4a 100644 --- a/pdebuild-user-mode-linux +++ b/pdebuild-user-mode-linux @@ -33,7 +33,7 @@ PKG_VERSION=$(dpkg-parsechangelog|sed -n 's/^Version: \(.*:\|\)//p') ARCHITECTURE=$(dpkg-architecture -qDEB_HOST_ARCH) dpkg-buildpackage -S -us -uc -r${BUILDSOURCEROOTCMD} || true -pbuilder-user-mode-linux build "$@" --buildresult "${BUILDRESULT}" ../"${PKG_SOURCENAME}_${PKG_VERSION}".dsc +pbuilder-user-mode-linux build "$@" ${EXTRA_CONFIGFILE[@]/#/--configfile } --buildresult "${BUILDRESULT}" ../"${PKG_SOURCENAME}_${PKG_VERSION}".dsc if [ "${AUTO_DEBSIGN}" = "yes" ]; then debsign "${BUILDRESULT}/${PKG_SOURCENAME}_${PKG_VERSION}_${ARCHITECTURE}.changes" fi diff --git a/pdebuild-user-mode-linux.1 b/pdebuild-user-mode-linux.1 index de19f8f..bd577b7 100644 --- a/pdebuild-user-mode-linux.1 +++ b/pdebuild-user-mode-linux.1 @@ -35,6 +35,12 @@ Invoke debsign at the end of pdebuild process. The place which build result is stored. .TP +.BI "--configfile [" "Extra config file to use" "]" + +The configuration file is used, and passed on to +.BR "pbuilder-user-mode-linux" . + +.TP .BI "-- [" "pbuilder options" "]" After the @@ -41,7 +41,7 @@ here in the command-line. .BI "--configfile [" "Extra config file to use" "]" The configuration file is used, and passed on to -pbuilder. +.BR "pbuilder" . .TP .BI "-- [" "pbuilder options" "]" |