aboutsummaryrefslogtreecommitdiff
path: root/debian/control
Commit message (Collapse)AuthorAge
* added readlink dependency (coreutils)dancer2004-05-26
|
* fuxdancer2004-04-06
|
* + * debian/control (Description): do not conflict with older bash.dancer2003-12-16
| | | | | | | | | | | | | | | + + * 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 +
* add conflicts with older bashdancer2003-11-27
|
* +2003-08-27 Junichi Uekawa <dancer@debian.org>dancer2003-08-26
| | | | | | | | | | | | | | | + + * 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. +
* +dancer2003-07-26
| | | | | + * debian/pbuilder.links: Try symlinking /etc/pbuilderrc to /etc/pbuilder/pbuilderrc +
* update rootstrap depends.dancer2003-04-15
|
* updancer2003-04-10
|
* +2003-01-07 Junichi Uekawa <dancer@debian.org>dancer2003-01-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | + + * 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
* update to prepare for releasedancer2003-01-02
|
* 0.53dancer2002-12-13
|
* + * pbuilder-buildpackage (PACKAGENAME): add banner for logfile.dancer2002-12-12
| | | | | | | | | | | | | | | | | | | | | + + * 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.
* fix build rule to build uml for i386 only.dancer2002-10-24
|
* +dancer2002-10-19
| | | | | | | | | | | | | | | | | | | | | | | | | + * 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. +
* + * debian/control (Depends): add Source-Version dependency, because some ↵dancer2002-09-16
| | | | | | modules + are going to be incompatible with each other.
* + * debian/pbuilder-user-mode-linux.files: create file. Move ↵dancer2002-09-16
| | | | | | | | | | pbuilder-user-mode-linux + + * debian/rules: move the thing from binary-arch to binary-indep + + * debian/control (Depends): update depends of debootstrap to 0.1.17.9 +
* + * pbuilder-user-mode-linux: add trapping and cleaning up routine.dancer2002-09-16
| | | | | | | | | | | | | | | | | | | + + * 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 +
* +dancer2002-08-07
| | | | | | | | + * debian/changelog: 0.35 release + + * debian/control (Depends): stricter depends. + + * debian/README.Debian: update notes
* updates, mostly for having giced bug, joeyh patch, and supporting emacsdancer2002-02-19
|
* commit changes to docs, and other details.dancer2002-02-10
|
* doc updates.dancer2001-12-27
|
* changed the debian/control file to be valid.dancer2001-12-16
|
* notesdancer2001-11-24
|
* adding more logic to things.dancer2001-11-09
|
* update things for pdebuild, add recommends fakeroot and sudo etc.dancer2001-11-03
|
* updatedancer2001-10-25
|
* man things changed?dancer2001-10-16
|
* changed, removed shlibs:depends.dancer2001-09-27
|
* updated many things, and it is working. Gooddancer2001-09-18
|
* cleanup before releasedancer2001-09-07
|
* *** empty log message ***dancer2001-09-06
|
* changed build-deps to debootstrap 0.1.15dancer2001-08-28
|
* fixed the --mirror option to workdancer2001-08-28
|
* making ready for uploading to Debian archive, changing depends line to ↵dancer2001-08-28
| | | | debootstrap with versioned depends. Re-tabbing, extactbuildplace function is created to move common code out from create and build. added an error message for unknown parameter option. added a TAGS target to the makefile to make ETAGS work.
* adding support for proc and using readlinkdancer2001-08-25
|
* fixed typodancer2001-08-25
|
* fixed debian/control, and debian/rules for real buildsdancer2001-08-25
|
* Initial revisiondancer2001-08-23