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 /pbuilder-modules | |
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 'pbuilder-modules')
-rw-r--r-- | pbuilder-modules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pbuilder-modules b/pbuilder-modules index 67af9ce..a94a655 100644 --- a/pbuilder-modules +++ b/pbuilder-modules @@ -38,7 +38,7 @@ Operation Options: --extrapackages [packages-to-add on pbuilder create] --configfile [configuration file to load] --hookdir [hook directory] - --sponsorship + --debemail [mail address] EOF exit 1 } |