aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* update GPL symlinkJunichi Uekawa2009-06-23
* Do not error out on etch apt for apt-get autoremove (closes: #531454)•••Just ignore the error for now. '|| true' should be removed after etch is no longer supported. There are other solutions like checking for versions, but I don't like the complexity required just to support an old version. Junichi Uekawa2009-06-19
* 0.188Junichi Uekawa2009-05-31
* Declare bashisms explicit in buildall script. (closes: #530157)Junichi Uekawa2009-05-31
* General file updates.Junichi Uekawa2009-05-31
* Merge branch 'master' of ssh://git.debian.org/git/pbuilder/pbuilderJunichi Uekawa2009-05-31
|\
| * Drop useless -o APT::Get::AutomaticRemove=true•••Drop useless -o "APT::Get::AutomaticRemove=true" from dist-upgrade. Loïc Minier2009-05-10
| * Call apt-get autoremove on upgrades; #322649•••Call "apt-get autoremove" explicitely on upgrades as APT::GET::AutomaticRemove=true doesn't work with "apt-get dist-upgrade"; closes: ##322649. Loïc Minier2009-05-10
| * add a note that debian/changelog should not be edited.Junichi Uekawa2009-05-04
| * 0.187 changelogStefan Fritsch2009-05-04
| * Bug#520251: pbuilder: Pbuilder does not umount bindmounts when ssh connection...•••Package: pbuilder Version: 0.181 Severity: important When pbuilder is executed over ssh and the ssh connection dies, it won't umount bind mounts and won't clean up the build dir. Unfortunately, cowbuilder WILL cleanup the build dir, wiping all bind mounts. The execution order is like this: ssh -> sudo -> cowbuilder -> pbuilder Because of the sudo, the SIGHUP will not be delivered to pbuilder. However, pbuilder will get SIGPIPE when writing to stdout or stderr. In addition, even when SIGPIPE is ignored, a write to stdout will give EPIPE, which causes echo to return with an error. Therefore, you - need to catch sigpipe in addition to sighup - need to ignore sigpipe and sighup in the cleanup handler - need to set +x in the cleanup handler to avoid exiting just because echo returns an error. The attached patch works for me but I have only edited pbuilder-buildpackage and not the other commands. Stefan Fritsch2009-03-18
* | remove git-tag from here.Junichi Uekawa2009-05-06
|/
* handle packages line wrapping with something other than ',' in Build-Depends ...•••It used to rely on ',' being there, which really package maintainers are free to insert '|' etc. Junichi Uekawa2009-03-16
* expand test and add comments for get_control_re.Junichi Uekawa2009-03-13
* document inputfile option file location.Junichi Uekawa2009-03-09
* implement --inputfile option.•••Copies extra files to inside chroot. Junichi Uekawa2009-03-07
* revised test logJunichi Uekawa2009-02-26
* create a dummy changelog entry to specify that it is a snapshotJunichi Uekawa2009-02-26
* refactor to use 'log' function rather than using 'echo' directly.•••First cut into doing this, hopefully we're not breaking anything. Junichi Uekawa2009-02-26
* add memo on apt-keyJunichi Uekawa2009-02-25
* Bug#493154: warn if --othermirror is specified and --override-config is not s...•••People don't read the manpage thoroughly, and file bugs. Add a Warning. Junichi Uekawa2009-02-24
* #486492 gcc is not a useful dependency of pbuilder•••GCC was no longer needed for determining architecture. Junichi Uekawa2009-02-23
* 0.186 releaseJunichi Uekawa2009-02-20
* add ignore files.Junichi Uekawa2009-02-20
* test log update•••remove etch and add squeeze logs. sid->experimental upgrade does not work due to bug in apt-xapian-index / aptitude interaction (#516254) Junichi Uekawa2009-02-20
* revise documentation for obvious changes for lenny release, and squeeze updates.Junichi Uekawa2009-02-20
* Lenny is released, We no longer support etch.•••change distribution scripts to handle lenny release, and add test for squeeze. Junichi Uekawa2009-02-20
* Bug#514656: pbuilder: does not handle comments in debian/control correctly•••Patch from Adeodato Simo. Junichi Uekawa2009-02-11
* Bug#501390 make debbuildopts description in manpage more verbose such•••that it is understandable by Drew Parsons. Junichi Uekawa2009-02-06
* Bug#513737: after purge configuration is still there•••remove /etc/pbuilderrc and db_purge after purge. Junichi Uekawa2009-02-02
* Bug#513739: /var/cache/pbuilder not empty so not removed upon purge•••Add /var/cache/pbuilder/build to list of directories managed by pbuilder. Junichi Uekawa2009-02-02
* Bug#513359: A minor modification to pbuilder.8 (patch)•••The following patch removes a superfluous new line by putting the word `and' at the beginning of the line. shaul Karl2009-01-29
* Bug#513316: Document the default debootstrap implementation•••cdebootstrap looks like the default, document it in pbuilder.8 manual page. Junichi Uekawa2009-01-29
* Bug#513359: pbuilderrc.5: Some more corrections?shaul Karl2009-01-29
* Bug#513359: pbuilderrc.5 mentions pbuilder.1, which does not exists•••Package: pbuilder Version: 0.181 Severity: normal Tags: patch pbuilder.1 does not exists. I assume it meant to be pbuilder.8 shaul Karl2009-01-29
* 0.185 release.Junichi Uekawa2009-01-24
* add PDEBUILD_PBUILDER example to use cowbuilderOtavio Salvador2009-01-20
* A Hook to add Non-free distribution to sources.list.•••This is useful when you have to use non-free and don't really want to rebuild the tarball. Junichi Uekawa2009-01-12
* improve B92test-pkg: Allow satisfying dependency inside chroot.•••This allows easier testing when package is new and not already packaged in Debian. Junichi Uekawa2008-11-30
* start 0.185Junichi Uekawa2008-11-27
* use git tag instead of git-tagJunichi Uekawa2008-11-27
* release 0.184Junichi Uekawa2008-11-27
* [INTL:sv] Swedish strings for pbuilder debconf (closes: #506595)Martin Bagge2008-11-26
* Downgrade cowdancer to Suggests; closes: #504594•••Downgrade cowdancer to Suggests: as Recommends: are a bit too strong when pbuilder works fine in tarball mode; thanks Ubuntu and Martin Pitt; closes: 504594. Loïc Minier2008-11-06
* Nicer comments in pbuilderrc; closes: #504599•••Improve comments to add an explanation header that the new /etc/pbuilderrc uses the default values from /usr/share/pbuilder/pbuilderrc in pbuilder.config-generated pbuilderrc; thanks Ubuntu, Michael Vogt, and Martin Pitt for the patch; closes: #504599. Loïc Minier2008-11-06
* Set doc-base Section to "Debian"; closes: #504596•••Set doc-base Section to "Debian" instead of Apps/Tools; thanks Ubuntu and Martin Pitt for the patch; closes: #504596. Loïc Minier2008-11-06
* git-snapshot header added.Junichi Uekawa2008-10-01
* release 0.183Junichi Uekawa2008-10-01
* Dereference symlinks when copying hooks. (closes: #499358)•••I keep a number of different hooks in my $HOME/.pbuilder/hooks/ directory, and some are symlinks to files outside that directory. When 'pbuilder-runhooks' copies the hooks, it copies them without dereference, which fails inside the chroot since the referenced files are not found. The attached patch, generated using 'git format-patch', fixes this by using the '-L' ('--dereference') option to 'cp' when copying the hook files into the pbuilder chroot. Ben Finney2008-09-28
* REMOVEPACKAGES="", thanks to Sven Joachim (closes: #500002)•••lilo is not installed by default anymore, and having it here makes a dpkg warning every time. Good-bye! Junichi Uekawa2008-09-28