diff options
author | dancer <dancer> | 2001-11-03 10:56:58 +0000 |
---|---|---|
committer | dancer <dancer> | 2001-11-03 10:56:58 +0000 |
commit | dfb6a00a0bd2adec2a6a2158e442a14dab36011f (patch) | |
tree | 687507376938dc0c798cdddfa86e35418fab4463 /debian | |
parent | 85911af08f0f710f8fcc333388887c6807312ea6 (diff) | |
download | pbuilder-dfb6a00a0bd2adec2a6a2158e442a14dab36011f.tar pbuilder-dfb6a00a0bd2adec2a6a2158e442a14dab36011f.tar.gz |
A different way to implement the aforementioned feature.
It should be really good. I hope.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 7 | ||||
-rwxr-xr-x | debian/rules | 2 |
2 files changed, 5 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog index 0fafc0e..e31656f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -23,10 +23,11 @@ pbuilder (0.10) unstable; urgency=low * 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 little hack called "pbuilder debuild" is available, but not yet - tested very well. This is my "most often used pattern". + * A simple hack "pdebuild" is available. It can be invoked + from a Debian source tree, and builds the package within a chroot + after gaining root privilages appropriately. - -- Junichi Uekawa <dancer@debian.org> Sat, 3 Nov 2001 02:23:41 +0900 + -- Junichi Uekawa <dancer@debian.org> Sat, 3 Nov 2001 19:53:07 +0900 pbuilder (0.9) unstable; urgency=low diff --git a/debian/rules b/debian/rules index b93b63d..7721163 100755 --- a/debian/rules +++ b/debian/rules @@ -50,7 +50,7 @@ binary-arch: build install dh_testdir dh_testroot dh_installdocs - dh_installman pbuilder.1 pbuilderrc.5 + dh_installman pbuilder.1 pbuilderrc.5 pdebuild.1 dh_installchangelogs dh_link dh_compress |