diff options
author | dancer <dancer> | 2005-11-03 02:33:42 +0000 |
---|---|---|
committer | dancer <dancer> | 2005-11-03 02:33:42 +0000 |
commit | e0298cd59e867962b0558752c40992c4c57abbe0 (patch) | |
tree | 6f1c303832fd6d333f6a367a75e34d818df54bdd /debian/control | |
parent | 74649033aac7d29bc832379ae5cdd6131cf5de1d (diff) | |
download | pbuilder-e0298cd59e867962b0558752c40992c4c57abbe0.tar pbuilder-e0298cd59e867962b0558752c40992c4c57abbe0.tar.gz |
fixed documentation, added changes to createbuildenv to chek for error state
when debootstrap/cdebootstrap does not exist.
Documentation update.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control index 4b0cdee..54bb49c 100644 --- a/debian/control +++ b/debian/control @@ -8,9 +8,9 @@ Standards-Version: 3.6.2 Package: pbuilder Architecture: all -Depends: cdebootstrap, wget, gcc, debianutils (>= 1.13.1), coreutils (>= 4.5.8-1) +Depends: cdebootstrap|debootstrap, wget, gcc, debianutils (>= 1.13.1), coreutils (>= 4.5.8-1) Recommends: fakeroot, sudo, devscripts -Suggests: pbuilder-uml, debootstrap +Suggests: pbuilder-uml Description: personal package builder for Debian packages pbuilder constructs a chroot system, and builds a package inside the chroot. |