| Commit message (Expand) | Author | Age |
* | set COMPONENTS default value | Junichi Uekawa | 2007-10-25 |
* | [Pbuilder-maint] Bug#422371: Patch for specifying components••• 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
| Adrien Cunin | 2007-10-22 |
* | * make pbuilderrc example on DEBBUILDOPTS not contain -b, which is not recomm... | Junichi Uekawa | 2007-06-20 |
* | minor documentation update for etch release | Junichi Uekawa | 2007-04-10 |
* | * Document pbuilder-satisfydepends-aptitude. | Loïc Minier | 2007-04-01 |
* | change buildd variant the default | Junichi Uekawa | 2007-01-22 |
* | * pbuilder-satisfydepends-experimental, Makefile: alternate•••implementation of pbuilder-satisfydepends which supports pulling
build-deps with a version on the apt-get command-line; this is derived
from pbuilder-satisfydepends with the following changes:
- Add and use new package_versions() and candidate_version() helpers;
the former returns all versions of a package available via APT, the
later APT's candidate version.
- For versionned build-deps, when building the "apt-get install"
command, try APT's candidate version or all available versions
available from APT in ascending order (the reverse order of
apt-cache's output); checkbuilddep_versiondeps() isn't used for this
part of the process anymore, but it is still used to honor
build-conflicts.
- Recover from APT errors caused by unsufficient dependencies
("libfoo-dev Depends: bar but baz is to be installed") and missing
dependencies libfoo-dev Depends: bar but it is not going to be
installed", or simply "libfoo-dev Depends: bar"); this permits
simply listing build-deps when uploading to experimental; achieved
by moving the version matching logic in the new
versioneddep_to_aptcmd() helper.
* pbuilderrc, pbuilderrc.5: document the availability of the alternate
implementation.
| lool | 2006-11-06 |
* | * debuild-pbuilder, pbuilder-buildpackage-funcs, pdebuild-internal:••• use $PBUILDERSATISFYDEPENDSCMD instead of
/usr/lib/pbuilder/pbuilder-satisfydepends.
* pbuilderrc: set PBUILDERSATISFYDEPENDSCMD to
/usr/lib/pbuilder/pbuilder-satisfydepends by default.
* pbuilderrc.5: document PBUILDERSATISFYDEPENDSCMD.
* debian/TODO: alternatives implementation of pbuilder-satisfydepends
now possible.
* pdebuild-checkparams, pdebuild-uml-checkparams, pdebuild-internal:
add a new --pbuildersatisfydepends flag to override
PBUILDERSATISFYDEPENDSCMD
* pdebuild: pass --pbuildersatisfydepends to pdebuild-internal.
* pbuilder-modules, pdebuild.1: document --pbuildersatisfydepends.
| lool | 2006-11-06 |
* | support PKGNAME_LOGFILE option in pbuilderrc. | dancer | 2006-08-15 |
* | update | dancer | 2006-03-21 |
* | +2006-03-18 Junichi Uekawa <dancer@debian.org>•••+
+ * pbuilder.8: update documentation of --pkgname-logfile
+
+ * pbuilder-buildpackage: allow chown, and add support for PKGNAME_LOGFILE_EXTENTION.
+
+ * pbuilderrc (PKGNAME_LOGFILE_EXTENTION): add
+
+ * pbuilderrc.5: document
+
| dancer | 2006-03-17 |
* | add support for chmod/chown of logfile, needs more work. | dancer | 2006-03-17 |
* | remove support for --nonusmirror. | dancer | 2006-02-22 |
* | pbuilder-buildpackage-funcs: 'install' was missing from apt-get for EXTRAPACK...•••pbuilderrc: make fakeroot default.
Documentation/pbuilder-doc.xml: update a note on pdebuild-internal is ran as the outside user uid.
pdebuild-internal: Add a note what I'm doing.
| dancer | 2005-12-05 |
* | 2005-08-28 Junichi Uekawa <dancer@debian.org>••• * pbuilderrc: SHELL variable is set a default value.
| dancer | 2005-08-28 |
* | +2005-08-07 Junichi Uekawa <dancer@debian.org>•••+
+ * debian/control: allow cdebootstrap dependency.
+
+ * testsuite/run-test.sh: complicate the process by testing both
+ cdebootstrap and debootstrap.
+
+ * pbuilder.8: document --debootstrap
+
+ * pbuilder-checkparams: --debootstrap
+
+ * pbuilder-modules: --debootstrap
+
+ * pbuilder-createbuildenv: unset DEBOOTSTRAPSCRIPT instead of setting
+ "". The number of parameter given to cdebootstrap changes.
+ since DEBOOTSTRAPSCRIPT are not supported by cdebootstrap,
+ Giving cdebootstrap this parameter caused it to fail.
+
+ * pbuilderrc.5: Document DEBOOTSTRAP
+
+ * pbuilderrc (DEBOOTSTRAP): new option.
+
+ * pbuilder-createbuildenv (DEBOOTSTRAPSCRIPT): call ${DEBOOTSTRAP} instead of calling debootstrap directly.
+
| dancer | 2005-08-07 |
* | pbuilder (0.128) unstable; urgency=low••• * Add example framework to test package inside chroot
- B92test-pkg
- add debian/pbuilder-test/ directory to test pbuilder itself.
* Documentation/pbuilder-doc.xml:
- add reference on directory structure on pbuilder.
- Add note on pbuilder-test
* Support '--distribution experimental'.
"pbuilder: Please add support for experimental", thanks to
Emanuele Rocca (Closes: #308813).
and also support working with new apt-get by using --force-yes.
(closes: 316281).
* Feature enhancement: "pbuilder: Clean apt cache ", thanks to Daniel Schepler
implement --autocleanaptcache option.
(Closes: #185227).
* pdebuild now checks for unsupported command-line options.
Bug fix: "pbuilder: pdebuild does not warn about --basetgz or
--distribution", thanks to Matt Kraai (Closes: #305944).
* man pages fixup: add \% for non-hyphenation (closes: #310656)
* Fix find options -xdev location. (closes: #312913)
* Bug fix: "pbuilder: Please document proper format of OTHERMIRROR",
thanks to Roberto C. Sanchez (Closes: #312153).
* Bug fix: "pbuilder: Support for preserving environment PATH", thanks
to Brian Nelson (Closes: #306448).
* work around debootstrap 3.0.0 bug which fails to build sid chroot
with --variant=buildd, by not passing --variant=buildd,
see 314858
-- Junichi Uekawa <dancer@debian.org> Sat, 2 Jul 2005 13:20:23 +0900
| dancer | 2005-07-02 |
* | PATH setting. | dancer | 2005-06-20 |
* | 2005-02-13 Junichi Uekawa <dancer@debian.org>••• * pbuilder.8: update documentation to include 'sarge'
* pbuilder: set umask 0022 in pbuilder.
276589
* pbuilderrc (BUILDRESULT): make default distribution sarge, instead of woody.
* pbuilder-modules: update to include sarge in list of distributions;
this list is too long, needs some improvement.
289170
* pdebuild: Change build results by default to be owned by the building user, not root:root
This change only required for pdebuild only, UML already runs as user.
286397
* pbuilder.8: clarify documentation for 286602, Do not use --debbuildopts -B, but
use --binary-arch
* Documentation/pbuilder-doc.xml: 293882: Jens Seidel <jensseidel@users.sf.net> small typo fixes.
* pbuilderrc (MIRRORSITE): 295032: change default mirror from www.jp.debian.org to ftp.jp.debian.org
| dancer | 2005-02-13 |
* | fux | dancer | 2004-04-06 |
* | + * Implement --variant=buildd support, thanks for Daniel Schepler•••+ for the work on debootstrap side.
+ Note that this change does not affect user-mode-linux, since
+ user-mode-linux version uses rootstrap
+ (closes: #154528)
| dancer | 2004-04-06 |
* | 0.70 | dancer | 2003-04-06 |
* | + * pbuilder.8: update documentation for --debemail, it was wrong.•••+
+ * pbuilderrc.5: update documentation for DEBEMAIL, it was wrong.
+
+ * pbuilderrc (HOOKDIR): Set default DEBEMAIL to "".
+
| dancer | 2002-10-30 |
* | + * pbuilder-modules: add devfs support•••+ Thanks to: "Dagfinn Ilmari Manns?er" <ilmari@ping.uio.no>
+
+ * pbuilderrc (USEDEVFS): change default value on USEDEVFS
+
* pbuilderrc.5: update docs on noninteractive.
+ document USEDEVFS
| dancer | 2002-09-09 |
* | implement /dev/pts mounting routine | dancer | 2002-05-07 |
* | changed default to source and binary build | dancer | 2002-03-04 |
* | commit changes, trying to address bugs | dancer | 2002-03-03 |
* | fixing fakeroot to work, and updating docs. | dancer | 2002-02-19 |
* | commit fakeroot changes, fakeroot does not work. su refuses to•••change to user...
| dancer | 2002-02-16 |
* | updates, some potential changes. | dancer | 2002-02-15 |
* | many modifications done to make things improved. | dancer | 2002-02-01 |
* | added Daniel Kobras patch, to implement dpkg-buildpacakge options.•••Testing this should be a good idea.
| dancer | 2002-01-17 |
* | some mods | dancer | 2002-01-16 |
* | added some feature, which I think was a bad idea. | dancer | 2001-11-03 |
* | things are re-implemented with DEBEMAIL in mind. Always call dpkg-buildpackag... | dancer | 2001-11-02 |
* | fixed some problems. Changed specs, so that it will use env var to specify ma... | dancer | 2001-10-25 |
* | added support for sponsorship | dancer | 2001-10-25 |
* | finalizing | dancer | 2001-10-22 |
* | man things changed? | dancer | 2001-10-16 |
* | added final newline | dancer | 2001-09-27 |
* | including the patch submitted from dale amon | dancer | 2001-09-27 |
* | daily checkin | dancer | 2001-09-23 |
* | adding non-us mirror and other support | dancer | 2001-09-07 |
* | changed the buildplace. | dancer | 2001-08-27 |
* | added buildresult feature and fixed the readlink typo | dancer | 2001-08-27 |
* | created pbuilder-modules and made others use it for common routines, and mad... | dancer | 2001-08-27 |
* | moved pbuilderrc loading to the main file. | dancer | 2001-08-27 |
* | added PID for protection | dancer | 2001-08-27 |
* | fixed config files | dancer | 2001-08-24 |
* | updating docs, and fixing local data, and removing the feature to have a loca... | dancer | 2001-08-24 |