aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* ignore some filesJunichi Uekawa2008-02-18
|
* open new changelogJunichi Uekawa2008-02-02
|
* 0.178 releaseJunichi Uekawa2008-02-02
|
* testsuite updateJunichi Uekawa2008-02-02
|
* testsuite update.Junichi Uekawa2008-01-26
| | | | cdebootstrap no longer debootstraps lenny.
* Set APT::Get::AutomaticRemove=true in upgrade instead of calling autoremoveLoïc Minier2008-01-12
| | | | | | | Instead of running "apt-get autoremove", run apt-get dist-upgrade with -o APT::Get::AutomaticRemove=true; this avoids solutions based on checking for the version of APT or outputting an error on older APT, or masking all errors. Also, autoremove happens after the upgrade instead of before.
* Do not show "Upgrading for distribution xyz" message on update when ↵Junichi Uekawa2008-01-11
| | | | | | | | | | | --override-config is not specified (closes: #459432) when no --override-config option is given, options like --distribution, .... (or their .pbuilderrc counterparts DISTRIBUTION, ...) are not taken into account for setting up the chroot, they also shouldn't be used for outputting diagnostics. Thanks to Andreas Beckmann <debian@abeckmann.de>
* revise japanese documentationJunichi Uekawa2008-01-04
|
* gdebi: install gdebi-core, not gdebi into chroot.Junichi Uekawa2008-01-04
| | | | gdebi pulls in too much too the chroot, maybe gdebi-core is better.
* satisfydepends-gdebi: reorganize code to go in-line with other funcs.Junichi Uekawa2008-01-04
| | | | | | | | The original implementation did not work well with cowdancer, change it so that gdebi is called inside chroot and inside chroot only. This has the drawback that gdebi must be available within chroot, but it is much simpler than adding conditional cowdancer support to gdebi, and hopefully better for future development.
* note changes are no longer maintained in ChangeLogJunichi Uekawa2008-01-04
|
* Change pbuilder tags to be git-dch-friendlyJunichi Uekawa2007-12-26
| | | | Change generated tag names to debian/VERSION from VERSION.
* add snapshot headerJunichi Uekawa2007-12-26
|
* release 0.177Junichi Uekawa2007-12-26
|
* Document pbuilder-satisfydepends-gebi in manpageJunichi Uekawa2007-12-26
|
* Fix devpts mount permissions (closes: #453862)Junichi Uekawa2007-12-26
| | | | | | | | | Use the same permission as /etc/init.d/mountdevsubfs.sh for mounting devpts. devpts mount points share the same system-wide permission for all mounts, which gets re-set every time pbuilder mounts it. Since the current gid/permission information is not exported from devpts, use the /etc/default/devpts value provided by glibc.
* python-apt/gdebi based pbuilder-satisfydepends-gdebi (closes: #453388)Junichi Uekawa2007-12-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | From: Michael Vogt <mvo@ubuntu.com> In Ubuntu, we've applied the attached patch to achieve the following: * Makefile: - Addded pbuilder-satisfydepends-gdebi * pbuilder-buildpackage-funcs: - always pass --chroot to the pbuilder-satisfydepends (needed for pbuilder-satisfydepends-gdebi) * pbuilder-satisfydepends-gdebi: - added alternative b-d resolver pbuilder-satisfydepends-gdebi is a build-dependencies resolver based on gdebi (that in turn uses python-apt/libapt). It is fast and does not need to build a dummy package. It should behave exactly like apt-get build-dep $pkg It used to be more interessting because of the speed gain when pbuilder-satisfydepends-classic was the default. You probably want to add a recommends or suggests for gdebi too (if you like the patch method). Modified by dancerj: --chroot is given before --chrootexec so that cowdancer can continue to work.
* testsuite log updateJunichi Uekawa2007-12-26
|
* * Run apt-get autoremove after upgrade.Loïc Minier2007-12-18
|
* try ignoring test for packages which do not have testsJunichi Uekawa2007-12-16
|
* open new releaseJunichi Uekawa2007-11-25
|
* 0.176Junichi Uekawa2007-11-25
|
* use debootstrap instead of cdebootstrapJunichi Uekawa2007-11-25
|
* testsuite updateJunichi Uekawa2007-11-25
|
* add changelog for loicJunichi Uekawa2007-11-25
|
* change to UTF-8 and add my own name in Kanji to make emacs notice itJunichi Uekawa2007-11-24
|
* * Create /etc/apt/apt.conf.d just in case it doesn't exist. (Closes:Junichi Uekawa2007-11-24
| | | | #452584).
* testsuite updateJunichi Uekawa2007-11-24
|
* * pbuilder-satisfydepends-aptitude: Pass -o APT::Install-Recommends=false tooLoïc Minier2007-11-23
|
* 0.175Junichi Uekawa2007-11-21
|
* pbuilder-satisfydepends-experimental: ignore RecommendsJunichi Uekawa2007-11-07
|
* fixJunichi Uekawa2007-11-07
|
* * Bug fix: "pbuilder-satisfydepends-classic should passJunichi Uekawa2007-11-07
| | | | | | -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.
* progress updateJunichi Uekawa2007-11-06
|
* install french documentationJunichi Uekawa2007-11-06
|
* * Bug fix: "pbuilder: French documentation translation", thanks toJunichi Uekawa2007-11-06
| | | | Vincent Bernat (Closes: #448294).
* * Bug fix: "pbuilder: pdebuild - Breakage when using XC- headers",Junichi Uekawa2007-11-01
| | | | thanks to Soren Hansen (Closes: #448757).
* testsuiteJunichi Uekawa2007-10-31
|
* french documentation translationJunichi Uekawa2007-10-31
|
* use vcs-browser etc tags, they are now officialJunichi Uekawa2007-10-30
|
* releaseJunichi Uekawa2007-10-25
|
* add 'space-delimited' as commentJunichi Uekawa2007-10-25
|
* set COMPONENTS default valueJunichi Uekawa2007-10-25
|
* * Bug fix: "Add XS-Vcs-* field", thanks to Laurent Bigonville (Closes:Junichi Uekawa2007-10-23
| | | | #447631).
* really add bash_completionJunichi Uekawa2007-10-23
|
* [Pbuilder-maint] Bug#422371: Patch for specifying componentsAdrien Cunin2007-10-22
| | | | | | | | | Here is a patch against latest git revision which adds the ability to specify the components either via $COMPONENTS in pbuilderrc or via the command line with --components. It is based on some of the Ubuntu changes [1]. [1] http://patches.ubuntu.com/p/pbuilder/pbuilder_0.170ubuntu1.patch
* testsuite updateJunichi Uekawa2007-10-22
|
* * Bug fix: "pbuilder: incoherence man page with --help", thanks to DavidJunichi Uekawa2007-10-15
| | | | Vernazobres (Closes: #446479).
* * add bash_completion.Junichi Uekawa2007-10-15
|
* testsuite updateJunichi Uekawa2007-10-15
|