| Commit message (Expand) | Author | Age |
* | remove linda and use lintian, linda is now gone. | Junichi Uekawa | 2008-03-06 |
* | Document pbuilder-satisfydepends-gebi in manpage | Junichi Uekawa | 2007-12-26 |
* | add 'space-delimited' as comment | 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 |
* | * rename pbuilder-satisfydepends to pbuilder-satisfydepends-classic, and••• install pbuilder-satisfydepends-aptitude as the deafault
pbuilder-satisfydepends
* install aptitude per default in chroot.
| Junichi Uekawa | 2007-08-28 |
* | reorganize whitespace | Junichi Uekawa | 2007-06-15 |
* | reorganize manpage ordering and contents | Junichi Uekawa | 2007-06-15 |
* | update manual pages to refer to docbook documentation, and refer to alioth we... | Junichi Uekawa | 2007-05-27 |
* | merge changelog | Junichi Uekawa | 2007-04-02 |
|\ |
|
| * | * Document pbuilder-satisfydepends-aptitude. | Loïc Minier | 2007-04-01 |
* | | 409135: SEE ALSO fix. | Junichi Uekawa | 2007-04-01 |
|/ |
|
* | 409135: change manual page section SEE ALSO spacing | Junichi Uekawa | 2007-03-28 |
* | * 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 |
* | initial cowbuilder support in pdebuild•••pbuilder supports pdebuild/cowbuilder
login/execute/update/create etc. can also be --login/--execute/--update/--create etc.
to cater for cowbuilder
documentation updates / XML typesetting fixes.
manpage fixes / spellchecking
generally what I did while I was on plane trip from Debconf Mexico to Japan.
| dancer | 2006-05-24 |
* | * fix pdebuild --help output (closes: #367133)••• * pbuilderrc.5: undocument the restriction that --buildresult
option needs to be specified for pdebuild, and BUILDRESULT cannot
be used.
I should probably warn that the directory should be absolute.
* pdebuild.1: fix man a bit to make --buildresult option doc
unambiguous.
| dancer | 2006-05-14 |
* | 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 |
* | remove support for --nonusmirror. | dancer | 2006-02-22 |
* | * Update pbuilderrc man page to specify EXTRAPACKAGES is space-delimited••• (Closes: #352224).
* Bug fix: "sudo pbuilder login --save-after-login includes the apt
cache in the base.tgz", thanks to Andreas Beckmann (Closes: #351526).
* Bug fix: "pbuilder: Arch-specific
build-deps printed weird", thanks to Daniel Schepler (Closes:
#184149).
| dancer | 2006-02-11 |
* | 344958 documentation update. | dancer | 2006-01-06 |
* | +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 |
* | up | dancer | 2005-07-10 |
* | 312153: synchronize pbuilder and pbuilderrc man page | dancer | 2005-06-12 |
* | +2005-06-05 Junichi Uekawa <dancer@debian.org>•••+
+ * debuild-pbuilder.1:
+ * pbuilder-uml.conf.5:
+ * pbuilderrc.5:
+ * pdebuild.1:
+ * pdebuild-user-mode-linux.1:
+ * pbuilder.8: add \% escape for URL.
+
| dancer | 2005-06-05 |
* | +pbuilder (0.124) unstable; urgency=low•••+
+ * Update confusing documentation on --debemail option. (closes: #302855)
+
+ -- Junichi Uekawa <dancer@debian.org> Wed, 6 Apr 2005 08:09:25 +0900
+
| dancer | 2005-04-05 |
* | update documentation, and other minor fix in response to FIXME entries. | dancer | 2004-12-01 |
* | +2004-11-05 Junichi Uekawa <dancer@debian.org>•••+
+ * pbuilderrc.5: Fix formatting errors
+ #279700 from Jordi Mallach
+
| dancer | 2004-11-04 |
* | + * 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 |