diff options
author | dancer <dancer> | 2005-04-05 23:11:04 +0000 |
---|---|---|
committer | dancer <dancer> | 2005-04-05 23:11:04 +0000 |
commit | 30d04ce1aed6e5a1d5f9d7159c4a77a5e4c25bbc (patch) | |
tree | a57819691b9ba7ea8d00fa55a45ae29c4b159c52 | |
parent | ea60559e712e73a94159e9eaad0e841f3a0f1010 (diff) | |
download | pbuilder-30d04ce1aed6e5a1d5f9d7159c4a77a5e4c25bbc.tar pbuilder-30d04ce1aed6e5a1d5f9d7159c4a77a5e4c25bbc.tar.gz |
+pbuilder (0.124) unstable; urgency=low
+
+ * Update confusing documentation on --debemail option. (closes: #302855)
+
+ -- Junichi Uekawa <dancer@debian.org> Wed, 6 Apr 2005 08:09:25 +0900
+
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | pbuilder.8 | 2 | ||||
-rw-r--r-- | pbuilderrc.5 | 6 |
4 files changed, 18 insertions, 2 deletions
@@ -1,3 +1,9 @@ +2005-04-06 Junichi Uekawa <dancer@debian.org> + + * pbuilder.8: + * pbuilderrc.5: update documentation to fix confusing entry on DEBEMAIL + (#302855) + 2005-03-04 Junichi Uekawa <dancer@debian.org> * pbuilder: apply patch frp, Danilo to save aptcache on pbuilder login. diff --git a/debian/changelog b/debian/changelog index 650591f..0b84f84 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +pbuilder (0.124) unstable; urgency=low + + * Update confusing documentation on --debemail option. (closes: #302855) + + -- Junichi Uekawa <dancer@debian.org> Wed, 6 Apr 2005 08:09:25 +0900 + pbuilder (0.123) unstable; urgency=low * save aptcache on pbuilder login/exec. (closes: #271600) @@ -314,7 +314,7 @@ target. .BI "--debemail [" "maintainer-name <email-address>" "]" Specifies that dpkg-buildpackage be called with -.B "-m$DEBEMAIL" +.BI "-m" "maintainer-name <email-address>" instead of default value specified in the environment variable, or pbuilderrc diff --git a/pbuilderrc.5 b/pbuilderrc.5 index c375ff7..5978886 100644 --- a/pbuilderrc.5 +++ b/pbuilderrc.5 @@ -181,10 +181,14 @@ If this was specified, command will be passed with the necessary sponsorship option .B "-mMaintainer Name <Mail@Address>" on building. -Overwridden with +Overridden with .B "--debemail" command-line option. +The default configuration for +.B pbuilder +is empty for this value. + .TP .BI "DEBBUILDOPTS=" "" |