| Commit message (Expand) | Author | Age |
* | support binNMUs, however unlikely | Junichi Uekawa | 2007-05-14 |
* | do not build pbuilder-uml for amd64•••currently i386 is the only arch in Debian that supports user-mode-linux
| Junichi Uekawa | 2007-04-15 |
* | update build rules to include amd64 for pbuilder-uml, although experimental | Junichi Uekawa | 2007-03-21 |
* | user-mode-linux support | dancer | 2006-09-16 |
* | support PKGNAME_LOGFILE option in pbuilderrc. | dancer | 2006-08-15 |
* | fixed documentation, added changes to createbuildenv to chek for error state•••when debootstrap/cdebootstrap does not exist.
Documentation update.
| dancer | 2005-11-03 |
* | wrong mail address. fixed. 0.134 | dancer | 2005-10-01 |
* | 0.133; change Maintainers field. | dancer | 2005-10-01 |
* | + * depend on cdebootstrap, and suggest debootstrap. You may alternatively use•••+ debootstrap, but the default is cdebootstrap.
+ (closes: #323843, #324648)
+ * cowdancer support improvement -- now passes testsuite.
+ * Standards-version: 3.6.2
update and re-run testsuite.
| dancer | 2005-08-25 |
* | +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 |
* | update for LDP | dancer | 2005-01-04 |
* | pbuilder-uml is removed temporarily from Debian | dancer | 2004-10-19 |
* | +2004-10-09 Junichi Uekawa <dancer@debian.org>•••+
+ * Documentation/pbuilder-doc.xml (PBUILDER_UML_IMAGE): documentation on
+ what directories cannot be bind-mounted
+ #275113
+
+ Added documentation on how to hook to pbuilder update.
+ somewhat addresses #275016, #272353
+
+ * debian/control (Depends): remove versioned depends on user-mode-linux. Packages are provided from other kernel packages.
+ #275544
+
+ * pbuilder: implement pbuilder debuild
+ #275110
+
+ * Documentation/pbuilder-doc.xml (PBUILDER_UML_IMAGE): update doc on
+ debian_chroot env var.
+ #275466
+
+
| dancer | 2004-10-09 |
* | added readlink dependency (coreutils) | dancer | 2004-05-26 |
* | fux | dancer | 2004-04-06 |
* | + * debian/control (Description): do not conflict with older bash.•••+
+ * pbuilder-buildpackage-funcs:
+ * pbuilder-checkparams: do not error out on
+ failure to unset.
+
+ * pbuilder.8: document --debug.
+
+ * pbuilder-checkparams (IGNORE_UMOUNT): --debug option.
+
+ * pbuilder-createbuildenv:
+ * pbuilder-updatebuildenv: use PBUILDER_DEBUGMODE variable
+
| dancer | 2003-12-16 |
* | add conflicts with older bash | dancer | 2003-11-27 |
* | +2003-08-27 Junichi Uekawa <dancer@debian.org>•••+
+ * Documentation/pbuilder-doc.xml (PBUILDER_UML_IMAGE): Update
+ documentation to note updates that I am aware of.
+
+ * THANKS: update the list.
+
+ * pbuilder.8: fix unintended italic in manual page
+ Subject: Bug#207390: italicized period in manual page
+ From: Matt Kraai <kraai@alumni.cmu.edu>
+
+ * pbuilder-buildpackage (BUILD_PID): add default BUILDRESULTGID for chown.
+
| dancer | 2003-08-26 |
* | +•••+ * debian/pbuilder.links: Try symlinking /etc/pbuilderrc to /etc/pbuilder/pbuilderrc
+
| dancer | 2003-07-26 |
* | update rootstrap depends. | dancer | 2003-04-15 |
* | up | dancer | 2003-04-10 |
* | +2003-01-07 Junichi Uekawa <dancer@debian.org>•••+
+ * Documentation/pbuilder-doc.xml: update documentation
+ and add chapter on pbuilder-uml, document that pbuilder-uml actually
+ works, and some detailed nodes on how to use them.
+ Add FAQ entry on how to specify extra apt sources.
+
+ * pbuilder-user-mode-linux.1: update doc to document that
+ configuration files for pbuilder is now read in.
+
+ * pbuilder-user-mode-linux: add debug info, to print out
+ the command-line used for running uml.
+ export TMPDIR=/tmp inside the chroot inside UML.
+ change UML_CHROOT_MOUNTPOINT from /tmp/ubd1 to /mnt,
+ and do not mkdir UML_CHROOT_MOUNTPOINT.
+ fix /tmp creation script so that /tmp is writable when
+ not using tmpfs.
+ use tempfile in creating the COW file.
+ clean COW file after finishing.
+ remove temporary file created by tempfile, because UML doesn't seem to
+ like the zero-byte file. (POSSIBLE SECURITY PROBLEM)
+ extra cleanup added for cleanup_function
+
+ * pbuilder-uml.conf (BUILDPLACE): add definition of BUILDPLACE
+ for pbuilder-uml. It is probably needed, because BUILDPLACE
+ needs to be writable by the user for UML, while it is not for
+ pbuilder.
+
+ * pbuilder-user-mode-linux: load config for pbuilder also, before
+ trying to load other things.
+
+2003-01-06 Junichi Uekawa <dancer@debian.org>
+
+ * Documentation/pbuilder-doc.xml (EXTRAPACKAGES): document possible usage of pbuilder for dchroot.
+
+ * pbuilder.8: document --no-targz
+
+ * pbuilder-checkparams (USE_PKGNAME_LOGFILE): allow
+ --no-targz option as alias to --internal-build-uml
+
+ * pdebuild (ARCHITECTURE): use dpkg-architecture
+ to find out the architecture.
+ sign changes file not dsc file.
+ pointed out by
+ Andrew Lau <netsnipe@debianplanet.org>, bug #175432
+
+2003-01-04 Junichi Uekawa <dancer@debian.org>
+
+ * debian/control (Description): fix suggests to pbuilder-uml
| dancer | 2003-01-07 |
* | update to prepare for release | dancer | 2003-01-02 |
* | 0.53 | dancer | 2002-12-13 |
* | + * pbuilder-buildpackage (PACKAGENAME): add banner for logfile.•••+
+ * 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.
| dancer | 2002-12-12 |
* | fix build rule to build uml for i386 only. | dancer | 2002-10-24 |
* | +•••+ * 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/control (Depends): add Source-Version dependency, because some mod...•••+ are going to be incompatible with each other.
| dancer | 2002-09-16 |
* | + * debian/pbuilder-user-mode-linux.files: create file. Move pbuilder-user-mo...•••+
+ * debian/rules: move the thing from binary-arch to binary-indep
+
+ * debian/control (Depends): update depends of debootstrap to 0.1.17.9
+
| dancer | 2002-09-16 |
* | + * pbuilder-user-mode-linux: add trapping and cleaning up routine.•••+
+ * 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
+
| dancer | 2002-09-16 |
* | +•••+ * debian/changelog: 0.35 release
+
+ * debian/control (Depends): stricter depends.
+
+ * debian/README.Debian: update notes
| dancer | 2002-08-07 |
* | updates, mostly for having giced bug, joeyh patch, and supporting emacs | dancer | 2002-02-19 |
* | commit changes to docs, and other details. | dancer | 2002-02-10 |
* | doc updates. | dancer | 2001-12-27 |
* | changed the debian/control file to be valid. | dancer | 2001-12-16 |
* | notes | dancer | 2001-11-24 |
* | adding more logic to things. | dancer | 2001-11-09 |
* | update things for pdebuild, add recommends fakeroot and sudo etc. | dancer | 2001-11-03 |
* | update | dancer | 2001-10-25 |
* | man things changed? | dancer | 2001-10-16 |
* | changed, removed shlibs:depends. | dancer | 2001-09-27 |
* | updated many things, and it is working. Good | dancer | 2001-09-18 |
* | cleanup before release | dancer | 2001-09-07 |
* | *** empty log message *** | dancer | 2001-09-06 |
* | changed build-deps to debootstrap 0.1.15 | dancer | 2001-08-28 |
* | fixed the --mirror option to work | dancer | 2001-08-28 |
* | making ready for uploading to Debian archive, changing depends line to deboot... | dancer | 2001-08-28 |
* | adding support for proc and using readlink | dancer | 2001-08-25 |
* | fixed typo | dancer | 2001-08-25 |
* | fixed debian/control, and debian/rules for real builds | dancer | 2001-08-25 |