aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordancer <dancer>2001-09-07 20:03:26 +0000
committerdancer <dancer>2001-09-07 20:03:26 +0000
commitd0f264c8663f7f878b2fd23c599926631426ad66 (patch)
tree9f230e9cddd288e56d6ab18d23298257ee2b4d65
parent65bd7128c4e2e2bd28f6c296332d66188de5b06d (diff)
downloadpbuilder-d0f264c8663f7f878b2fd23c599926631426ad66.tar
pbuilder-d0f264c8663f7f878b2fd23c599926631426ad66.tar.gz
cleanup before release
-rw-r--r--debian/README.Debian4
-rw-r--r--debian/changelog9
-rw-r--r--debian/control11
3 files changed, 18 insertions, 6 deletions
diff --git a/debian/README.Debian b/debian/README.Debian
index fb6a70b..6eb231b 100644
--- a/debian/README.Debian
+++ b/debian/README.Debian
@@ -16,9 +16,9 @@ pbuilder build some-random-.dsc
would build the file specified by the .dsc file in the chroot.
-It won't work with Debian 2.2, because dpkg-checkbuilddeps
-does not exist yet in Debian 2.2.
edit /etc/pbuilderrc if the default doesn't work, especially proxy.
+I would edit the mirror location too.
+Add non-us etc, at your option.
-- Junichi Uekawa <dancer@debian.org>, Sat, 28 Jul 2001 17:05:50 +0900
diff --git a/debian/changelog b/debian/changelog
index 67e421d..597805e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,16 +3,17 @@ pbuilder (0.3) unstable; urgency=low
* note that --mirror only affects when --distribution is there.
* fixed a typo in regexp. Could not handle NMU packages, for builder. It did not accept a "period" in the debian version number. strange.
* depend on debootstrap 0.1.15 or greater. Because it has been tested on 0.1.15
- * includes an internal checkbuilddep (crude hack) to support potato.
- Internal build-dependency checker is used when dpkg-checkbuilddeps is not available.
- This really needs to be fixed.
+ * includes an internal checkbuilddep to support potato.
+ Internal build-dependency checker is used instead of dpkg-checkbuilddeps.
* does no longer copy the /etc/apt directory into the chroot. It should be non-necessary.
* added a clean target to pbuilder program to clean up cruft.
* removed the debian-changelog-mode thing at the bottom of the changelog.
* added login target to pbuilder, to allow for easy debugging.
* fixed typo in apt-line generation
* added an or-sign for build-dependency internal checker, and moving
- over fully to the internal checker.
+ over fully to the internal checker. Build dep checker does not support
+ a Build depends with an or sign and a machine specification.
+ Also it ignores the version preference.
* change priority to extra, because it depends on an extra package.
thanks to mechanix.
* added non-us mirror and other mirror options
diff --git a/debian/control b/debian/control
index 063ea30..239775b 100644
--- a/debian/control
+++ b/debian/control
@@ -15,4 +15,15 @@ Description: personal package builder for Debian packages
Ideal system to use to check that Build-dependency is correct,
and to be sure that unnecessary and wrong build dependency will not
exist with the resulting binary package.
+ .
+ pbuilder create uses debootstrap to create a chroot image.
+ .
+ pbuilder update updates the image to the current state of
+ testing/unstable/whatever
+ .
+ pbuilder build takes a *.dsc file to build a binary in the chroot
+ image.
+ .
+ Uses apt extensively, and a local mirror, or a fast connection
+ to a Debian mirror is ideal, but not necessary.