diff options
author | dancer <dancer> | 2001-11-02 16:07:34 +0000 |
---|---|---|
committer | dancer <dancer> | 2001-11-02 16:07:34 +0000 |
commit | 9743104c84ea0b4c9ff49d6ab2851588db3e9c29 (patch) | |
tree | 1d43f0a22663840dc2328ec8aac3169184a9d084 /debian/changelog | |
parent | 6e988a16a99af94f0dfbb486c9712e02c90c99c7 (diff) | |
download | pbuilder-9743104c84ea0b4c9ff49d6ab2851588db3e9c29.tar pbuilder-9743104c84ea0b4c9ff49d6ab2851588db3e9c29.tar.gz |
things are re-implemented with DEBEMAIL in mind. Always call dpkg-buildpackage with -m
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/debian/changelog b/debian/changelog index 430e7ec..6207845 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,14 +5,13 @@ pbuilder (0.10) unstable; urgency=low * Depends on gcc, because debootstrap does not seem to function well without gcc. Actually, dpkg does not work without gcc, when it is asked questions about the "architecture." - * Add support for sponsor-uploading. Thus, forcing pbuilder to build + * Add support for specifying modifier. Thus, forcing pbuilder to build with - dpkg-buildpackage -m"Junichi Uekawa <dancer@debian.org>" + dpkg-buildpackage -mdancer@debian.org" should be possible via - pbuiler build --sponsorship package.dsc - and configuring SPONSORING_MAILADDR variable in pbuilderrc. + pbuiler build --debemail dancer@debian.org package.dsc - -- Junichi Uekawa <dancer@debian.org> Fri, 26 Oct 2001 00:46:38 +0900 + -- Junichi Uekawa <dancer@debian.org> Fri, 2 Nov 2001 15:39:29 +0900 pbuilder (0.9) unstable; urgency=low |