| Commit message (Collapse) | Author | Age |
| |
|
|
|
|
| |
add ||true for 'ln -s' creating mtab.
|
|
|
|
| |
/proc/mounts.
|
|
|
|
|
|
|
|
| |
* suppress warnings from find; it wants -maxdepth before any other
argument. (closes: #330848)
* Documentation update patch from Osamu Aoki to clarify about
configuration file priorities and issues associated with it.
(closes: #325318)
|
|
|
|
| |
* pbuilderrc: SHELL variable is set a default value.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
+
+ * 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.
+
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
+
+ * testsuite/test-pdebuild.sh: add a sample command-line that should
+ work.
+
+ * pbuilder-modules (pbuilder-options):
+ find '-xdev' is an option, not an evaluation, and so moved it around
+ since newer find now complains.
+ Marc Dequènes (Duck) <Duck@DuckCorp.org> and "Artur R. Czechowski" <arturcz@hell.pl>
+ #312913
+
|
|
|
|
|
|
|
|
| |
+
+ * pbuilder-updatebuildenv:
+ * pbuilder-checkparams (AUTOCLEANAPTCACHE): support auto-clean of aptcache
+ (IGNORE_UMOUNT): add --autocleanaptcache
+
|
|
|
|
| |
and apply patch; and apply my own patch.
|
|
|
|
| |
+ we don't keep redownloading lintian/linda . (closes: #296999)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
+++ ChangeLog 16 Apr 2005 04:39:27 -0000
@@ -1,3 +1,20 @@
+2005-04-16 Junichi Uekawa <dancer@debian.org>
+
+ * pbuilder-modules: document signing-related options in pbuilder-options.
+
+ * pdebuild-user-mode-linux:
+ * pdebuild: implement keyid specification.
+
+ * Documentation/pbuilder-doc.xml: add document on using auto-debsign
+ and add a FAQ entry for source.changes file.
+
+ * pbuilder-checkparams: use --debsign-k option
+ to specify DEBSIGN_KEYID
+
+ * pdebuild.1: add --debsign-k option
+
+ * pdebuild-user-mode-linux.1: add --debsign-k option
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
+
+ * pbuilder: apply patch frp, Danilo to save aptcache on pbuilder login.
+ Apply similar change to pbuilder execute.
+ 271600
+
+ * pbuilder.8:
+ * pbuilder-checkparams:
+ * pbuilder-modules: support --aptcache option
+ thanks: Danilo Piazzalunga <danilopiazza@libero.it>
+ 295766
+
+ * Cleaned build dir for pbuilder-uml #297100
+
+ * pbuilder-modules (pbuilder-options): document save-after-login/exec
+ flag in --help output. #296672
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
| |
|
| |
|
|
|
|
| |
sarge didn't work out this time, maybe next.
|
|
|
|
|
|
| |
+ apt cache when pbuilder update fails.
+ 252777, 252793
+
|
| |
|
| |
|
|
|
|
|
|
|
| |
+ 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)
|
|
|
|
| |
run-test.sh
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
+
+ * 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.
+
|
|
|
|
|
|
| |
+ * pbuilder-modules (pbuilder-options): reorder umount and mount so that
+ dev, devpts, proc is done in that order.
+
|
| |
|
|
|
|
|
|
|
|
|
| |
debootstrap also.
+
+ * pbuilder-modules (pbuilder-options): change policy-rc.d to allow makedev
+ to run.
+
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
+ * pbuilder-modules (pbuilder-options): actually, return 101 for policy-rc.d
+
+ * debian/TODO: update
+
+ * pbuilder-modules (pbuilder-options): install policy-rc.d inside chroot if it does not exist,
+ and make it a dummy exit-all one.
+
+ * THANKS: add Aaron here.
+
+ * pbuilder-buildpackage (PACKAGENAME): use echo here, so that su won't
+ mess up the command-line. c.f. 203584, "Aaron M. Ucko" <ucko@debian.org>
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
+
+ * pbuilder-modules: fix typo in file existence checking.
+
+ * debian/TODO: how about passing "-o dpkg::Options=--force-confnew" to apt? is now done.
+ Request from Roland Stigge <ernie@atari.antcom.de>
+ to finally implement the missing feature.
+
+ * pbuilder-checkparams: set FORCE_CONFNEW array variable if
+ DEBIAN_FRONTEND is noninteractive to allow non-interactive install.
+
+ * pbuilder-updatebuildenv: use FORCE_CONFNEW variable to
+ give force-confnew option to DPKG
+
|
|
|
|
|
| |
+ * pbuilder-modules: check if etc/hosts etc. exists before trying to
+ readlink.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
+ * pbuilder-modules (pbuilder-options): fix applying of preserve-buildplace patch.
+
+ * pbuilder-checkparams (PRESERVE_BUILDPLACE): thinko fix.
+ do not unset buildresult.
+ 184420,184422
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
+
+ * Makefile (check): add check target to makefile, to see if there is
+ any syntax error.
+
+ * pbuilder-updatebuildenv: support --preserve-buildplace
+ apply things from
+ Daniel Schepler <schepler@math.berkeley.edu>
+
+ * pbuilder-satisfydepends: support --preserve-buildplace
+ support Format: field.
+
+ * pbuilder-modules (pbuilder-options): support --preserve-buildplace
+
+ * pbuilder-buildpackage (PACKAGENAME): support --preserve-buildplace
+
+ * pbuilder-buildpackage-funcs: support --preserve-buildplace
+
+ * pbuilder-createbuildenv (DEBOOTSTRAPSCRIPT): support --preserve-buildplace
+
+ * pbuilder-checkparams (PRESERVE_BUILDPLACE): add PRESERVE_BUILDPLACE
+
+ * pbuilder.8: update docs to add --preserve-buildplace
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
+
+ * Documentation/pbuilder-doc.xml: document an example script to
+ start up ssh inside pbuilder-uml.
+
+ * pbuilder-checkparams: support execute option.
+
+ * Documentation/pbuilder-doc.xml: document pbuilder-uml more,
+ and execute command.
+
+ * pbuilder-modules: update copyright statement.
+ document "execute"
+
+ * pbuilder-user-mode-linux.1: document "execute" command
+
+ * pbuilder-user-mode-linux: implement execute command.
+
+ * pbuilder.8: document "execute"
+
+ * pbuilder: "execute" command.
+
|
| |
|
| |
|
| |
|
|
|
|
|
| |
+ * pbuilder-modules (pbuilder-options): modify the ordering of scripts so that
+ concurrent-build experience is more active.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
+
+ * debian/control (Recommends): add devscripts to recommends
+
+ * pbuilder-checkparams (USE_PKGNAME_LOGFILE): fix typo
+
+ * pbuilder-modules (pbuilder-options): add reference to pkgname-logfile to help text.
+
+ * pbuilder.8: documentation of pkgname-logfile moved closer to --logfile option.
+
+ * ChangeLog: spell-checked.
+
+ * pbuilder.8: document --pkgname-logfile option.
+ From Michael Banck <mbanck@gmx.net>, requested feature.
+
* pbuilder-checkparams (PBUILDER_BUILD_LOGFILE): logfile name is stored in PBUILDER_BUILD_LOGFILE
+ (PBUILDER_BUILD_LOGFILE): add --pkgname-logfile option for using logfile with pkgname-version.log
+ (USE_PKGNAME_LOGFILE): make this variable be usable only as command-line option, and not for
+ configuration.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
+
+ * pbuilder-checkparams (--binary-arch): set DEBBUILDOPTS.
+
+ * pbuilder.8: document --binary-arch
+
+ * pbuilder-modules (pbuilder-options): add doc of binary-arch
+
+ * pbuilder-checkparams (OVERRIDE_APTLINES): --binary-arch option.
+ (BINARY_ARCH): set initial value to "no".
+ thanks: Daniel Schepler <schepler@math.berkeley.edu>
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
+
+ * THANKS: update list of people.
+
+ * pbuilder-modules (pbuilder-options): display value of $BASETGZ instead of
+ base.tgz
+ Bug: 167813
+ Thanks: Michael Banck <mbanck@gmx.net>
+
+ * pbuilder-user-mode-linux: Fix the order of conffile loading.
+ Bug: 167808
+ Thanks: Peter Hawkins <peter@hawkins.emu.id.au>
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
+ * 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.
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
+
+ * 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.
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
+ * pbuilder-modules (create_basetgz): new function
+ add file locking
+ (extractbuildplace) add file locking.
+
+ * pbuilder-updatebuildenv: use create_basetgz
+
+ * pbuilder-createbuildenv (DEBOOTSTRAPSCRIPT): make error handling more
+ fine-grained, and add more handling for error cases.
+ (create_basetgz): move function over to -modules.
+ and use it.
+
|
|
|
|
|
|
| |
rules to copy over to work around debootstrap breakage
with handling of symlinks.
Remove the target file prior to copy.
|
|
|
|
|
|
| |
copying etc/ files.
* pbuilder-modules: split out the function to copy local configuration.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
+
+ * pbuilder-modules: modify things shuffling around until it works...
+
+ * pbuilder-user-mode-linux (BUILDING_DSC_FILE): add call to pbuilder update.
+
+ * pbuilder-updatebuildenv: check for INTERNAL_BUILD_UML and ignore the
+ basetgz creation in UML.
+
+ * pbuilder-modules: remove invocation of hostname from uml.
+
+ * debian/control (Depends): require 1.31.1 or greater of debianutils for readlink
+
+ * Makefile (install): add pbuilder-user-mode-linux to install target
+
+ * debian/control (Depends): add depends on debianutils, for readlink
+
|
|
|
|
|
|
|
|
|
|
| |
+
+ * pbuilder-modules (extractbuildplace): change to do less things
+ when INTERNAL_BUILD_UML is specified.
+ (cleanbuildplace): add check for INTERNAL_BUILD_UML
+
+ * pbuilder-checkparams (--internal-build-uml): new option.
+
|
|
|
|
|
|
|
|
|
| |
+ 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
|