aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--debian/changelog7
-rw-r--r--pbuilder.82
-rwxr-xr-xpbuilderrc3
-rw-r--r--pbuilderrc.54
5 files changed, 15 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index 57e40e6..391d321 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2002-10-30 Junichi Uekawa <dancer@debian.org>
+ * pbuilder.8: update documentation for --debemail, it was wrong.
+
+ * pbuilderrc.5: update documentation for DEBEMAIL, it was wrong.
+
+ * pbuilderrc (HOOKDIR): Set default DEBEMAIL to "".
+
* pbuilder-satisfydepends: remove the debug thing.
* debuild-pbuilder: a better handling of directory, copied from pdebuild.
diff --git a/debian/changelog b/debian/changelog
index e1e4118..3115a69 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,11 +1,14 @@
-pbuilder (0.48) UNRELEASED; urgency=low
+pbuilder (0.48) unstable; urgency=low
* Not a released version.
* improved handling of directory in debuild-pbuilder.
* Version-deps parser changed slightly.
* unset LOGNAME.
+ * Fix problems with DEBEMAIL and other things, that was discussed on -devel.
+ People are starting to upload packages using pbuilder, without testing.
+ I don't like that trend very much, but I really cannot stop them.
- -- Junichi Uekawa <dancer@debian.org> Wed, 30 Oct 2002 17:40:02 +0900
+ -- Junichi Uekawa <dancer@debian.org> Wed, 30 Oct 2002 21:03:57 +0900
pbuilder (0.47) unstable; urgency=low
diff --git a/pbuilder.8 b/pbuilder.8
index e5bbdd6..4a56339 100644
--- a/pbuilder.8
+++ b/pbuilder.8
@@ -250,7 +250,7 @@ Create $TMP, and $TMPDIR if necessary.
\" End of hookdir description
.TP
-.BI "--debemail [" "email-address" "]"
+.BI "--debemail [" "maintainer-name <email-address>" "]"
Specifies that dpkg-buildpackage be called with
.B "-m$DEBEMAIL"
diff --git a/pbuilderrc b/pbuilderrc
index 7cd2093..1587e7f 100755
--- a/pbuilderrc
+++ b/pbuilderrc
@@ -27,8 +27,7 @@ HOOKDIR=""
# make debconf not interact with user
export DEBIAN_FRONTEND="noninteractive"
-# Address used when building.
-DEBEMAIL="nobody@nowhere"
+DEBEMAIL=""
#for pbuilder debuild
BUILDSOURCEROOTCMD="fakeroot"
diff --git a/pbuilderrc.5 b/pbuilderrc.5
index c94fecb..73aa694 100644
--- a/pbuilderrc.5
+++ b/pbuilderrc.5
@@ -158,12 +158,12 @@ For details, see
.B "pbuilder.1"
.TP
-.BI "DEBEMAIL=" "Mail@Address";
+.BI "DEBEMAIL=" "Maintainer Name <Mail@Address>"
If this was specified,
.B dpkg-buildpackage
command will be passed with the necessary sponsorship option
-.B "-mMail@Address"
+.B "-mMaintainer Name <Mail@Address>"
on building.
Overwridden with
.B "--debemail"