aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authordancer <dancer>2001-11-03 14:59:38 +0000
committerdancer <dancer>2001-11-03 14:59:38 +0000
commit5846c171b3db0bc43cab351064d93b32df144ec7 (patch)
tree7501c60cd4a60b9bfdeab53e218d3c4bcd68c2a6 /debian
parent830b7130fc989019bb4c59616ee311597147ea5c (diff)
downloadpbuilder-5846c171b3db0bc43cab351064d93b32df144ec7.tar
pbuilder-5846c171b3db0bc43cab351064d93b32df144ec7.tar.gz
update things for pdebuild, add recommends fakeroot and sudo etc.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog12
-rw-r--r--debian/control4
2 files changed, 11 insertions, 5 deletions
diff --git a/debian/changelog b/debian/changelog
index e31656f..6d8b0af 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -15,19 +15,21 @@ pbuilder (0.10) unstable; urgency=low
* dpkg-buildpackage is being called with -us -uc
* site local /etc/passwd is no longer copied to inside chroot.
Copying of that file was never really required, as it seems.
- * use "set -e" at the beginning of shell scripts.
+ * use "set -e" at the beginning of shell scripts.
It should work fine.
* "cleaning the build env" message is prepended with ->
* error state for cp for finished work in pbuilder-buildpackage
is now ignored. (to work with set -e)
- * full non-interactive compilation patch, moved over to
+ * full non-interactive compilation patch, moved over to
pbuilder-modules, so that build/update/create all benefit from this.
* cleans build place on debootstrap failure.
- * A simple hack "pdebuild" is available. It can be invoked
- from a Debian source tree, and builds the package within a chroot
+ * A new command "pdebuild" is introduced. It can be invoked
+ from a Debian source tree, and builds the package within a chroot
after gaining root privilages appropriately.
+ * added recommends: for fakeroot and sudo, since pdebuild requires
+ them.
- -- Junichi Uekawa <dancer@debian.org> Sat, 3 Nov 2001 19:53:07 +0900
+ -- Junichi Uekawa <dancer@debian.org> Sat, 3 Nov 2001 23:56:12 +0900
pbuilder (0.9) unstable; urgency=low
diff --git a/debian/control b/debian/control
index 295b41f..e7351b8 100644
--- a/debian/control
+++ b/debian/control
@@ -8,6 +8,7 @@ Standards-Version: 3.5.6
Package: pbuilder
Architecture: all
Depends: debootstrap (>= 0.1.15), wget, gcc
+Recommends: fakeroot, sudo
Description: personal package builder for Debian packages
Constructs a chroot system, and builds a package inside the
chroot.
@@ -24,6 +25,9 @@ Description: personal package builder for Debian packages
pbuilder build takes a *.dsc file to build a binary in the chroot
image.
.
+ pdebuild is a wrapper for Debian Developers, to allow running
+ pbuilder just like "debuild", from a normal user privilege
+ .
Uses apt extensively, and a local mirror, or a fast connection
to a Debian mirror is ideal, but not necessary.