diff options
author | Eddy Petrișor <eddy.petrisor@gmail.com> | 2008-02-29 13:01:08 +0200 |
---|---|---|
committer | Eddy Petrișor <eddy.petrisor@gmail.com> | 2008-02-29 13:01:08 +0200 |
commit | ef227a3da916f53f5a9ef4266c27c283c1ab607b (patch) | |
tree | 12d086d13b3e69b26389282fe031b1a15153d84c /debian | |
parent | 64580202061d4d8f449e09107ac6e60706142202 (diff) | |
parent | 30e8500073c101f656311906f5a00f0ccc0e8546 (diff) | |
download | pbuilder-ef227a3da916f53f5a9ef4266c27c283c1ab607b.tar pbuilder-ef227a3da916f53f5a9ef4266c27c283c1ab607b.tar.gz |
Merge branch 'master' of git://git.debian.org/git/pbuilder/pbuilder
Conflicts:
Makefile
debian/changelog
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 115 | ||||
-rw-r--r-- | debian/control | 2 | ||||
-rwxr-xr-x | debian/pbuilder-test/01_pbuilder_create | 2 | ||||
-rwxr-xr-x | debian/pbuilder-test/03_pbuilder_build | 3 |
4 files changed, 118 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog index bc1c520..3cd789f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -pbuilder (0.170.1) UNRELEASED; urgency=low +pbuilder (0.179~1.gbfaef96.1) UNRELEASED; urgency=low * Non-maintainer upload. * added support for detection of the default mirror in postinst @@ -7,6 +7,119 @@ pbuilder (0.170.1) UNRELEASED; urgency=low -- Eddy Petrișor <eddy.petrisor@gmail.com> Mon, 25 Jun 2007 21:20:13 +0300 +pbuilder (0.179~1.gbpfaef96) UNRELEASED; urgency=low + + ** SNAPSHOT build @faef9623c90601f936b6bf06a69f376d5d28e3a7 ** + + * UNRELEASED + + -- Junichi Uekawa <dancer@debian.org> Sat, 02 Feb 2008 12:27:36 +0900 + +pbuilder (0.178) unstable; urgency=low + + [ Junichi Uekawa ] + * satisfydepends-gdebi: reorganize code to go in-line with other + funcs. + * gdebi: install gdebi-core, not gdebi into chroot. + * revise japanese documentation + * Do not show "Upgrading for distribution xyz" message on update when + --override-config is not specified (closes: #459432) + + [ Loïc Minier ] + * Set APT::Get::AutomaticRemove=true in upgrade instead of calling + autoremove + + -- Junichi Uekawa <dancer@debian.org> Sat, 02 Feb 2008 10:58:34 +0900 + +pbuilder (0.177) unstable; urgency=low + + [ Loic Minier ] + * Run apt-get autoremove after upgrade. + + [ Junichi Uekawa ] + * python-apt/gdebi based pbuilder-satisfydepends-gdebi (closes: + #453388) + * Fix devpts mount permissions (closes: #453862) + * Document pbuilder-satisfydepends-gebi in manpage + + -- Junichi Uekawa <dancer@debian.org> Wed, 26 Dec 2007 20:53:24 +0900 + +pbuilder (0.176) unstable; urgency=low + + [ Loic Minier ] + * Do not install recommends in pbuilder-satisfydepends-aptitude. + explicitly add -o APT::Install-Recommends=false + + [ Junichi Uekawa ] + * Create /etc/apt/apt.conf.d just in case it doesn't exist. (Closes: + #452584). + + -- Junichi Uekawa <dancer@debian.org> Sun, 25 Nov 2007 12:41:42 +0900 + +pbuilder (0.175) unstable; urgency=low + + * debian/control: Vcs-Browser and Vcs-Git instead of XS-*. + * Bug fix: "pbuilder: pdebuild - Breakage when using XC- headers", + thanks to Soren Hansen (Closes: #448757). + * Bug fix: "pbuilder: French documentation translation", thanks to + Vincent Bernat (Closes: #448294). + * Bug fix: "pbuilder-satisfydepends-classic should pass + -o APT::Install-Recommends=false to apt-get", thanks to Daniel Schepler + (Closes: #448562). + * set /etc/apt/apt.conf.d/15pbuilder so that Install-Recommends is false. + + -- Junichi Uekawa <dancer@debian.org> Wed, 21 Nov 2007 19:22:00 +0900 + +pbuilder (0.174) unstable; urgency=low + + [ Junichi Uekawa ] + * add bash_completion. + * Bug fix: "pbuilder: incoherence man page with --help", thanks to David + Vernazobres (Closes: #446479). + * Bug fix: "Add XS-Vcs-* field", thanks to Laurent Bigonville (Closes: + #447631). + + [ Adrien Cunin ] + * Added the ability to specify the distribution components via $COMPONENTS in + pbuilderrc or via pbuilder --components. Part of the patch taken from + Ubuntu. (Closes: #422371) + + -- Junichi Uekawa <dancer@debian.org> Thu, 25 Oct 2007 20:18:09 +0900 + +pbuilder (0.173) unstable; urgency=low + + * documentation update: add svn-buildpackage example. + * return exit code for pbuilder login / execute + + -- Junichi Uekawa <dancer@debian.org> Mon, 01 Oct 2007 22:19:54 +0900 + +pbuilder (0.172) unstable; urgency=low + + [ Loic Minier ] + * Fix a file name in pdebuild.1's man page which was being interpreted by + man; thanks Roland Stigge; closes: #437336. + + [ Junichi Uekawa ] + * update lvmpbuilder, thanks to Kapil Hari Paranjape (closes: #389884) + * rename pbuilder-satisfydepends to pbuilder-satisfydepends-classic, and + install pbuilder-satisfydepends-aptitude as the deafault + pbuilder-satisfydepends + * install aptitude per default in chroot. + * "pdebuild: [manual] Change pbuilder.8 to pbuilder(8)", thanks + to Jari Aalto (Closes: #439818). + * Bug fix: "pbuilder login does not create a login shell", thanks to Ben + Hutchings (Closes: #439285). + + -- Junichi Uekawa <dancer@debian.org> Wed, 29 Aug 2007 08:42:19 +0900 + +pbuilder (0.171) unstable; urgency=low + + * add example configuration file for ccache. + * Bug fix: "$HOME/.pbuilderrc example for use in using multiple pbuilder + setups", thanks to Andres Mejia (Closes: #432277). + + -- Junichi Uekawa <dancer@debian.org> Wed, 01 Aug 2007 21:19:09 +0900 + pbuilder (0.170) unstable; urgency=low * add example rebuild script from Bastian Venthur diff --git a/debian/control b/debian/control index c942c13..2110a71 100644 --- a/debian/control +++ b/debian/control @@ -5,6 +5,8 @@ Maintainer: Debian pbuilder maintenance team <pbuilder-maint@lists.alioth.debian Uploaders: Junichi Uekawa <dancer@debian.org>, Matt Kraai <kraai@debian.org> Build-Depends: debhelper (>= 4.1.16), docbook-xsl, ldp-docbook-xsl (>= 0.0.20040321-0.1), xsltproc, dpkg-dev (>= 1.13.19), dblatex, rootstrap [i386 amd64], debconf|debconf-2.0, po-debconf Standards-Version: 3.7.2 +Vcs-Git: git://git.debian.org/git/pbuilder/pbuilder.git +Vcs-Browser: http://git.debian.org/?p=pbuilder/pbuilder.git Package: pbuilder Architecture: all diff --git a/debian/pbuilder-test/01_pbuilder_create b/debian/pbuilder-test/01_pbuilder_create index 96f1d1f..1beb082 100755 --- a/debian/pbuilder-test/01_pbuilder_create +++ b/debian/pbuilder-test/01_pbuilder_create @@ -1,2 +1,2 @@ #!/bin/bash -pbuilder create --distribution sid +pbuilder create --distribution sid --debootstrap debootstrap diff --git a/debian/pbuilder-test/03_pbuilder_build b/debian/pbuilder-test/03_pbuilder_build index 80119bf..4d67076 100755 --- a/debian/pbuilder-test/03_pbuilder_build +++ b/debian/pbuilder-test/03_pbuilder_build @@ -6,5 +6,4 @@ cp /etc/apt/sources.list{,-} sed 's/#deb-src/deb-src/' < /etc/apt/sources.list- > /etc/apt/sources.list apt-get update apt-get source dsh -pbuilder build dsh*dsc - +LD_PRELOAD= pbuilder build dsh*dsc |