diff options
author | Mattia Rizzolo <mattia@mapreri.org> | 2015-11-15 13:56:05 +0000 |
---|---|---|
committer | Mattia Rizzolo <mattia@mapreri.org> | 2015-11-15 14:13:06 +0000 |
commit | 431a0b2dccdf690c8fee8b16272166a9412e58ad (patch) | |
tree | 3755dfda938a5a85e12dee465ee04a593eee9c27 /debian | |
parent | ef9fd1fa8e4cb6e15a8857b47926236b06d87dd6 (diff) | |
download | pbuilder-431a0b2dccdf690c8fee8b16272166a9412e58ad.tar pbuilder-431a0b2dccdf690c8fee8b16272166a9412e58ad.tar.gz |
modules: style improvments to binNMU()
* use `dpkg-parsechangelog -S $field` to get info from the changelog, instead of
sedding it (dep on dpkg-dev >= 1.7.0)
* use log.[ew] instead of plain echo
* use cat > $tmpcl << EOF instead of that list of echo
* use mktemp to create the temporary changelog, instead of fixing on one filename
* add a lot of quotes
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 6bb5f65..eba941a 100644 --- a/debian/control +++ b/debian/control @@ -24,7 +24,7 @@ Package: pbuilder Architecture: all Multi-Arch: foreign Depends: debootstrap | cdebootstrap, - dpkg-dev, + dpkg-dev (>= 1.17.0), wget, ${misc:Depends} Recommends: devscripts, |