diff options
author | Loïc Minier <lool@dooz.org> | 2009-12-12 19:13:39 +0100 |
---|---|---|
committer | Loïc Minier <lool@dooz.org> | 2009-12-12 19:13:39 +0100 |
commit | 5e2bbef1410919e42f495ca25bb1606cb24c1b67 (patch) | |
tree | 6b97e30fa87231da23bbf49f98b308efd33c6e7a /debian | |
parent | cca6306f82e354cb8b42f88f5cde2747110d602c (diff) | |
download | pbuilder-5e2bbef1410919e42f495ca25bb1606cb24c1b67.tar pbuilder-5e2bbef1410919e42f495ca25bb1606cb24c1b67.tar.gz |
Require gdebi/gdebi-core on host to resolve bdeps
Require /usr/bin/gdebi on the host to resolve build-deps using
pbuilder-satisfydepends-gdebi instead of installing it in the chroot
which resulted in a less minimal build env. Use proper package name in
Suggests.
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 a32719c..f4b5d5b 100644 --- a/debian/control +++ b/debian/control @@ -28,7 +28,7 @@ Recommends: fakeroot, sudo, devscripts Suggests: pbuilder-uml, - gdebi, + gdebi-core, cowdancer Description: personal package builder for Debian packages pbuilder constructs a chroot system, and builds a package inside the |