diff options
author | dancer <dancer> | 2005-08-07 04:14:48 +0000 |
---|---|---|
committer | dancer <dancer> | 2005-08-07 04:14:48 +0000 |
commit | 44f99bd88ef35a45461c47255cbfb0cfc05a6dd3 (patch) | |
tree | d31c6a51a3f93709e6072c779b54d36eda2bd2ce /debian/control | |
parent | 9d0a4846c5a92ac3130344aa899913ed3f7ceece (diff) | |
download | pbuilder-44f99bd88ef35a45461c47255cbfb0cfc05a6dd3.tar pbuilder-44f99bd88ef35a45461c47255cbfb0cfc05a6dd3.tar.gz |
+2005-08-07 Junichi Uekawa <dancer@debian.org>
+
+ * debian/control: allow cdebootstrap dependency.
+
+ * testsuite/run-test.sh: complicate the process by testing both
+ cdebootstrap and debootstrap.
+
+ * pbuilder.8: document --debootstrap
+
+ * pbuilder-checkparams: --debootstrap
+
+ * pbuilder-modules: --debootstrap
+
+ * pbuilder-createbuildenv: unset DEBOOTSTRAPSCRIPT instead of setting
+ "". The number of parameter given to cdebootstrap changes.
+ since DEBOOTSTRAPSCRIPT are not supported by cdebootstrap,
+ Giving cdebootstrap this parameter caused it to fail.
+
+ * pbuilderrc.5: Document DEBOOTSTRAP
+
+ * pbuilderrc (DEBOOTSTRAP): new option.
+
+ * pbuilder-createbuildenv (DEBOOTSTRAPSCRIPT): call ${DEBOOTSTRAP} instead of calling debootstrap directly.
+
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 0213803..2cc3f96 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,7 @@ Standards-Version: 3.6.1 Package: pbuilder Architecture: all -Depends: debootstrap (>= 0.2.29), wget, gcc, debianutils (>= 1.13.1), coreutils (>= 4.5.8-1) +Depends: debootstrap (>= 0.2.29) | cdebootstrap, wget, gcc, debianutils (>= 1.13.1), coreutils (>= 4.5.8-1) Recommends: fakeroot, sudo, devscripts Suggests: pbuilder-uml Description: personal package builder for Debian packages |