| Commit message (Expand) | Author | Age |
* | + * 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 |
* | +2003-12-23 Junichi Uekawa <dancer@debian.org>•••+
+ * Makefile (install): update build rules to install pdebuild-internal
+
+ * pbuilderrc.5: update document USE_PDEBUILD_INTERNAL
+
+ * pdebuild-user-mode-linux.1: document --use-pdebuild-internal
+
+ * pdebuild.1: document --use-pdebuild-internal
+
+ * pbuilder-modules: document use-pdebuild-internal
+
+ * pbuilder-checkparams: --use-pdebuild-internal option.
+
+ * pdebuild: use pdebuild-internal if USE_PDEBUILD_INTERNAL option is 'yes'
+
+ * pdebuild-user-mode-linux: use pdebuild-internal if USE_PDEBUILD_INTERNAL option is 'yes'
+
+ * pdebuild-internal: Implement a pbuilder execute script to be
+ used for pdebuild without doing debian/rules clean outside of chroot.
+
+ * pbuilder-checkparams: support multiple bindmounts;
+ delimit it with spaces.
+
+ * pbuilder-modules: add --debug option here.
+
| dancer | 2003-12-23 |
* | +2003-10-28 Junichi Uekawa <dancer@debian.org>•••+
+ * pdebuild.1: pbuilder will use the config file that is specified
+ as pdebuild command-line.
+
+ * pdebuild (ARCHITECTURE): Add --configfile to the call to pbuilder
+ invocation.
+
+ * pbuilder-checkparams (IGNORE_UMOUNT): EXTRA_CONFIGFILE is an array
+ containing the list of CONFIGFILEs loaded via --configfile.
+
+ * pbuilder-user-mode-linux: rename variable that looked similar to
+ other variable. CONFIGFILE->SYSTEM_CONFIG.
+
+ * pbuilder-checkparams (IGNORE_UMOUNT): add error check to --configfile option
+
+ * pbuilderrc.5: update docs on BUILDRESULT not effective on
+ pdebuild.
+
+ * pdebuild.1: add notes on pdebuild requiring buildresult to be
+ specified.
+
| dancer | 2003-10-27 |
* | fix a bit | dancer | 2003-10-22 |
* | changes to documentation. | dancer | 2003-07-08 |
* | 0.70 | dancer | 2003-04-06 |
* | +2003-01-08 Junichi Uekawa <dancer@debian.org>•••+
+ * pbuilder-user-mode-linux (UML_EXTRAOPT): --logfile option.
+
+ * pbuilder-user-mode-linux.1: and document these new options.
+
+ * pbuilder-user-mode-linux (OPERATION): --override-config option passed
+ through to pbuilder.
+ (EXTRAOPT): quote ${EXTRAOPT} which is probably meant to be passed
+ through.
+ (UML_EXTRAOPT): define as variable that is used to pass uml extra options.
+ and, of course, add these options: --binary-arch --override-config --timeout --http-proxy --configfile --hookdir --aptconfdir
+
+
+ * debian/rules (binary-arch): add manual page installation
+
+ * pbuilder-uml.conf.5: new manual page
+
+ * pbuilder-uml.conf (UML_MEM): Use 128MB memory per default, it would
+ be better to use that.
+
+ * pbuilder-user-mode-linux: export HOME inside UML
+ Try and umount the device afterwards, so that it will be clean-mount
+ the next time.
+ thanks: Matt Zimmerman <mdz@debian.org>
+ (OPERATION): --uml-mem option.
+
+ * pbuilder-checkparams: update copyright
+
+ * pdebuild: update copyright info.
+
+ * update copyright information to add 2003.
+
+ * pbuilder-user-mode-linux: LOGNAME is set as soon as
+ entering UML.
+
| dancer | 2003-01-08 |
* | --auto-debsign option | dancer | 2002-12-12 |
* | + * 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 |
* | + * pbuilderrc.5: update•••+
+ * pbuilder.8: update documentation slightly.
+
+ * THANKS: update thanks file.
+
+ * pbuilder-buildpackage-funcs: LOGNAME is set to BUILDUSERNAME, and
+ Create shadow entry for inside chroot on fakerooting as well.
+ Reported by: Robert Bihlmeyer <robbe@orcus.priv.at>
+
| dancer | 2002-10-29 |
* | +•••+ * debian/TODO: beautify file, with Todoo mode.
+
+ * debian/control (Standards-Version): 3.5.7
+
+ * and revert the change made.... fuser will kill anything that
+ uses proc, which may be outside the chroot (including X and other
+ things..)
+
+ * pbuilder-modules (umountproc): use "umount_one".
+
+ * debian/control (Suggests): add psmisc Suggestion.
+
+ * pbuilder-modules (umount_one): generic umount module split out from
+ umountproc
+ Add FORCE_KILL_WITH_FUSER option, kills processes with fuser if
+ "yes"
+ Reported by Thorsten Sauter <tsauter@gmx.net>
+
+2002-10-18 Junichi Uekawa <dancer@debian.org>
+
+ * pbuilder-buildpackage-funcs: hack HOME variable.
+
| dancer | 2002-10-19 |
* | + * debian/README.Debian: update everything.•••+
+ * pbuilderrc.5: update doc to mention --override-config
+
+ * pbuilder.8: update doc to mention that sid/sarge/woody are supported.
+ update doc to mention --override-config
+
+ * pbuilder-modules: update the help text a little bit.
+
+ * pbuilder-checkparams (OVERRIDE_APTLINES): new option --override-config
+ to install new aptlines.
+
+ * pbuilder-modules (extractbuildplace): Check that OVERRIDE_APTLINES is not set,
+ and rewrite apt lines.
+
| dancer | 2002-10-16 |
* | +•••+ * pbuilderrc.5: update manpage to document the vars.
+
+ * pbuilder-buildpackage (BUILD_PID): preserve file permissions
+ on copying the result.
+ (BUILDRESULTUID,BUILDRESULTGID): define UID and GID.
+ chown and chgrp to the user ID after build.
| dancer | 2002-09-29 |
* | * debuild-pbuilder.1: fix typo.••• update date.
add author and URL.
* pdebuild.1: add author, URL.
* pbuilder.8: update date and add URL.
* pbuilderrc.5: add credits and upstream URL.
update date.
| dancer | 2002-09-24 |
* | + * 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 |
* | +•••+ * pbuilderrc.5: update docs on noninteractive.
| dancer | 2002-09-09 |
* | +2002-08-20 Junichi Uekawa <dancer@debian.org>•••+
+ * pbuilder-modules: document --timeout option.
+
+ * pbuilder.8: document --timeout option
+
+ * pbuilder-checkparams: add --timeout option
+
+ * pbuilderrc.5: document TIMEOUT_TIME
+
+ * pbuilder-buildpackage (CHROOTEXEC): add missing executehooks "C" to a
+ case.
+ (CHROOTEXEC): clean the command-line a bit, so that it's easier to use.
+ (BUILD_PID): add timeout for build process.
| dancer | 2002-08-20 |
* | update doc for pbuilderrc | dancer | 2002-08-05 |
* | debconf mods | dancer | 2002-07-11 |
* | implement /dev/pts mounting routine | dancer | 2002-05-07 |
* | changed manpage pbuilder.1 to pbuilder.8 | dancer | 2002-04-30 |
* | Documentation updates, and adding examples to CVS repository finally. | dancer | 2002-04-30 |
* | fix documentation for pbuilderrc, and pbuilder-buildpackage executes D hooks ... | dancer | 2002-03-13 |
* | 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 |
* | fixing typos and minor details. | dancer | 2002-02-01 |
* | 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 |
* | doc updates. | dancer | 2001-12-27 |
* | updated some documentation, added more error checking, and some general impro... | dancer | 2001-11-25 |
* | A different way to implement the aforementioned feature.•••It should be really good. I hope.
| dancer | 2001-11-03 |
* | 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 |
* | man things changed? | dancer | 2001-10-16 |
* | including the patch submitted from dale amon | dancer | 2001-09-27 |
* | fixing manpage section for pbuilderrc.5 | dancer | 2001-09-25 |
* | added new file | dancer | 2001-09-23 |