build-env (2.30) unstable; urgency=low * Fix sameContents so that it does a binary compare instead of trying to convert to a String -- Jeremy Shaw Mon, 08 Feb 2010 18:28:26 -0600 build-env (2.29) unstable; urgency=low * Improve code that reinstalls packages (that we sneakily edited?) * Add locales and belocs-locales-bin to list of packages to reinstall. -- David Fox Wed, 22 Apr 2009 17:56:28 -0700 build-env (2.28) unstable; urgency=low * Another tweak to fix the recommended bug mentioned below. -- David Fox Fri, 06 Feb 2009 15:45:25 -0800 build-env (2.27) unstable; urgency=low * build-env started failing in intrepid. Jeremy tracked it down to apt trying to get recommended packages when fetching the essentials. Added an option to prevent that. -- Clifford Beshers Tue, 03 Feb 2009 15:38:28 -0800 build-env (2.26) unstable; urgency=low * After downloading the findutils deb, modify it to change the Pre-Depends, if there is one, into a Depends. Otherwise findutils can't be installed until after libc6 is configured, and libc6 can't be installed without findutils. -- David Fox Sun, 25 Jan 2009 09:49:23 -0800 build-env (2.25) unstable; urgency=low * Disable sigVTALRM, we get a lot of them with ghc 6.10 * Disable check that a ++ b equals a <++> b, it often doesn't Not sure what this was about, maybe behavior of <++> changed. -- David Fox Thu, 22 Jan 2009 08:46:01 -0800 build-env (2.24) unstable; urgency=low * Make the --mount-kernel option work. -- Clifford Beshers Sat, 20 Dec 2008 13:54:38 -0800 build-env (2.23) unstable; urgency=low * Use <++> from System.Unix.FilePath instead of . -- David Fox Tue, 07 Oct 2008 11:18:09 -0700 build-env (2.22) unstable; urgency=low * API changes in haskell-unixutils, it uses filepath now. But rejects things that don't look like filepaths, unlike our +/+ function. -- David Fox Tue, 30 Sep 2008 07:19:20 -0700 build-env (2.21) unstable; urgency=low * Don't print a message when signal 14 is received (SIGALRM), it is received a lot when -threaded is enabled. -- David Fox Sat, 30 Aug 2008 08:28:31 -0700 build-env (2.20) unstable; urgency=low * Use -threaded to avoid hangs. -- David Fox Sat, 30 Aug 2008 08:19:51 -0700 build-env (2.19) unstable; urgency=low * Eliminate use of haskell-ugly. -- David Fox Wed, 14 May 2008 13:40:33 -0700 build-env (2.18) unstable; urgency=low * attempt to fix incomplete patten match when calculating essential packages -- Jeremy Shaw Fri, 14 Mar 2008 14:57:40 -0700 build-env (2.17) unstable; urgency=low * haskell-unixutils API change: Linspire.* -> System.* -- David Fox Mon, 10 Mar 2008 09:39:51 -0700 build-env (2.16) unstable; urgency=low * If a paragraph has 'Essential: no' it should not be considered Essential. -- Jeremy Shaw Wed, 05 Mar 2008 17:18:52 -0800 build-env (2.15) unstable; urgency=low * The login package should Pre-Depend on base-passwd so that /etc/passwd and /etc/group exist when its postinstall runs, but it doesn't. To work around this problem, copy /usr/share/base-passwd/*.master to /etc before configuring the essential packages. Jeremy suggests that a better solution (short of modifying login) would be to somehow specify the order of the essential packages. -- David Fox Tue, 26 Feb 2008 17:39:05 +0000 build-env (2.14) unstable; urgency=low * Fixed: base_passwd -> base-passwd bug exposed by failing on missing essential packages -- Jeremy Shaw Fri, 15 Feb 2008 10:32:55 -0800 build-env (2.13) unstable; urgency=low * Make it a fatal error if a package passed in with the --with-essential flag is not available. This is why the missing keyring package problem kept coming back. -- David Fox Thu, 14 Feb 2008 06:59:23 -0800 build-env (2.12) unstable; urgency=low * Hack around broken getSymbolicLinkStatus -- Jeremy Shaw Tue, 12 Feb 2008 19:00:43 -0800 build-env (2.11) unstable; urgency=low * Fix David's updates so they actually work. -- Jeremy Shaw Tue, 12 Feb 2008 11:44:12 -0800 build-env (2.10) unstable; urgency=low * Updates for GHC 6.8.2, haskell-debian API changes. -- David Fox Wed, 06 Feb 2008 16:45:28 -0800 build-env (2.9) unstable; urgency=low * Ignore files in the /etc/apt/sources.list.d which is outside the chroot -- Jeremy Shaw Thu, 15 Nov 2007 17:17:12 -0800 build-env (2.8) unstable; urgency=low * Don't set LANG= when calling apt -- Jeremy Shaw Fri, 19 Oct 2007 16:27:39 -0700 build-env (2.7) unstable; urgency=low * Cp /etc/localtime into chroot, because other tzdata fails to configure. Hopefully this can be removed some day. * Add unsafe --immediate-configure-false flag, which is a hack to get gutsy working. * Updated to work with haskell-debian (>= 2.0) -- Jeremy Shaw Fri, 19 Oct 2007 13:40:12 -0700 build-env (2.6) unstable; urgency=low * Fix checkAndRestore function to avoid crashes when trying to neuter/restore a file that doesn't exist. The neuter function ignores such files, now the restore function does too. -- David Fox Sun, 10 Jun 2007 08:35:26 -0700 build-env (2.5) unstable; urgency=low * Add the --omit-essential option to remove packages from the essential list even if they are marked essential. This is necessary because sysvinit is always marked essential in Debian while we want to use its replacement upstart. -- David Fox Fri, 8 Dec 2006 09:04:51 -0500 build-env (2.4) unstable; urgency=low * Add the --with-essential option, which adds packages to the essential list. This was required when upstart appeared to replace sysvinit, each of which contains /sbin/init. Because /sbin/init is on the list of files to be neutered, one of these packages needs to be installed along with the essential packages. -- David Fox Wed, 6 Dec 2006 08:16:45 -0500 build-env (2.3) unstable; urgency=low * Do not mount the kernel file systems or /dev by default. Use the -m and -d flags if this is desired. * Use exit codes to indicate success and failure. * Eliminate dependency on missingh. -- David Fox Mon, 27 Nov 2006 09:03:32 -0500 build-env (2.2) unstable; urgency=low * Create /var/lib/dpkg/diversions before starting so Ubuntu's coreutils package doesn't fail. Add build-essential as a dependency. -- David Fox Mon, 6 Nov 2006 05:17:00 -0700 build-env (2.1) unstable; urgency=low * Add --allow-missing-indexes option to work around problem with apt's http method. This version is now required by the current autobuilder. -- David Fox Wed, 24 Oct 2006 06:31:17 -0700 build-env (2.0) unstable; urgency=low * Switch to Haskell implementation, which now supports multiple architectures. -- David Fox Wed, 11 Oct 2006 11:27:05 -0700 build-env (1.2) unstable; urgency=low * Branch for skipjack. -- David Fox Wed, 16 Aug 2006 09:21:34 -0700 build-env (1.1.39-0.0.0.50.linspire0.1) marlin; urgency=low * Autobuilder version increment (Reason(s): Source changes). * David Fox : 2006/07/12 15:56:07 PDT + files: 1 modified + Merged from tos@lindows.com--2004 (patch 46) (tos@lindows.- com--2004/build-env--build-marlin--1.1--patch-81): - Patches applied: * tos@lindows.com--2004/build-env--upstream-los--1.1--patch-46 Restore code accidentally deleted in patch-42 -- Autobuilder Wed, 12 Jul 2006 16:02:43 -0700 build-env (1.1.38-0.0.0.50.linspire0.1) marlin; urgency=low * Autobuilder version increment (Reason(s): Source changes). * Clifford Beshers : 2006/06/15 21:05:38 PDT + files: 1 modified + Merge: I was wrong, the cp -a .ssh code was in the right place. (tos@lin- dows.com--2004/build-env--build-marlin--1.1--patch-79): - Patches applied: * tos@lindows.com--2004/build-env--upstream-los--1.1--patch-45 I was wrong, the cp -a .ssh code was in the right place. -- Autobuilder Thu, 15 Jun 2006 21:09:19 -0700 build-env (1.1.37-0.0.0.50.linspire0.1) marlin; urgency=low * Autobuilder version increment (Reason(s): Source changes). * Clifford Beshers : 2006/06/15 19:08:52 PDT + files: 1 modified + Merge: Yet another bash failure. (tos@lindows.com--2004/build-en- v--build-marlin--1.1--patch-77): - Patches applied: * tos@lindows.com--2004/build-env--upstream-los--1.1--patch-44 Yet another bash failure. -- Autobuilder Thu, 15 Jun 2006 19:13:06 -0700 build-env (1.1.36-0.0.0.50.linspire0.1) marlin; urgency=low * Autobuilder version increment (Reason(s): Source changes). * Clifford Beshers : 2006/06/15 18:55:11 PDT + files: 1 modified + Merge: Bad variable substitution. (tos@lindows.com--2004/build-en- v--build-marlin--1.1--patch-75): - Patches applied: * tos@lindows.com--2004/build-env--upstream-los--1.1--patch-43 Bad variable substitution. -- Autobuilder Thu, 15 Jun 2006 18:59:09 -0700 build-env (1.1.35-0.0.0.50.linspire0.1) marlin; urgency=low * Autobuilder version increment (Reason(s): Source changes). * Clifford Beshers : 2006/06/15 18:34:39 PDT + files: 1 modified + Use --bind to mount dev,sys,proc. (tos@lindows.com--2004/build-en- v--build-marlin--1.1--patch-73): - Patches applied: * tos@lindows.com--2004/build-env--upstream-los--1.1--patch-42 Use --bind to mount dev,sys,proc. -- Autobuilder Thu, 15 Jun 2006 18:38:52 -0700 build-env (1.1.34-0.0.0.50.linspire0.1) marlin; urgency=low * Autobuilder version increment (Reason(s): Source changes). * Clifford Beshers : 2006/06/15 18:12:28 PDT + files: 1 modified + Another ssh update fix. (tos@lindows.com--2004/build-env--build-mar- lin--1.1--patch-71): - Patches applied: * tos@lindows.com--2004/build-env--upstream-los--1.1--patch-41 Another ssh update fix. -- Autobuilder Thu, 15 Jun 2006 18:25:23 -0700 build-env (1.1.33-0.0.0.50.linspire0.1) marlin; urgency=low * Autobuilder version increment (Reason(s): Source changes). * Clifford Beshers : 2006/06/15 17:36:42 PDT + files: 1 modified + Merge: Don't create dev/random if working in an existing tree. (tos@lin- dows.com--2004/build-env--build-marlin--1.1--patch-69): - Patches applied: * tos@lindows.com--2004/build-env--upstream-los--1.1--patch-40 Don't create dev/random if working in an existing tree. -- Autobuilder Thu, 15 Jun 2006 17:44:28 -0700 build-env (1.1.32-0.0.0.50.linspire0.1) marlin; urgency=low * Autobuilder version increment (Reason(s): Source changes). * Clifford Beshers : 2006/06/15 17:11:36 PDT + files: 1 modified + Fixes for ssh and gpg. (tos@lindows.com--2004/build-env--build-mar- lin--1.1--patch-67): - Patches applied: * tos@lindows.com--2004/build-env--upstream-los--1.1--patch-38 Add code to create /dev/random and /dev/urandom and install ssh when ssh lines are seen in the sources.list * tos@lindows.com--2004/build-env--upstream-los--1.1--patch-39 David's fix for gpg on the external system. * tos@linspire.com--skipjack/build-env--los--1.2--patch-1 Give the --force-yes flag for (I think) new apt-get authentica- tion behavior -- Autobuilder Thu, 15 Jun 2006 17:15:42 -0700 build-env (1.1.31-0.0.0.50.linspire0.1) marlin; urgency=low * Autobuilder version increment (Reason(s): Source changes). * Clifford Beshers : 2006/04/19 18:24:03 PDT + files: 1 modified + Merge: Touch diversions file for current sid support. (tos@lindows.- com--2004/build-env--build-marlin--1.1--patch-65): - Patches applied: * tos@lindows.com--2004/build-env--upstream-los--1.1--patch-37 Touch diversions file for current sid support. -- Autobuilder Wed, 19 Apr 2006 18:28:50 -0700 build-env (1.1.30-0.0.0.50.linspire0.1.0.1) marlin; urgency=low * Autobuilder version increment (Reason(s): Build dependency changes, changed: libdebutils-ocaml-dev (1.13-0.0.0.50.linspire0.2.0.23 => 1.13-0.0.0.50.lin- spire0.2.0.24)). -- Autobuilder Mon, 31 Oct 2005 16:00:36 -0800 build-env (1.1.30-0.0.0.50.linspire0.1) marlin; urgency=low * Autobuilder version increment (Reason(s): Source changes). * Clifford Beshers : 2005/09/22 16:00:31 PDT + files: 1 modified + Merge: Move the apt.conf stuff outside the no_update conditional. (- tos@lindows.com--2004/build-env--build-marlin--1.1--patch-62): - Patches applied: * tos@lindows.com--2004/build-env--upstream-los--1.1--patch-36 Move the apt.conf stuff outside the no_update conditional. -- Autobuilder Thu, 22 Sep 2005 16:05:49 -0700 build-env (1.1.29-0.0.0.50.linspire0.1) marlin; urgency=low * Autobuilder version increment (Reason(s): Source changes). * Clifford Beshers : 2005/09/20 17:11:43 PDT + files: 1 modified + Merge: Bump buffer values for passing args to dpkg. (tos@lindows.- com--2004/build-env--build-marlin--1.1--patch-60): - Patches applied: * tos@lindows.com--2004/build-env--upstream-los--1.1--patch-35 Bump buffer values for passing args to dpkg. -- Autobuilder Tue, 20 Sep 2005 17:14:16 -0700 build-env (1.1.28-0.0.0.50.linspire0.1) marlin; urgency=low * Autobuilder version increment (Reason(s): Source changes). * Clifford Beshers : 2005/09/07 10:58:59 PDT + files: 2 modified + Two usability patches from George Beshers. (tos@lindows.- com--2004/build-env--build-marlin--1.1--patch-58): - Patches applied: * tos@lindows.com--2004/build-env--upstream-los--1.1--patch-33 GMB: only mount /dev if devfs in /proc/filesystems. * tos@lindows.com--2004/build-env--upstream-los--1.1--patch-34 GMB: new option: include -- specify files with package lists. -- Autobuilder Wed, 7 Sep 2005 11:02:19 -0700 build-env (1.1.27-0.0.0.50.linspire0.1) marlin; urgency=low * Autobuilder version increment (Reason(s): Source changes). * Clifford Beshers : 2005/08/10 14:59:15 PDT + files: 1 modified + Merge: Grrr. Missing space. (tos@lindows.com--2004/build-env--build-mar- lin--1.1--patch-56): - Patches applied: * tos@lindows.com--2004/build-env--upstream-los--1.1--patch-32 Grrr. Missing space. -- Autobuilder Wed, 10 Aug 2005 15:09:50 -0700 build-env (1.1.26-0.0.0.50.linspire0.1) marlin; urgency=low * Autobuilder version increment (Reason(s): Source changes). * Clifford Beshers : 2005/08/10 14:40:11 PDT + files: 1 modified + Merge: Removing the --allow-unauthenticated, only use the apt.conf entry. (tos@lindows.com--2004/build-env--build-marlin--1.1--patch-54): - Patches applied: * tos@lindows.com--2004/build-env--upstream-los--1.1--patch-31 Removing the --allow-unauthenticated, only use the apt.conf entry. -- Autobuilder Wed, 10 Aug 2005 14:49:34 -0700 build-env (1.1.25-0.0.0.50.linspire0.1) marlin; urgency=low * Autobuilder version increment (Reason(s): Source changes). * Clifford Beshers : 2005/08/10 13:02:35 PDT + files: 1 modified + Merge: Add an option for apt 0.6 in sid to allow unauthenticated install- s. (tos@lindows.com--2004/build-env--build-marlin--1.1--patch-52): - Patches applied: * tos@lindows.com--2004/build-env--upstream-los--1.1--patch-30 Add an option for apt 0.6 in sid to allow unauthenticated installs. -- Autobuilder Wed, 10 Aug 2005 13:06:01 -0700 build-env (1.1.24-0.0.0.50.linspire0.1) marlin; urgency=low * Autobuilder version increment (Reason(s): Source changes). * Clifford Beshers : 2005/08/10 11:57:11 PDT + files: 1 modified + Merge: Mount sysfs conditionally. (tos@lindows.com--2004/build-en- v--build-marlin--1.1--patch-50): - Patches applied: * tos@lindows.com--2004/build-env--upstream-los--1.1--patch-29 Mount sysfs conditionally. -- Autobuilder Wed, 10 Aug 2005 12:07:08 -0700 build-env (1.1.23-0.0.0.50.linspire0.1) marlin; urgency=low * Autobuilder version increment (Reason(s): Source changes). * Clifford Beshers : 2005/08/10 11:04:55 PDT + files: 1 modified + Merge: Only copy /usr/lib/locale/locale-archive if it exists. (tos@lin- dows.com--2004/build-env--build-marlin--1.1--patch-48): - Patches applied: * tos@lindows.com--2004/build-env--upstream-los--1.1--patch-28 Only copy /usr/lib/locale/locale-archive if it exists. -- Autobuilder Wed, 10 Aug 2005 11:11:45 -0700 build-env (1.1.22-0.0.0.50.linspire0.1) marlin; urgency=low * Autobuilder version increment (Reason(s): Source changes). * Clifford Beshers : 2005/07/28 15:56:25 PDT + files: 2 modified + Merge: Locale patch from George Beshers. (tos@lindows.com--2004/build-en- v--build-marlin--1.1--patch-46): - Patches applied: * tos@lindows.com--2004/build-env--upstream-los--1.1--patch-27 Locale patch from George Beshers. -- Autobuilder Thu, 28 Jul 2005 16:00:47 -0700 build-env (1.1.21-0.0.0.50.linspire0.2) marlin; urgency=low * Autobuilder version increment (Reason(s): Packaging changes). * Clifford Beshers : 2005/07/28 11:38:24 PDT + files: 1 modified + Update build dependency for libunixutils-dev to be > 1.15, catching DSF mount change. (tos@lindows.com--2004/build-env--build-marlin--1.1--- patch-44): -- Autobuilder Thu, 28 Jul 2005 11:41:26 -0700 build-env (1.1.21-0.0.0.50.linspire0.1) marlin; urgency=low * Autobuilder version increment (Reason(s): Source changes, Build dependency changes, changed: libdebutils-ocaml-dev (1.13-0.0.0.50.linspire0.2.0.20 => 1.13-0.0.0.50.linspire0.2.0.23), changed: libfargs-ocaml-dev (1.10-0.0.0.50.linspire0.3.0.7 => 1.10-0.0.0.50.linspire0.3.0.10), changed: liblog-ocaml-dev (1.2-0.0.0.50.linspire0.5.0.6 => 1.3-0.0.0.50.lin- spire0.1.0.2), changed: libunixutils-ocaml-dev (1.14-0.0.0.50.lin- spire0.1.0.1 => 1.15-0.0.0.50.linspire0.1.0.2), changed: ocaml (3.08.2-1.0.0.50.linspire0.2.0.2 => 3.08.3-3.0.0.50.linspire0.2), changed: ocaml-findlib (1.0.4-2 => 1.0.4-3.0.0.50.linspire0.1.0.1)). * Clifford Beshers : 2005/07/28 11:17:31 PDT + files: 1 modified + Merge: DSF changed mount to sh_mount. Tracking that. (tos@lindows.- com--2004/build-env--build-marlin--1.1--patch-42): - Patches applied: * tos@lindows.com--2004/build-env--upstream-los--1.1--patch-26 DSF changed mount to sh_mount. Tracking that. -- Autobuilder Thu, 28 Jul 2005 11:20:54 -0700 build-env (1.1.20-0.0.0.50.linspire0.1) marlin; urgency=low * Autobuilder version increment (Reason(s): Source changes). * Clifford Beshers : 2005/05/23 15:32:29 PDT + files: 1 modified + Fix for wrong format of cache-limit. Commandline syntax different from apt.conf syntax. (tos@lindows.com--2004/build-env--build-marlin--1.1--- patch-40): - Patches applied: * tos@lindows.com--2004/build-env--upstream-los--1.1--patch-25 Fix for wrong format of cache-limit. Commandline syntax different from apt.conf syntax. -- Autobuilder Mon, 23 May 2005 15:37:38 -0700 build-env (1.1.19-0.0.0.50.linspire0.1) marlin; urgency=low * Autobuilder version increment (Reason(s): Source changes). * Clifford Beshers : 2005/05/19 19:29:41 PDT + files: 1 modified + Put cache limit increases into apt.conf in build-env. (tos@lindows.- com--2004/build-env--build-marlin--1.1--patch-38): - Patches applied: * tos@lindows.com--2004/build-env--upstream-los--1.1--patch-24 Put cache limit increases into apt.conf in build-env. -- Autobuilder Thu, 19 May 2005 19:32:57 -0700 build-env (1.1.18-0.0.0.50.linspire0.1) marlin; urgency=low * Autobuilder version increment (Reason(s): Source changes). * Clifford Beshers : 2005/05/12 17:29:02 PDT + files: 1 modified + Another fix for --no-update, do not copy in resolv.conf, etc. (tos@lin- dows.com--2004/build-env--build-marlin--1.1--patch-36): - Patches applied: * tos@lindows.com--2004/build-env--upstream-los--1.1--patch-23 Another fix for --no-update, do not copy in resolv.conf, etc. -- Autobuilder Thu, 12 May 2005 17:31:59 -0700 build-env (1.1.17-0.0.0.50.linspire0.1.0.2) marlin; urgency=low * Autobuilder version increment (Reason(s): Build dependency changes, changed: libdebutils-ocaml-dev (1.13-0.0.0.50.linspire0.2.0.19 => 1.13-0.0.0.50.lin- spire0.2.0.20), changed: liblog-ocaml-dev (1.2-0.0.0.50.linspire0.5.0.5 => 1.2-0.0.0.50.linspire0.5.0.6), changed: libunixutils-ocaml-dev (1.14-0.0.0.50.linspire0.1 => 1.14-0.0.0.50.linspire0.1.0.1)). -- Autobuilder Wed, 11 May 2005 14:29:35 -0700 build-env (1.1.17-0.0.0.50.linspire0.1.0.1) marlin; urgency=low * Autobuilder version increment (Reason(s): Build dependency changes, changed: libdebutils-ocaml-dev (1.13-0.0.0.50.linspire0.2.0.18 => 1.13-0.0.0.50.lin- spire0.2.0.19), changed: libfargs-ocaml-dev (1.10-0.0.0.50.linspire0.3.0.6 => 1.10-0.0.0.50.linspire0.3.0.7), changed: liblog-ocaml-dev (1.2-0.0.0.50.linspire0.5.0.4 => 1.2-0.0.0.50.linspire0.5.0.5), changed: li- bunixutils-ocaml-dev (1.13-0.0.0.50.linspire0.5.0.13 => 1.14-0.0.0.50.lin- spire0.1), changed: ocaml (3.08.2-1.0.0.50.linspire0.2.0.1 => 3.08.2-1.0.0.50.linspire0.2.0.2)). -- Autobuilder Tue, 10 May 2005 19:14:53 -0700 build-env (1.1.17-0.0.0.50.linspire0.1.0.1) marlin; urgency=low * Autobuilder version increment (Reason(s): Build dependency changes, changed: libdebutils-ocaml-dev (1.13-0.0.0.50.linspire0.2.0.18 => 1.13-0.0.0.50.lin- spire0.2.0.19), changed: libfargs-ocaml-dev (1.10-0.0.0.50.linspire0.3.0.6 => 1.10-0.0.0.50.linspire0.3.0.7), changed: liblog-ocaml-dev (1.2-0.0.0.50.linspire0.5.0.4 => 1.2-0.0.0.50.linspire0.5.0.5), changed: li- bunixutils-ocaml-dev (1.13-0.0.0.50.linspire0.5.0.13 => 1.14-0.0.0.50.lin- spire0.1), changed: ocaml (3.08.2-1.0.0.50.linspire0.2.0.1 => 3.08.2-1.0.0.50.linspire0.2.0.2)). -- Autobuilder Tue, 10 May 2005 17:29:24 -0700 build-env (1.1.17-0.0.0.50.linspire0.1) marlin; urgency=low * Autobuilder version increment (Reason(s): Source changes). * Clifford Beshers : 2005/05/09 15:48:58 PDT + files: 1 modified + Missing space after Cache-Limit=300... Made first package go missing. (- tos@lindows.com--2004/build-env--build-marlin--1.1--patch-31): - Patches applied: * tos@lindows.com--2004/build-env--upstream-los--1.1--patch-22 Missing space after Cache-Limit=300... Made first package go miss- ing. -- Autobuilder Mon, 9 May 2005 15:52:03 -0700 build-env (1.1.16-0.0.0.50.linspire0.1) marlin; urgency=low * Autobuilder version increment (Reason(s): Source changes). * Clifford Beshers : 2005/05/06 16:28:31 PDT + files: 1 modified + Cache limit was affecting usage on khrack for some reason. (tos@lindows.- com--2004/build-env--build-marlin--1.1--patch-29): - Patches applied: * tos@lindows.com--2004/build-env--upstream-los--1.1--patch-21 Cache limit was affecting usage on khrack for some reason. -- Autobuilder Fri, 6 May 2005 16:37:09 -0700 build-env (1.1.15-0.0.0.50.linspire0.1) marlin; urgency=low * Autobuilder version increment (Reason(s): Source changes, Build dependency changes, changed: debhelper (4.2.25 => 4.2.35-0.0.0.50.linspire0.1)). * Clifford Beshers : 2005/04/26 15:42:04 PDT + files: 1 modified + Fix for start-stop-daemon neutering when --no-essential is specified. (- tos@lindows.com--2004/build-env--build-marlin--1.1--patch-27): - Patches applied: * tos@lindows.com--2004/build-env--upstream-los--1.1--patch-20 Fix for start-stop-daemon neutering when --no-essential is specified. -- Autobuilder Tue, 26 Apr 2005 15:44:59 -0700 build-env (1.1.14-0.0.0.50.linspire0.1) marlin; urgency=low * Autobuilder version increment (Reason(s): Source changes). * Clifford Beshers : 2005/04/24 19:10:47 PDT + files: 1 modified + Added --no-essential option. (tos@lindows.com--2004/build-env--build-mar- lin--1.1--patch-25): - Patches applied: * tos@lindows.com--2004/build-env--upstream-los--1.1--patch-19 Added the --no-essential option. -- Autobuilder Sun, 24 Apr 2005 19:12:42 -0700 build-env (1.1.13-0.0.0.50.linspire0.1) marlin; urgency=low * Autobuilder version increment (Reason(s): Source changes). * Clifford Beshers : 2005/04/22 15:32:31 PDT + files: 1 modified + Applying a patch for --no-update feature. This patch was missed because it was done in the build branch. (tos@lindows.com--2004/build-en- v--build-marlin--1.1--patch-23): - Patches applied: * tos@lindows.com--2004/build-env--upstream-los--1.1--patch-18 Applying a patch for --no-update feature. This patch was missed be- cause it was done in the build branch. -- Autobuilder Fri, 22 Apr 2005 15:34:09 -0700 build-env (1.1.12-0.0.0.50.linspire0.1.0.2) marlin; urgency=low * Autobuilder version increment (Reason(s): Build dependency changes, changed: libdebutils-ocaml-dev (1.13-0.0.0.50.linspire0.2.0.17 => 1.13-0.0.0.50.lin- spire0.2.0.18), changed: libfargs-ocaml-dev (1.10-0.0.0.50.linspire0.3.0.5 => 1.10-0.0.0.50.linspire0.3.0.6), changed: liblog-ocaml-dev (1.2-0.0.0.50.linspire0.5.0.3 => 1.2-0.0.0.50.linspire0.5.0.4), changed: li- bunixutils-ocaml-dev (1.13-0.0.0.50.linspire0.5.0.12 => 1.13-0.0.0.50.lin- spire0.5.0.13), changed: ocaml (3.08.2-1.0.0.50.linspire0.2 => 3.08.2-1.0.0.50.linspire0.2.0.1)). -- Autobuilder Thu, 31 Mar 2005 16:28:30 -0800 build-env (1.1.12-0.0.0.50.linspire0.1.0.1) marlin; urgency=low * Autobuilder version increment (Reason(s): Build dependency changes, changed: libdebutils-ocaml-dev (1.13-0.0.0.50.linspire0.2.0.16 => 1.13-0.0.0.50.lin- spire0.2.0.17), changed: liblog-ocaml-dev (1.2-0.0.0.50.linspire0.5.0.2 => 1.2-0.0.0.50.linspire0.5.0.3), changed: libunixutils-ocaml-dev (1.13-0.0.0.50.linspire0.5.0.11 => 1.13-0.0.0.50.linspire0.5.0.12)). -- Autobuilder Mon, 28 Feb 2005 14:52:54 -0800 build-env (1.1.12-0.0.0.50.linspire0.1) marlin; urgency=low * Autobuilder version increment (Reason(s): Source changes). * Clifford Beshers : 2005/02/28 13:35:29 PST + files: 2 new,1 modified + Adding build-tree. (tos@lindows.com--2004/build-env--build-marlin--1.1--- patch-19): - Patches applied: * tos@lindows.com--2004/build-env--upstream-los--1.1--patch-17 Adding build-tree. -- Autobuilder Mon, 28 Feb 2005 13:37:15 -0800 build-env (1.1.11-0.0.0.50.linspire0.1.0.2) marlin; urgency=low * Autobuilder version increment (Reason(s): Build dependency changes, changed: libdebutils-ocaml-dev (1.13-0.0.0.50.linspire0.2.0.15 => 1.13-0.0.0.50.lin- spire0.2.0.16), changed: liblog-ocaml-dev (1.2-0.0.0.50.linspire0.5.0.1 => 1.2-0.0.0.50.linspire0.5.0.2), changed: libunixutils-ocaml-dev (1.13-0.0.0.50.linspire0.5.0.10 => 1.13-0.0.0.50.linspire0.5.0.11)). -- Autobuilder Tue, 22 Feb 2005 09:46:57 -0800 build-env (1.1.11-0.0.0.50.linspire0.1.0.1) marlin; urgency=low * Autobuilder version increment (Reason(s): Build dependency changes, changed: libdebutils-ocaml-dev (1.13-0.0.0.50.linspire0.2.0.14 => 1.13-0.0.0.50.lin- spire0.2.0.15), changed: liblog-ocaml-dev (1.2-0.0.0.50.linspire0.5 => 1.2-0.0.0.50.linspire0.5.0.1), changed: libunixutils-ocaml-dev (1.13-0.0.0.50.linspire0.5.0.9 => 1.13-0.0.0.50.linspire0.5.0.10)). -- Autobuilder Thu, 3 Feb 2005 17:31:39 -0800 build-env (1.1.11-0.0.0.50.linspire0.1) marlin; urgency=low * Autobuilder version increment (Reason(s): Source changes). * Clifford Beshers : 2005/01/31 23:52:19 PST + files: 1 modified + Switched to using JS mount function. (tos@lindows.com--2004/build-en- v--build-marlin--1.1--patch-15): - Patches applied: * tos@lindows.com--2004/build-env--upstream-los--1.1--patch-16 Switched to using JS mount function. -- Autobuilder Mon, 31 Jan 2005 23:49:56 -0800 build-env (1.1.10-0.0.0.50.linspire0.1) marlin; urgency=low * Autobuilder version increment (Reason(s): Source changes). * Clifford Beshers : 2005/01/31 23:27:25 PST + files: 1 modified + Fixing bad patching. Replays duplicated things. (tos@lindows.- com--2004/build-env--build-marlin--1.1--patch-12): - Keywords: * Clifford Beshers : 2005/01/31 23:11:10 PST + files: 1 modified + Fixing syntax error. Really. (tos@lindows.com--2004/build-env--build-mar- lin--1.1--patch-11): - Patches applied: * tos@lindows.com--2004/build-env--debian-los--1.1--patch-12 Fixing syntax error. * tos@lindows.com--2004/build-env--upstream-los--1.1--patch-14 Fixing syntax error. * Clifford Beshers : 2005/01/31 22:59:42 PST + files: 1 modified + Merging from debian branch. ramroot support. (tos@lindows.- com--2004/build-env--build-marlin--1.1--patch-9): - Patches applied: * tos@lindows.com--2004/build-env--debian-los--1.1--patch-11 Updating from upstream. * tos@lindows.com--2004/build-env--upstream-los--1.1--patch-13 Added the ability to bind an external archive dir. Allows for ram- root use, I hope. -- Autobuilder Mon, 31 Jan 2005 23:25:06 -0800 build-env (1.1.9-0.0.0.50.linspire0.1) marlin; urgency=low * Autobuilder version increment (Reason(s): Source changes). * Clifford Beshers : 2005/01/13 10:29:33 PST + files: 1 modified + kill_by_cwd fixes. (tos@lindows.com--2004/build-env--build-mar- lin--1.1--patch-7): - Patches applied: * tos@lindows.com--2004/build-env--upstream-los--1.1--patch-12 Replaced kill_by_cwd. -- Autobuilder Thu, 13 Jan 2005 10:40:15 -0800 build-env (1.1.8-0.0.0.50.linspire0.1) marlin; urgency=low * Autobuilder version increment (Reason(s): Source changes). * Clifford Beshers : 2005/01/10 19:26:57 PST + files: 1 modified + Syntax error in previous fix. (tos@lindows.com--2004/build-env--build-- marlin--1.1--patch-5): - Patches applied: * tos@lindows.com--2004/build-env--debian-los--1.1--patch-10 Syntax error in previous fix. * tos@lindows.com--2004/build-env--upstream-los--1.1--patch-11 Syntax error in previous fix. * Clifford Beshers : 2005/01/10 19:23:10 PST + files: 1 modified + Merging: Previous commit didn't have the patch. Sigh. (tos@lindows.- com--2004/build-env--build-marlin--1.1--patch-4): - Patches applied: * tos@lindows.com--2004/build-env--debian-los--1.1--patch-9 Merging: Previous commit didn't have the patch. Sigh. * tos@lindows.com--2004/build-env--upstream-los--1.1--patch-10 Previous commit didn't have the patch. Sigh. -- Autobuilder Mon, 10 Jan 2005 19:28:41 -0800 build-env (1.1.7-0.0.0.50.linspire0.2) marlin; urgency=low * Autobuilder version increment (Reason(s): Initial build by autobuilder). -- Autobuilder Mon, 10 Jan 2005 18:28:24 -0800 build-env (1.1.7-0.0.0.50.linspire0.1) marlin; urgency=low * Autobuilder version increment (Reason(s): Source changes). * Clifford Beshers : 2004/11/30 17:42:28 PST + files: 1 modified + More fixes for no update option. Don't zap the preferences and sources.list files. (tos@lindows.com--2004/build-env--build-marlin-unsta- ble--1.1--patch-17): - Patches applied: * tos@lindows.com--2004/build-env--upstream-los--1.1--patch-6 More fixes for no update option. Don't zap the preferences and sources.list files. -- Autobuilder Tue, 30 Nov 2004 17:43:59 -0800 build-env (1.1.6-0.0.0.50.linspire0.1) marlin; urgency=low * Autobuilder version increment (Reason(s): Source changes, Build dependency changes, changed: libdebutils-ocaml-dev (1.13-0.0.0.50.linspire0.2.0.7 => 1.13-0.0.0.50.linspire0.2.0.8), changed: libfargs-ocaml-dev (1.10-0.0.0.50.linspire0.3.0.2 => 1.10-0.0.0.50.linspire0.3.0.3), changed: liblog-ocaml-dev (1.2-0.0.0.50.linspire0.3.0.4 => 1.2-0.0.0.50.lin- spire0.3.0.5), changed: libunixutils-ocaml-dev (1.13-0.0.0.50.lin- spire0.5.0.4 => 1.13-0.0.0.50.linspire0.5.0.5), changed: ocaml (3.08.1-1.0.0.50.linspire0.3.0.1 => 3.08.1-1.0.0.50.linspire0.3.0.2)). * Clifford Beshers : 2004/11/30 13:49:18 PST + files: 1 modified + Merging patch for preferences. (tos@lindows.com--2004/build-env--build-- marlin-unstable--1.1--patch-15): - Patches applied: * tos@lindows.com--2004/build-env--debian-los--1.1--patch-4 Merging in fix for finding list files that I did in the build branch. * tos@lindows.com--2004/build-env--debian-los--1.1--patch-7 Add support for --preferences. -- Autobuilder Tue, 30 Nov 2004 13:54:35 -0800 build-env (1.1.5-0.0.0.50.linspire0.1) marlin; urgency=low * Autobuilder version increment (Reason(s): Source changes, Build dependency changes, changed: debhelper (4.2.23 => 4.2.24)). * Clifford Beshers : 2004/11/16 19:02:21 PST + files: 1 modified + Undoing resolv.conf change. (tos@lindows.com--2004/build-env--build-mar- lin-unstable--1.1--patch-13): - Patches applied: * tos@lindows.com--2004/build-env--upstream-los--1.1--patch-4 Undo resolv.conf change. Bad idea. -- Autobuilder Tue, 16 Nov 2004 19:08:21 -0800 build-env (1.1.4-0.0.0.50.linspire0.1) marlin; urgency=low * Autobuilder version increment (Reason(s): Source changes). * Clifford Beshers : 2004/11/14 14:14:30 PST + files: 1 modified + Fix for resolv.conf as symlink. (tos@lindows.com--2004/build-env--build-- marlin-unstable--1.1--patch-11): - Patches applied: * tos@lindows.com--2004/build-env--upstream-los--1.1--patch-3 resolv.conf may now be a symlink. Test and compensate. -- Autobuilder Sun, 14 Nov 2004 14:20:15 -0800 build-env (1.1.3-0.0.0.50.linspire0.1) marlin; urgency=low * Autobuilder version increment (Reason(s): Source changes). * Clifford Beshers : 2004/11/08 13:55:47 PST + files: 1 modified + Added message announcing call to kill_by_cwd. (tos@lindows.- com--2004/build-env--build-marlin-unstable--1.1--patch-9): -- Autobuilder Mon, 8 Nov 2004 14:06:14 -0800 build-env (1.1.2-0.0.0.50.linspire0.1.0.1) marlin; urgency=low * Autobuilder version increment (Reason(s): Build dependency changes, changed: debhelper (4.2.21 => 4.2.23), changed: libdebutils-ocaml-dev (1.13-0.0.0.50.linspire0.2.0.5 => 1.13-0.0.0.50.linspire0.2.0.7), changed: liblog-ocaml-dev (1.2-0.0.0.50.linspire0.3.0.2 => 1.2-0.0.0.50.lin- spire0.3.0.4), changed: libunixutils-ocaml-dev (1.13-0.0.0.50.lin- spire0.5.0.2 => 1.13-0.0.0.50.linspire0.5.0.4)). -- Autobuilder Sun, 7 Nov 2004 14:18:08 -0800 build-env (1.1.2-0.0.0.50.linspire0.1) marlin; urgency=low * Autobuilder version increment (Reason(s): Source changes). * Clifford Beshers : 2004/10/19 16:33:29 PDT + files: 1 modified + Fixed syntax error in --no-build-essential patch. (tos@lindows.- com--2004/build-env--build-marlin-unstable--1.1--patch-6): - Patches applied: * tos@lindows.com--2004/build-env--debian-los--1.1--patch-6 Fixed syntax error in --no-build-essential patch. * Clifford Beshers : 2004/10/19 16:18:01 PDT + files: 1 modified + Adding --no-build-essential flag. (tos@lindows.com--2004/build-en- v--build-marlin-unstable--1.1--patch-5): - Patches applied: * tos@lindows.com--2004/build-env--debian-los--1.1--patch-5 Added --no-build-essential option. -- Autobuilder Tue, 19 Oct 2004 16:35:02 -0700 build-env (1.1.1-0.0.0.50.linspire0.1) marlin; urgency=low * Autobuilder version increment (Reason(s): Source changes). * Clifford Beshers : 2004/10/19 16:10:23 PDT + files: 1 modified + For --no-update, don't look for lists in /tmp/debian.* (tos@lindows.- com--2004/build-env--build-marlin-unstable--1.1--patch-3): - In normal mode, build-env downloads all the list files to /tmp/debian.xxxxx, a generated directory. For no-update mode, we drop them into var/lib/apt/lists. I applied a fix for this, but really need to finish this off and make normal mode put the lists in the correct place and then use 'apt-cache gen-cache'. That may require a marlin apt-cach, not sure. -- Autobuilder Tue, 19 Oct 2004 16:12:33 -0700 build-env (1.1.0-0.0.0.50.linspire0.1) marlin; urgency=low * Autobuilder version increment (Reason(s): Initial build by autobuilder). -- Autobuilder Tue, 19 Oct 2004 12:19:49 -0700 build-env (1.1.0) unstable; urgency=low * Including --no-update option. Don't run 'apt-get update', assume sources.list and var/lib/apt/lists/* are valid and up-to-date. For use in iso build procedure (isolov-config). -- Clifford Beshers Mon, 18 Oct 2004 17:57:36 -0700 build-env (1.0.17-0.0.0.50.linspire0.1) marlin; urgency=low * Autobuilder version increment (Reason(s): Source changes, Build dependency changes, changed: libdebutils-ocaml-dev (1.12-0.0.0.50.lindows0.2.0.9 => 1.12-0.0.0.50.linspire0.3.0.4), changed: libfargs-ocaml-dev (1.10-0.0.0.50.lindows0.1.0.1 => 1.10-0.0.0.50.lindows0.2.0.1), changed: li- blog-ocaml-dev (1.0.1-0.0.0.50.lindows0.2.0.13 => 1.0.1-0.0.0.50.lin- spire0.3.0.2), changed: libunixutils-ocaml-dev (1.8-0.0.0.50.lindows0.1.0.1 => 1.9-0.0.0.50.linspire0.1.0.1), changed: ocaml (3.08.1-1.0.0.50.lindows0.1 => 3.08.1-1.0.0.50.lindows0.2)). * Jeremy Shaw : 2004/09/15 09:51:36 PDT + files: 1 modified + merged in changes from build-env--upstream-los--1.0 (tos@lindows.- com--2004/build-env--build-marlin--1.0--patch-14): - Patches applied: * tos@lindows.com--2004/build-env--experimental--1.0--base-0 tag of tos@lindows.com--2004/build-env--upstream-los--1.0--patch-6 * tos@lindows.com--2004/build-env--experimental--1.0--patch-1 major internal changes, fixes bug where -o fails for absolute paths * tos@lindows.com--2004/build-env--experimental--1.0--patch-2 catch nearly all signals and cleanup * tos@lindows.com--2004/build-env--upstream-los--1.0--patch-7 merged with experimental branch * tos@lindows.com--2004/build-env--upstream-los--1.0--patch-8 fixed bug affecting coho runs -- Autobuilder Wed, 15 Sep 2004 09:55:32 -0700 build-env (1.0.16-0.0.0.50.lindows0.1) marlin; urgency=low * Autobuilder version increment (Reason(s): Source changes, Build dependency changes, changed: debhelper (4.2.19 => 4.2.20), changed: libdebutils-ocaml- dev (1.12-0.0.0.50.lindows0.2.0.7 => 1.12-0.0.0.50.lindows0.2.0.9), changed: libfargs-ocaml-dev (1.10-0.0.0.50.lindows0.1 => 1.10- 0.0.0.50.lindows0.1.0.1), changed: liblog-ocaml-dev (1.0.1- 0.0.0.50.lindows0.2.0.12 => 1.0.1-0.0.0.50.lindows0.2.0.13), changed: libunixutils-ocaml- dev (1.8-0.0.0.50.lindows0.1 => 1.8-0.0.0.50.lindows0.1.0.1), changed: ocaml (3.08.0-2 => 3.08.1-1.0.0.50.lindows0.1)). * [Jeremy Shaw (tos@lindows.com--2004/build-env--build-marlin--1.0--patch- 12): 2004/08/26 15:17:25 PDT] merged with upstream (files: 1 modified) * [Jeremy Shaw (tos@lindows.com--2004/build-env--build-marlin--1.0--patch- 11): 2004/08/26 14:33:36 PDT] merged in changes from upstream (files: 1 modified) -- Autobuilder Thu, 26 Aug 2004 17:43:44 -0700 build-env (1.0.15-0.0.0.50.lindows0.1) marlin; urgency=low * Autobuilder version increment (Reason(s): Source changes, Packaging changes, Build dependency changes, changed: libdebutils-ocaml-dev (1.12- 0.0.0.50.lindows0.2.0.5 => 1.12-0.0.0.50.lindows0.2.0.7), changed: libunixutils-ocaml- dev (1.6-0.0.0.50.lindows0.2 => 1.8-0.0.0.50.lindows0.1)). * [Jeremy Shaw (tos@lindows.com--2004/build-env--build-marlin--1.0--patch- 9): 2004/08/19 15:02:40 PDT] merged with debian-los (files: 1 modified) * [Jeremy Shaw (tos@lindows.com--2004/build-env--build-marlin--1.0--patch- 8): 2004/08/19 13:57:51 PDT] merged in upstream-los (files: 1 modified) * [Jeremy Shaw (tos@lindows.com--2004/build-env--build-marlin--1.0--patch- 7): 2004/08/18 17:31:50 PDT] oops. really replay upstream-los (files: 1 modified) -- Autobuilder Thu, 19 Aug 2004 19:12:09 -0700 build-env (1.0.14-0.0.0.50.lindows0.2) marlin; urgency=low * Autobuilder version increment (Reason(s): Force release increment). -- Autobuilder Wed, 18 Aug 2004 15:46:36 -0700 build-env (1.0.14-0.0.0.50.lindows0.1) marlin; urgency=low * Autobuilder version increment (Reason(s): Source changes, Build dependency changes, changed: debhelper (4.2.15 => 4.2.19), changed: libdebutils-ocaml- dev (1.12-0.0.0.50.lindows0.2.0.3 => 1.12-0.0.0.50.lindows0.2.0.5), changed: libfargs-ocaml-dev (1.8-3.0.0.50.lindows0.2.0.9 => 1.10- 0.0.0.50.lindows0.1), changed: liblog-ocaml-dev (1.0.1- 0.0.0.50.lindows0.2.0.11 => 1.0.1-0.0.0.50.lindows0.2.0.12), changed: libunixutils-ocaml- dev (1.6-0.0.0.50.lindows0.1.0.5 => 1.6-0.0.0.50.lindows0.2), changed: ocaml (3.07.2a-4.0.0.50.lindows0.1 => 3.08.0-2), changed: ocaml-findlib (1.0.3-1 => 1.0.4-2)). * [Jeremy Shaw (tos@lindows.com--2004/build-env--build-marlin--1.0--patch- 3): 2004/08/18 11:00:04 PDT] merged in latest upstream-los (files: 1 modified) -- Autobuilder Wed, 18 Aug 2004 15:39:54 -0700 build-env (1.0.13-0.0.0.50.lindows0.2) marlin; urgency=low * Autobuilder version increment (Reason(s): Initial build by autobuilder). -- Autobuilder Tue, 17 Aug 2004 17:40:08 -0700 build-env (1.0.13-0.0.0.50.lindows0.1.0.8) marlin; urgency=low * Autobuilder version increment (Reason(s): Build dependency changes: changed: liblog-ocaml-dev (1.0.1-0.0.0.50.lindows0.2.0.10 => 1.0.1- 0.0.0.50.lindows0.2.0.11), changed: libdebutils-ocaml-dev (1.12- 0.0.0.50.lindows0.2.0.2 => 1.12-0.0.0.50.lindows0.2.0.3), changed: libunixutils-ocaml- dev (1.6-0.0.0.50.lindows0.1.0.4 => 1.6-0.0.0.50.lindows0.1.0.5)). -- Autobuilder Sun, 8 Aug 2004 09:05:01 -0700 build-env (1.0.13-0.0.0.50.lindows0.1.0.7) marlin; urgency=low * Autobuilder version increment (Reason(s): Build dependency changes: changed: liblog-ocaml-dev (1.0.1-0.0.0.50.lindows0.2.0.9 => 1.0.1- 0.0.0.50.lindows0.2.0.10), changed: libdebutils-ocaml-dev (1.12- 0.0.0.50.lindows0.2.0.1 => 1.12-0.0.0.50.lindows0.2.0.2), changed: libunixutils-ocaml- dev (1.6-0.0.0.50.lindows0.1.0.3 => 1.6-0.0.0.50.lindows0.1.0.4)). -- Autobuilder Sun, 8 Aug 2004 04:44:33 -0700 build-env (1.0.13-0.0.0.50.lindows0.1.0.6) marlin; urgency=low * Autobuilder version increment (Reason(s): Build dependency changes: changed: liblog-ocaml-dev (1.0.1-0.0.0.50.lindows0.2.0.8 => 1.0.1- 0.0.0.50.lindows0.2.0.9), changed: libdebutils-ocaml-dev (1.12- 0.0.0.50.lindows0.2 => 1.12-0.0.0.50.lindows0.2.0.1), changed: libunixutils-ocaml- dev (1.6-0.0.0.50.lindows0.1.0.2 => 1.6-0.0.0.50.lindows0.1.0.3)). -- Autobuilder Tue, 27 Jul 2004 06:33:49 -0700 build-env (1.0.13-0.0.0.50.lindows0.1.0.5) marlin; urgency=low * Autobuilder version increment (Reason(s): Build dependency changes: changed: liblog-ocaml-dev (1.0.1-0.0.0.50.lindows0.2.0.7 => 1.0.1- 0.0.0.50.lindows0.2.0.8), changed: libdebutils-ocaml-dev (1.12- 0.0.0.50.lindows0.1 => 1.12-0.0.0.50.lindows0.2), changed: libunixutils-ocaml- dev (1.6-0.0.0.50.lindows0.1.0.1 => 1.6-0.0.0.50.lindows0.1.0.2), changed: ocaml (3.07.2a-4 => 3.07.2a-4.0.0.50.lindows0.1), changed: libfargs-ocaml- dev (1.8-3.0.0.50.lindows0.2.0.8 => 1.8-3.0.0.50.lindows0.2.0.9)). -- Autobuilder Tue, 20 Jul 2004 22:39:55 -0700 build-env (1.0.13-0.0.0.50.lindows0.1.0.4) marlin; urgency=low * Autobuilder version increment (Reason(s): Build dependency changes: changed: libdebutils-ocaml-dev (1.11-0.0.0.50.lindows0.2.0.7 => 1.12- 0.0.0.50.lindows0.1)). -- Autobuilder Sat, 17 Jul 2004 06:23:13 -0700 build-env (1.0.13-0.0.0.50.lindows0.1.0.3) marlin; urgency=low * Autobuilder version increment (Reason(s): Build dependency changes: changed: liblog-ocaml-dev (1.0.1-0.0.0.50.lindows0.2.0.6 => 1.0.1- 0.0.0.50.lindows0.2.0.7), changed: libdebutils-ocaml-dev (1.11- 0.0.0.50.lindows0.2.0.6 => 1.11-0.0.0.50.lindows0.2.0.7), changed: debhelper (4.2.13 => 4.2.15), changed: libunixutils-ocaml-dev (1.6-0.0.0.50.lindows0.1 => 1.6-0.0.0.50.lindows0.1.0.1), changed: ocaml (3.07.2a- 2.0.0.50.lindows0.3.0.2 => 3.07.2a-4), changed: libfargs-ocaml-dev (1.8- 3.0.0.50.lindows0.2.0.7 => 1.8-3.0.0.50.lindows0.2.0.8)). -- Autobuilder Wed, 14 Jul 2004 12:11:10 -0700 build-env (1.0.13-0.0.0.50.lindows0.1.0.2) marlin; urgency=low * Autobuilder version increment (Reason(s): Build dependency changes: changed: liblog-ocaml-dev (1.0.1-0.0.0.50.lindows0.2.0.5 => 1.0.1- 0.0.0.50.lindows0.2.0.6), changed: libdebutils-ocaml-dev (1.11- 0.0.0.50.lindows0.2.0.5 => 1.11-0.0.0.50.lindows0.2.0.6), changed: debhelper (4.2.11 => 4.2.13), changed: libunixutils-ocaml-dev (1.5- 3.0.0.50.lindows0.5.0.4 => 1.6-0.0.0.50.lindows0.1), changed: ocaml (3.07.2a- 2.0.0.50.lindows0.3.0.1 => 3.07.2a-2.0.0.50.lindows0.3.0.2), changed: libfargs-ocaml- dev (1.8-3.0.0.50.lindows0.2.0.6 => 1.8-3.0.0.50.lindows0.2.0.7)). -- Autobuilder Sat, 10 Jul 2004 07:36:03 -0700 build-env (1.0.13-0.0.0.50.lindows0.1.0.1) marlin; urgency=low * Autobuilder version increment (Reason(s): Build dependency changes: changed: liblog-ocaml-dev (1.0.1-0.0.0.50.lindows0.2.0.4 => 1.0.1- 0.0.0.50.lindows0.2.0.5), changed: libdebutils-ocaml-dev (1.11- 0.0.0.50.lindows0.2.0.4 => 1.11-0.0.0.50.lindows0.2.0.5), changed: libunixutils-ocaml- dev (1.5-3.0.0.50.lindows0.5.0.3 => 1.5-3.0.0.50.lindows0.5.0.4)). -- Autobuilder Thu, 24 Jun 2004 15:31:06 -0700 build-env (1.0.13-0.0.0.50.lindows0.1) marlin; urgency=low * Autobuilder version increment (Reason(s): Repository code changes, Build dependency changes: changed: liblog-ocaml-dev (1.0.1-0.0.0.50.lindows0.2.0.3 => 1.0.1-0.0.0.50.lindows0.2.0.4), changed: libdebutils-ocaml-dev (1.11- 0.0.0.50.lindows0.2.0.3 => 1.11-0.0.0.50.lindows0.2.0.4), changed: debhelper (4.2.8 => 4.2.11), changed: libunixutils-ocaml-dev (1.5- 3.0.0.50.lindows0.5.0.2 => 1.5-3.0.0.50.lindows0.5.0.3), changed: ocaml (3.07.2a- 2.0.0.50.lindows0.3 => 3.07.2a-2.0.0.50.lindows0.3.0.1), changed: libfargs-ocaml- dev (1.8-3.0.0.50.lindows0.2.0.5 => 1.8-3.0.0.50.lindows0.2.0.6)). * [beshers: 2004/06/07 12:24:57 PST] Applied changes to get error reporting out of the chroot functions. (1 file) -- Autobuilder Mon, 7 Jun 2004 15:36:42 -0700 build-env (1.0.12-1.0.0.50.lindows0.6.0.13) marlin; urgency=low * Autobuilder version increment (Reason(s): Build dependency changes: changed: liblog-ocaml-dev (1.0.1-0.0.0.50.lindows0.2.0.2 => 1.0.1- 0.0.0.50.lindows0.2.0.3), changed: libdebutils-ocaml-dev (1.11- 0.0.0.50.lindows0.2.0.2 => 1.11-0.0.0.50.lindows0.2.0.3), changed: libunixutils-ocaml- dev (1.5-3.0.0.50.lindows0.5.0.1 => 1.5-3.0.0.50.lindows0.5.0.2)). -- Autobuilder Sun, 6 Jun 2004 15:37:24 -0700 build-env (1.0.12-1.0.0.50.lindows0.6.0.12) marlin; urgency=low * Autobuilder version increment (Reason(s): Build dependency changes: changed: liblog-ocaml-dev (1.0.1-0.0.0.50.lindows0.2.0.1 => 1.0.1- 0.0.0.50.lindows0.2.0.2), changed: libdebutils-ocaml-dev (1.11- 0.0.0.50.lindows0.2.0.1 => 1.11-0.0.0.50.lindows0.2.0.2), changed: libunixutils-ocaml- dev (1.5-3.0.0.50.lindows0.5 => 1.5-3.0.0.50.lindows0.5.0.1)). -- Autobuilder Sat, 29 May 2004 14:14:10 -0700 build-env (1.0.12-1.0.0.50.lindows0.6.0.11) marlin; urgency=low * Autobuilder version increment (Reason(s): Build dependency changes: changed: liblog-ocaml-dev (1.0.1-0.0.0.50.lindows0.2 => 1.0.1- 0.0.0.50.lindows0.2.0.1), changed: libdebutils-ocaml-dev (1.11- 0.0.0.50.lindows0.2 => 1.11-0.0.0.50.lindows0.2.0.1), changed: libunixutils-ocaml- dev (1.5-3.0.0.50.lindows0.4 => 1.5-3.0.0.50.lindows0.5), changed: ocaml (3.07.2a- 2.0.0.50.lindows0.2 => 3.07.2a-2.0.0.50.lindows0.3), changed: libfargs-ocaml- dev (1.8-3.0.0.50.lindows0.2.0.4 => 1.8-3.0.0.50.lindows0.2.0.5)). -- Autobuilder Tue, 18 May 2004 15:28:50 -0700 build-env (1.0.12-1.0.0.50.lindows0.6.0.10) marlin; urgency=low * Autobuilder version increment (Reason(s): Build dependency changes: changed: liblog-ocaml-dev (1.0.1-0.0.0.50.lindows0.1.0.5 => 1.0.1- 0.0.0.50.lindows0.2), changed: libdebutils-ocaml-dev (1.11- 0.0.0.50.lindows0.1.0.1 => 1.11-0.0.0.50.lindows0.2), changed: libunixutils-ocaml- dev (1.5-3.0.0.50.lindows0.3.0.9 => 1.5-3.0.0.50.lindows0.4)). -- Autobuilder Tue, 11 May 2004 20:51:30 -0700 build-env (1.0.12-1.0.0.50.lindows0.6.0.9) marlin; urgency=low * Autobuilder version increment (Reason(s): Build dependency changes: changed: liblog-ocaml-dev (1.0.1-0.0.0.50.lindows0.1.0.4 => 1.0.1- 0.0.0.50.lindows0.1.0.5), changed: libdebutils-ocaml-dev (1.11- 0.0.0.50.lindows0.1 => 1.11-0.0.0.50.lindows0.1.0.1), changed: libunixutils-ocaml- dev (1.5-3.0.0.50.lindows0.3.0.8 => 1.5-3.0.0.50.lindows0.3.0.9), changed: ocaml (3.07.2a-2 => 3.07.2a-2.0.0.50.lindows0.2), changed: libfargs-ocaml- dev (1.8-3.0.0.50.lindows0.2.0.3 => 1.8-3.0.0.50.lindows0.2.0.4)). -- Autobuilder Mon, 03 May 2004 17:46:17 -0700 build-env (1.0.12-1.0.0.50.lindows0.6.0.8) marlin; urgency=low * Autobuilder version increment (Reason(s): Build dependency changes: changed: libdebutils-ocaml-dev (1.10-0.0.0.50.lindows0.1 => 1.11- 0.0.0.50.lindows0.1)). -- Autobuilder Mon, 26 Apr 2004 21:11:12 -0700 build-env (1.0.12-1.0.0.50.lindows0.6.0.7) marlin; urgency=low * Autobuilder version increment (Reason(s): Build dependency changes: changed: libdebutils-ocaml-dev (1.9-0.0.0.50.lindows0.1 => 1.10- 0.0.0.50.lindows0.1)). -- Autobuilder Mon, 26 Apr 2004 20:58:26 -0700 build-env (1.0.12-1.0.0.50.lindows0.6.0.6) marlin; urgency=low * Autobuilder version increment (Reason(s): Build dependency changes: changed: libdebutils-ocaml-dev (1.8-10.0.0.50.lindows0.4.0.5 => 1.9- 0.0.0.50.lindows0.1)). -- Autobuilder Mon, 26 Apr 2004 19:15:50 -0700 build-env (1.0.12-1.0.0.50.lindows0.6.0.5) marlin; urgency=low * Autobuilder version increment (Reason(s): Build dependency changes: changed: liblog-ocaml-dev (1.0.1-0.0.0.50.lindows0.1.0.3 => 1.0.1- 0.0.0.50.lindows0.1.0.4), changed: libdebutils-ocaml-dev (1.8- 10.0.0.50.lindows0.4.0.4 => 1.8-10.0.0.50.lindows0.4.0.5), changed: libunixutils-ocaml- dev (1.5-3.0.0.50.lindows0.3.0.7 => 1.5-3.0.0.50.lindows0.3.0.8)). -- Autobuilder Mon, 26 Apr 2004 05:07:41 -0700 build-env (1.0.12-1.0.0.50.lindows0.6.0.4) marlin; urgency=low * Autobuilder version increment (Reason(s): Build dependency changes: changed: liblog-ocaml-dev (1.0.1-0.0.0.50.lindows0.1.0.2 => 1.0.1- 0.0.0.50.lindows0.1.0.3), changed: libdebutils-ocaml-dev (1.8- 10.0.0.50.lindows0.4.0.3 => 1.8-10.0.0.50.lindows0.4.0.4), changed: libunixutils-ocaml- dev (1.5-3.0.0.50.lindows0.3.0.6 => 1.5-3.0.0.50.lindows0.3.0.7)). -- Autobuilder Sat, 24 Apr 2004 21:40:10 -0700 build-env (1.0.12-1.0.0.50.lindows0.6.0.3) marlin; urgency=low * Autobuilder version increment (Reason(s): Build dependency changes: changed: liblog-ocaml-dev (1.0.1-0.0.0.50.lindows0.1.0.1 => 1.0.1- 0.0.0.50.lindows0.1.0.2), changed: libdebutils-ocaml-dev (1.8- 10.0.0.50.lindows0.4.0.2 => 1.8-10.0.0.50.lindows0.4.0.3), changed: libunixutils-ocaml- dev (1.5-3.0.0.50.lindows0.3.0.5 => 1.5-3.0.0.50.lindows0.3.0.6)). -- Autobuilder Sat, 24 Apr 2004 20:26:28 -0700 build-env (1.0.12-1.0.0.50.lindows0.6.0.2) marlin; urgency=low * Autobuilder version increment (Reason(s): Build dependency changes: changed: liblog-ocaml-dev (1.0.1-0.0.0.50.lindows0.1 => 1.0.1- 0.0.0.50.lindows0.1.0.1), changed: libdebutils-ocaml-dev (1.8- 10.0.0.50.lindows0.4.0.1 => 1.8-10.0.0.50.lindows0.4.0.2), changed: libunixutils-ocaml- dev (1.5-3.0.0.50.lindows0.3.0.4 => 1.5-3.0.0.50.lindows0.3.0.5)). -- Autobuilder Sat, 24 Apr 2004 07:27:34 -0700 build-env (1.0.12-1.0.0.50.lindows0.6.0.1) marlin; urgency=low * Autobuilder version increment (Reason(s): Build dependency changes: changed: liblog-ocaml-dev (1.0.0-6.0.0.50.lindows0.1.0.1 => 1.0.1- 0.0.0.50.lindows0.1), changed: libdebutils-ocaml-dev (1.8- 10.0.0.50.lindows0.4 => 1.8-10.0.0.50.lindows0.4.0.1), changed: libunixutils-ocaml- dev (1.5-3.0.0.50.lindows0.3.0.3 => 1.5-3.0.0.50.lindows0.3.0.4), changed: libfargs-ocaml-dev (1.8-3.0.0.50.lindows0.2.0.2 => 1.8- 3.0.0.50.lindows0.2.0.3)). -- Autobuilder Sat, 24 Apr 2004 06:44:49 -0700 build-env (1.0.12-1.0.0.50.lindows0.6) marlin; urgency=low * Autobuilder version increment (Reason(s): Repository code changes, Build dependency changes: changed: debhelper (4.2.7 => 4.2.8)). * [beshers: 2004/04/15 10:03:27 PST] Added a big cache limit to apt-get update. (1 file) -- Autobuilder Thu, 15 Apr 2004 12:41:38 -0700 build-env (1.0.12-1.0.0.50.lindows0.5) marlin; urgency=low * Autobuilder version increment (Reason(s): Repository code changes, Repository packaging changes, Build dependency changes: changed: libdebutils-ocaml-dev (1.8-10.0.0.50.lindows0.3.0.2 => 1.8-10.0.0.50.lindows0.4)). * [dsf: 2004/04/04 08:47:22 PST] Remove dependency on libdsf. (1 file) * [dsf: 2004/04/04 08:45:29 PST] Eliminate dependencies on libdsf. (1 file) * [dsf: 2004/04/04 08:45:15 PST] Eliminate dependencies on libdsf. (1 file) -- Autobuilder Sun, 4 Apr 2004 09:56:58 -0700 build-env (1.0.12-1.0.0.50.lindows0.4.0.1) marlin; urgency=low * Autobuilder version increment (Reason(s): Build dependency changes: changed: libdebutils-ocaml-dev (1.8-10.0.0.50.lindows0.3.0.1 => 1.8-10.0.0.50.lindows0.3.0.2), changed: libunixutils-ocaml-dev (1.5-3.0.0.50.lindows0.3.0.2 => 1.5-3.0.0.50.lindows0.3.0.3)). -- Autobuilder Sun, 4 Apr 2004 07:24:43 -0700 build-env (1.0.12-1.0.0.50.lindows0.4) marlin; urgency=low * Autobuilder version increment (Reason(s): Repository code changes). * [beshers: 2004/03/31 16:53:59 PST] Committing the changes for --force- overwrite. (1 file) -- Autobuilder Wed, 31 Mar 2004 16:58:27 -0800 build-env (1.0.12-1.0.0.50.lindows0.3) marlin; urgency=low * Autobuilder version increment (Reason(s): Repository code changes, Build dependency changes: changed: libdsf-ocaml (1.29-2.0.0.50.lindows0.1 => 1.29-2.0.0.50.lindows0.3.0.1), changed: liblog-ocaml-dev (1.0.0-6.0.0.50.lindows0.1 => 1.0.0-6.0.0.50.lindows0.1.0.1), changed: libdebutils-ocaml-dev (1.8-10.0.0.50.lindows0.3 => 1.8-10.0.0.50.lindows0.3.0.1), changed: debhelper (4.2.4 => 4.2.7), changed: libunixutils-ocaml-dev (1.5-3.0.0.50.lindows0.3 => 1.5-3.0.0.50.lindows0.3.0.2), changed: libfargs-ocaml-dev (1.8-3.0.0.50.lindows0.2 => 1.8-3.0.0.50.lindows0.2.0.2)). * [beshers: 2004/03/30 16:40:56 PST] Fixed the previous fix. --force-overwrite was attached to the wrong invocation of dpkg. Needed to go on the --unpack version. (1 file) * [beshers: 2004/03/30 16:12:14 PST] Added an option to allow passing --force-overwrite to dpkg for the essential packages only. Allows workaround for sid bug. (1 file) * [beshers: 2004/03/30 14:44:15 PST] Modified build-env and use-env to handle neutering of start-stop-daemon better. The programs are left intact after a build-env, but neutered during use-env. (2 files) -- Autobuilder Tue, 30 Mar 2004 16:58:04 -0800 build-env (1.0.12-1.0.0.50.lindows0.2) unstable; urgency=low * Autobuilder version increment (Reason(s): Repository code changes). * [beshers: 2004/03/22 23:30:41 PST] Added a umount for /dev/shm. (1 file) -- Autobuilder Tue, 23 Mar 2004 00:17:23 -0800 build-env (1.0.12-1.0.0.50.lindows0.1) unstable; urgency=low * Proper version scheme added for marlin. -- Laurence Mauer Fri, 19 Mar 2004 14:28:53 -0800 build-env (1.0.12-1) unstable; urgency=low * Autobuilder version increment (Reason(s): Repository code changes, Build dependency changes: changed: libdsf-ocaml (1.29-1 => 1.29- 2.0.0.50.lindows0.1), changed: liblog-ocaml-dev (1.0.0- 5.0.0.50.lindows0.1 => 1.0.0-6.0.0.50.lindows0.1), changed: libdebutils-ocaml-dev (1.8-10.0.0.50.lindows0.2 => 1.8- 10.0.0.50.lindows0.3), changed: libunixutils-ocaml-dev (1.5-2 => 1.5-3.0.0.50.lindows0.3), changed: libfargs-ocaml-dev (1.8- 3.0.0.50.lindows0.1 => 1.8-3.0.0.50.lindows0.2)). * [beshers: 2004/03/18 10:42:44 PST] Use either gawk or mawk. (1 file) -- Autobuilder Fri, 19 Mar 2004 10:56:12 -0800 build-env (1.0.11-7.0.0.50.lindows0.1) unstable; urgency=low * Verion forked for marlin. -- Laurence Mauer Tue, 09 Mar 2004 15:46:34 -0800 build-env (1.0.11-7) unstable; urgency=low * Autobuilder version increment (Reason(s): Build dependency changes: changed: libdsf-ocaml (1.25-4 => 1.26-1), changed: libdebutils- ocaml-dev (1.8-9 => 1.8-10), changed: libunixutils-ocaml-dev (1.3-2 => 1.4-1)). -- Autobuilder Sat, 24 Jan 2004 16:47:31 -0800 build-env (1.0.11-6) unstable; urgency=low * Autobuilder version increment (Reason(s): Build dependency changes: changed: libdsf-ocaml (1.25-3 => 1.25-4), changed: libunixutils- ocaml-dev (1.3-1.cnr1 => 1.3-2), changed: ocaml (3.06- 15.lindows3.cnr1 => 3.06-15.lindows3), changed: libdebutils-ocaml- dev (1.8-8 => 1.8-9)). -- Autobuilder Fri, 5 Dec 2003 08:56:33 -0800 build-env (1.0.11-5) unstable; urgency=low * Autobuilder version increment (Reason(s): Build dependency changes: changed: libdebutils-ocaml-dev (1.8-7 => 1.8-8)). -- Autobuilder Sat, 15 Nov 2003 09:04:27 -0800 build-env (1.0.11-4) unstable; urgency=low * Autobuilder version increment (Reason(s): Build dependency changes: changed: libdebutils-ocaml-dev (1.8-6 => 1.8-7)). -- Autobuilder Wed, 5 Nov 2003 13:59:39 -0800 build-env (1.0.11-3) unstable; urgency=low * Autobuilder version increment (Reason(s): Build dependency changes: changed: libdebutils-ocaml-dev (1.8-5.cnr1 => 1.8-6)). -- Autobuilder Wed, 5 Nov 2003 07:54:45 -0800 build-env (1.0.11-2) unstable; urgency=low * Autobuilder version increment (Reason(s): Repository code changes, Repository packaging changes). * [jeremy: 2003/11/04 10:13:19 PDT] Added '--force-exists' so that you can use a pre-existing output directory. (1 file) * [jeremy: 2003/10/28 12:12:27 PDT] Depends on 'ar' which is in binutils. (1 file) -- Autobuilder Tue, 4 Nov 2003 09:43:59 -0800 build-env (1.0.11-1) unstable; urgency=low * Autobuilder version increment (Reason(s): Repository code changes). * [jeremy: 2003/10/20 14:15:46 PDT] updated example invocations. (1 file) -- Autobuilder Mon, 20 Oct 2003 14:49:52 -0700 build-env (1.0.10-1) unstable; urgency=low * Autobuilder version increment (Reason(s): Repository code changes, Build dependency changes: changed: libdebutils-ocaml-dev (1.8-5 => 1.8-5.cnr1)). * [jeremy: 2003/10/17 13:43:49 PDT] attempt to umount /dev/pts. (1 file) * [jeremy: 2003/10/17 13:42:27 PDT] need to escape \ for \\$ (1 file) -- Autobuilder Mon, 20 Oct 2003 14:30:55 -0700 build-env (1.0.9-1) unstable; urgency=low * Autobuilder version increment (Reason(s): Repository code changes, Repository packaging changes, Build dependency changes: changed: libunixutils-ocaml-dev (1.2-5.cnr1 => 1.3-1.cnr1), changed: libdebutils-ocaml-dev (1.8-3.cnr1 => 1.8-5)). * [jeremy: 2003/10/15 14:38:06 PDT] oops, no need to list libfargs- ocaml-dev twice. (1 file) * [jeremy: 2003/10/15 14:22:23 PDT] Attempt to kill_by_cwd all processes in chroot before unmounting /proc and /dev. If we fail to unmount /proc or /dev, keep going, but warn user. (2 files) -- Autobuilder Wed, 15 Oct 2003 15:28:29 -0700 build-env (1.0.8-1) unstable; urgency=low * Autobuilder version increment (Reason(s): Repository code changes, Build dependency changes: changed: libdsf-ocaml (1.25-1 => 1.25-3), changed: liblog-ocaml-dev (1.0.0-3 => 1.0.0-5.cnr1), changed: libunixutils-ocaml-dev (1.2-3 => 1.2-5.cnr1), changed: ocaml (3.06- 21 => 3.06-15.lindows3.cnr1), changed: libfargs-ocaml-dev (1.8- 1.0.1.cnr1 => 1.8-3.cnr1), changed: libdebutils-ocaml-dev (1.8-1 => 1.8-3.cnr1), changed: debhelper (4.1.74 => 4.1.45)). * [jeremy: 2003/10/14 10:40:53 PDT] oops. changed -S to -A (1 file) -- Autobuilder Tue, 14 Oct 2003 14:45:58 -0700 build-env (1.0.7-1) unstable; urgency=low * Autobuilder version increment (Reason(s): Repository code changes, Repository packaging changes, Build dependency changes: new: libdsf- ocaml (1.25-1), changed: liblog-ocaml-dev (1.0.0-2.0.1.cnr1 => 1.0.0-3), changed: libunixutils-ocaml-dev (1.2-1.0.1.cnr1 => 1.2-3), changed: libfargs-ocaml-dev (1.7-2.0.1.cnr1 => 1.8-1.0.1.cnr1), changed: libdebutils-ocaml-dev (1.7-2.0.1.cnr1 => 1.8-1)). * [jeremy: 2003/10/13 17:04:52 PDT] Updated build-depends to point to new versions of ocaml libraries where needed. (1 file) * [jeremy: 2003/10/13 17:04:16 PDT] Removed bogus reference to libmisc.a (1 file) * [jeremy: 2003/10/13 17:03:53 PDT] Added support for ssh in sources.list Removed need for explicit ./ Added -m to construct a fake sources.list automatically. (1 file) * [jeremy: 2003/10/13 17:02:47 PDT] Added -X and -A options. Added hooks for calling user's scripts. (1 file) * [beshers: 2003/10/07 14:20:44 PDT] s/DEBCONF/DEBIAN/ (1 file) * [beshers: 2003/10/06 17:47:12 PDT] Ask me no questions and I'll tell you no lies. (1 file) -- Autobuilder Mon, 13 Oct 2003 17:41:51 -0700 build-env (1.0.6-1) unstable; urgency=low * Autobuilder version increment (Reason(s): Repository code changes, Build dependency changes: changed: debhelper (4.1.73 => 4.1.74)). * [jeremy: 2003/10/06 12:29:41 PDT] Copy resolv.conf and /etc/hosts into chroot so that sources.list can have hostnames in it. Abort if the output directory already exists. (1 file) * [jeremy: 2003/10/06 12:27:21 PDT] Fixed a bug installing mailname, resolve.conf, and dupload.conf. (1 file) -- Autobuilder Mon, 6 Oct 2003 15:26:40 -0700 build-env (1.0.5-1) unstable; urgency=low * Autobuilder version increment (Reason(s): Repository code changes, Build dependency changes: changed: ocaml (3.06-17 => 3.06-21)). * [jeremy: 2003/10/03 14:29:59 PDT] Added new functionality: you can now generate a test environment from a LindowsOS iso. Removed silly --cache option. (1 file) * [jeremy: 2003/10/03 14:29:08 PDT] cp config files more intelligently. Copy whole .ssh directory. (1 file) -- Autobuilder Fri, 3 Oct 2003 16:16:26 -0700 build-env (1.0.4-2) unstable; urgency=low * Autobuilder version increment (Reason(s): Repository packaging changes, Build dependency changes: changed: liblog-ocaml-dev (1.0.0- 2 => 1.0.0-2.0.1.cnr1), changed: libdebutils-ocaml-dev (1.7-2 => 1.7-2.0.1.cnr1), changed: libunixutils-ocaml-dev (1.2-1 => 1.2- 1.0.1.cnr1), changed: libfargs-ocaml-dev (1.7-2 => 1.7-2.0.1.cnr1)). * [jeremy: 2003/09/30 10:45:20 PDT] Automatically generate shared library deps. (2 files) -- Autobuilder Tue, 30 Sep 2003 11:24:59 -0700 build-env (1.0.4-1) unstable; urgency=low * Autobuilder version increment (Reason(s): Repository code changes). * [jeremy: 2003/09/29 15:29:02 PDT] oops, use log not log_nl. (1 file) * [jeremy: 2003/09/29 14:34:37 PDT] Print 'Completed Successfully' when appropriate. (1 file) * [jeremy: 2003/09/29 14:34:14 PDT] Put build-env directory in command prompt. (1 file) -- Autobuilder Mon, 29 Sep 2003 16:12:52 -0700 build-env (1.0.3-1) unstable; urgency=low * Autobuilder version increment (Reason(s): Repository code changes). * [jeremy: 2003/09/29 10:11:29 PDT] Updated help text. (1 file) -- Autobuilder Mon, 29 Sep 2003 10:52:36 -0700 build-env (1.0.2-1) unstable; urgency=low * Autobuilder version increment (Reason(s): Repository code changes). * [jeremy: 2003/09/26 14:26:58 PDT] trap SIGHUP and call cleanup, so if someone closes the xterm, the window still gets cleaned up. (1 file) -- Autobuilder Fri, 26 Sep 2003 16:30:22 -0700 build-env (1.0.1-1) unstable; urgency=low * Autobuilder version increment (Reason(s): Repository code changes). * [jeremy: 2003/09/25 09:54:46 PDT] need to copy .Xauthority everytime because it changes. (1 file) -- Autobuilder Thu, 25 Sep 2003 10:37:54 -0700 build-env (1.0.0-1) unstable; urgency=low * Autobuilder version increment (Reason(s): Initial build by autobuilder). -- Autobuilder Wed, 24 Sep 2003 12:00:07 -0700 build-env (1.0.0) unstable; urgency=low * Initial Release -- Jeremy Shaw Wed, 17 Sep 2003 11:34:12 -0700