Releasing debian version 5.0~a4-1.
[debian-live-build.git] / debian / changelog
blob7dcc7bd109ca8c846a9e92cba5d96bc93f413523
1 live-build (5.0~a4-1) unstable; urgency=low
3   [ Richard Nelson ]
4   * Adding live-build version information to the footer of live-build-cgi
5     footer.html.
7   [ Daniel Baumann ]
8   * Adding hook to create locales files.
10   [ victory ]
11   * Unfuzzy Japanese translation.
13   [ Richard Nelson ]
14   * Rename LIVE_IMAGE_TYPE to LB_BINARY_IMAGES on l-b-cgi frontend.
15   * Initial commit to provide biuld status on l-b-cgi frontend.
16   * Harmonize variables on build status script for l-b-cgi frontend.
17   * Added output of processing builds to status page for l-b-cgi frontend.
18   * On status output of running builds only count directories for l-b-cgi
19     frontend.
20   * Adding live option for debian_installer in template for l-b-cgi
21     frontend.
23   [ Daniel Reichelt ]
24   * Don't truncate files outside the build chroot.
26  -- Daniel Baumann <mail@daniel-baumann.ch>  Sun, 26 Apr 2015 20:20:53 +0200
28 live-build (5.0~a3-1) experimental; urgency=low
30   [ Daniel Baumann ]
31   * Removing spurious .grep.swp temporary file in source tree.
32   * Adding check for isolinux build-depends in chroot.
33   * Updating d-i bootparameter separator for jessie.
34   * Enabling security and release updates for jessie.
35   * Correcting typo in stagefile check for includes.chroot.
36   * Using -iso-level 3 option for xorriso to work with image sizes beyond
37     4 GB (Closes: #775424).
38   * Correcting packagelist parsing when packages are listed with notation
39     of a specific version (Closes: #775832).
40   * Switching to default to linux-image-586 on i386.
42   [ Fathi Boudra ]
43   * Adding linux flavours for arm64/armhf architectures.
45   [ Daniel Baumann ]
46   * Making functions/chroot_bind_path.sh executable within the source tree
47     (Closes: #777096).
48   * Using same logic to create the source/.disk/archive_trace for
49     binary/.disk/archive_trace too (Closes: #774200).
50   * Applying patch from jnqnfe <jnqnfe@gmail.com> to correct grub2
51     bootloader directory within the binary images (Closes: #775316).
53  -- Daniel Baumann <mail@daniel-baumann.ch>  Sat, 07 Feb 2015 06:57:26 +0100
55 live-build (5.0~a2-1) experimental; urgency=low
57   [ Raphaël Hertzog ]
58   * Skip comments in package lists.
60   [ Jan Blunck ]
61   * Bind local repository into chroot directory.
63   [ jnqnfe ]
64   * Address "should check that we're building on debian through e.g. a
65     'derivative-is-based-on' variable or somesuch" fixme.
67   [ Daniel Baumann ]
68   * Updating misc settings for progress-linux.
69   * Cleaning up from python removal (LIVE_IMAGE_PARENT_ARCHIVE_AREAS).
70   * Dropping cdebootstrap support (Closes: #773657).
72   [ Richard Nelson ]
73   * Dropping support of config type rescue in frontend/cgi.
75   [ Daniel Baumann ]
76   * Adding wget to recommends (Closes: #774326).
77   * Changing package dependency checks within chroot to work outside as
78     well.
79   * Updating wget dependency in installer_debian-installer to look for
80     wget on the host system rather than the chroot.
81   * Adding wget dependency in chroot_firmware.
82   * Dropping some sparc leftovers (Closes: #774196).
83   * Adding apt-utils to recommends (Closes: #774339).
84   * Adding gpgv and debian-keyring to suggests for bootstrapping archive
85     keyrings in derivative modes.
86   * Dropping unuseful information from bug-script (Closes: #774340).
87   * Applying slightly modified patch from jnqnfe <jnqnfe@gmail.com> to
88     show correct win32-loader ico file on windows (Closes: #772781).
89   * Correcting dependency checks in binary_package-lists (Closes:
90     #774336).
91   * Dropping manual include of dbus for live-config-systemd, it's a
92     recommends now.
93   * Updating year in copyright notices to 2015.
95  -- Daniel Baumann <mail@daniel-baumann.ch>  Sun, 04 Jan 2015 20:06:56 +0100
97 live-build (5.0~a1-1) experimental; urgency=low
99   * Dropping support for wheezy.
101  -- Daniel Baumann <mail@daniel-baumann.ch>  Wed, 10 Dec 2014 08:39:14 +0100
103 live-build (4.0.4-1) unstable; urgency=low
105   [ Daniel Baumann ]
106   * Applying patch from Gabriele Gristina <gabriele.gristina@gmail.com> to
107     fix automated checks for using aptitude.
108   * Adding hook to enable cryptsetup (Closes: #767195).
109   * Dropping prism2-usb-firmware-installer which fetches firmware from (at
110     least) temporarily broken website.
112   [ Raphaël Hertzog ]
113   * Update linux flavours for armhf/armel.
114   * Properly support empty package lists.
115   * binary_syslinux: correct the path used to check if the bootloader is
116     available.
118   [ Daniel Baumann ]
119   * Cleaning up from python removal (LIVE_IMAGE_ARCHITECTURE).
120   * Cleaning up from python removal (LIVE_IMAGE_ARCHIVE_AREAS).
121   * Avoid failing to autocreate live.list.chroot in lb config when using
122     --clean, thanks to jnqnfe <jnqnfe@gmail.com> (Closes: #770637).
124   [ jnqnfe ]
125   * Fix broken calls to Get_conffiles() from Read_conffiles() and
126     Print_conffiles() (Closes: #770645).
127   * Fix chroot_package-lists script saving to wrong cache (Closes:
128     #771002).
129   * Fix missing grub2 option in bootloader selection (Closes: #772671).
131   [ Daniel Baumann ]
132   * Correcting stage name check in chroot_includes, thanks to jnqnfe
133     <jnqnfe@gmail.com> (Closes: #771377).
134   * Correcting typo in apt.conf.d directory name, thanks to jnqnfe
135     <jnqnfe@gmail.com> (Closes: #771392).
137   [ jnqnfe ]
138   * Fix typo in variable name (LH_LINUX_FLAVOURS instead of
139     LB_LINUX_FLAVOURS) in installer_debian-installer script, affecting the
140     armel architecture (Closes: #770796).
142   [ Daniel Baumann ]
143   * Somewhat fixing sysvinit and casper legacy support, slightly improved
144     patch from Rui Miguel P. Bernardo <rui.bernardo.pt@gmail.com> (Closes:
145     #772522, #772651).
146   * Ugly hack to force dbus inclusion when using live-config-systemd
147     (Closes: #769635).
149  -- Daniel Baumann <mail@daniel-baumann.ch>  Wed, 10 Dec 2014 08:23:55 +0100
151 live-build (4.0.3-1) unstable; urgency=low
153   [ Richard Nelson ]
154   * Adding cinnamon-desktop to frontend/cgi.
156   [ Daniel Baumann ]
157   * Updating to standards version 3.9.6.
159   [ Richard Nelson ]
160   * Correct variable name for apt_indices and adjust sed order for
161     population of build feedback on frontend/cgi.
163  -- Daniel Baumann <mail@daniel-baumann.ch>  Sat, 25 Oct 2014 14:39:03 +0200
165 live-build (4.0.2-1) unstable; urgency=low
167   [ Daniel Baumann ]
168   * Creating live.list.chroot with live packages in config.
170   [ victory ]
171   * Fix typos in lb_config.1.
172   * Add Japanese translations.
174   [ Daniel Baumann ]
175   * Making populating of live.chroot.list distribution specific.
176   * Making check target in manpages makefile comply with the rest.
177   * Dropping incomplete German manpage translations.
178   * Dropping syslinux 6 symlinks from bootloader configs for wheezy.
179   * Removing source_includes from toplevel source script, it was a python
180     stub and will come back at a later point.
182  -- Daniel Baumann <mail@daniel-baumann.ch>  Fri, 12 Sep 2014 13:42:37 +0200
184 live-build (4.0.1-1) unstable; urgency=low
186   * Dropping leftover testroot call in bootstrap_cdebootstrap and
187     bootstrap_debootstrap.
189  -- Daniel Baumann <mail@daniel-baumann.ch>  Thu, 28 Aug 2014 23:25:52 +0200
191 live-build (4.0.0-1) unstable; urgency=low
193   [ Daniel Baumann ]
194   * Correcting wrong target for /etc/mtab symlink in create-mtab-symlink
195     hook, thanks to Ben Armstrong <synrg@sanctuary.nslug.ns.ca>.
196   * Setting default distribution to jessie.
198   [ Ben Armstrong ]
199   * Exclude lib and non-main sections as tasksel does (Closes: #758218).
201   [ Daniel Baumann ]
202   * Moving partial python rewrite to separate branch, let's do it in the
203     jessie+1 cycle rather than go with the current mixed code.
204   * Restoring old manpages since we're back to the non-python
205     implementation (Closes: #745134).
207  -- Daniel Baumann <mail@daniel-baumann.ch>  Thu, 28 Aug 2014 00:59:45 +0200
209 live-build (4.0~alpha39-1) unstable; urgency=low
211   [ Daniel Baumann ]
212   * Updating isohdpfx handling for syslinux 6.
214   [ Richard Nelson ]
215   * Include mate-desktop in templates/cgi/debian/form.html
217   [ Daniel Baumann ]
218   * Enabling syslinux 6 support for jessie as well.
219   * Unconditionally replacing bootloader symlinks with syslinux 6 from
220     jessie, this will break building wheezy images (so we have to come up
221     with something better than that prior upload).
222   * Adding second set of bootloader templates for wheezy.
224  -- Daniel Baumann <mail@daniel-baumann.ch>  Thu, 24 Jul 2014 05:05:17 +0200
226 live-build (4.0~alpha38-1) unstable; urgency=low
228   [ Daniel Baumann ]
229   * Also creating source stagefile in source_debian.
231   [ Carlos Zuferri ]
232   * Adding .po integrity check target to manpages/Makefile.
233   * Adding '--package-version' to po4a options.
235   [ Daniel Baumann ]
236   * Enabling syslinux 6 support for sid.
238   [ Kiel Christofferson ]
239   * Replace subprocess.call() with subprocess.check_call().
241   [ Richard Nelson ]
242   * Add --apt option on frontend/cgi.
244   [ Daniel Baumann ]
245   * Adding symlink for udeb data for jessie.
247   [ Simon McVittie ]
248   * If /etc/mtab exists as a file, replace it with a symlink (Closes:
249     #746570).
251  -- Daniel Baumann <mail@daniel-baumann.ch>  Wed, 25 Jun 2014 21:04:46 +0200
253 live-build (4.0~alpha37-1) unstable; urgency=low
255   * Updating default boot parameters for live-config 4.x.
256   * Adding hook to create /etc/mtab as a symlink to /proc/mtab if not
257     already existing (Closes: #746570).
258   * Only removing stage files in lb clean --stage and keep .build around
259     in order for init to detect initialized config directories properly.
260   * Adding wheezy legacy handling for syslinux.
262  -- Daniel Baumann <mail@daniel-baumann.ch>  Wed, 07 May 2014 07:01:35 +0200
264 live-build (4.0~alpha36-1) unstable; urgency=medium
266   [ Simon McVittie ]
267   * Truncate /etc/machine-id instead of deleting it.
269   [ Daniel Baumann ]
270   * Correcting os.chmod usage in lb init.
272  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 28 Apr 2014 19:50:40 +0200
274 live-build (4.0~alpha35-1) unstable; urgency=low
276   [ Daniel Baumann ]
277   * Calling init in build as well when automatically populating a new
278     config tree.
279   * Switching default debian release to jessie.
280   * Allow cache directories to be symlinks as well (Closes: #741934).
281   * Cleaning /etc/hosts as in previous live-build versions (Closes:
282     #744939).
284   [ Simon McVittie ]
285   * Add support for making ext[234] or btrfs hdd images bootable with
286     extlinux (Closes: #745816)
288  -- Daniel Baumann <mail@daniel-baumann.ch>  Sun, 27 Apr 2014 12:39:53 +0200
290 live-build (4.0~alpha34-1) unstable; urgency=low
292   [ Daniel Baumann ]
293   * Only automatically do replacements within syslinux configs when they
294     are not directories (as they can be in the pxelinux.cfg case), thanks
295     to Antony Messerli <amesserl@rackspace.com> (Closes: #745760).
296   * Correcting required installer package determination to avoid extra
297     packages, thanks to Benjamin Moody <benjamin.moody@gmail.com> (Closes:
298     #739729).
299   * Failing in lb config when config wasn't initialized first with lb init
300     (Closes: #744365).
301   * Using cp -a on all non-fat filesystems to copy content into the binary
302     image (Closes: #745824).
304   [ Simon McVittie ]
305   * Run hooks in sorted order (Closes: #745839).
307   [ Daniel Baumann ]
308   * Dropping superfluous comment about recompression initrd images in
309     chroot_hacks.
310   * Updating sha1sum for recompressed initrd images (Closes: #745205).
311   * Adjusting splash.svg filename in embedded syslinux configurations to
312     match code (Closes: #745020).
313   * Ensuring correct include directory permissions avoiding tainting of
314     target system in lb init.
315   * Abort early in installer_preseed if d-i is not included on the image
316     (Closes: #745855).
318  -- Daniel Baumann <mail@daniel-baumann.ch>  Sat, 26 Apr 2014 08:01:22 +0200
320 live-build (4.0~alpha33-1) unstable; urgency=low
322   * Building with dh --parallel.
324  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 31 Mar 2014 21:47:27 +0200
326 live-build (4.0~alpha32-1) experimental; urgency=low
328   [ Daniel Baumann ]
329   * Updating copyright notices for 2014.
331   [ Kiel Christofferson ]
332   * Use LB_INITRAMFS case instead of assuming "live".
333   * Only grab the latest version of kernel+initrd pair.
334   * Auto-detect foreign architectures in packagelist.
335   * Only call shift if args are not empty.
336   * Allow config command without root privileges.
337   * Include "components" when detecting local scripts.
339  -- Daniel Baumann <mail@daniel-baumann.ch>  Sun, 02 Mar 2014 06:24:34 +0100
341 live-build (4.0~alpha31-1) experimental; urgency=low
343   [ Daniel Baumann ]
344   * Creating all includes directories in config.
345   * Decrufting depends, recommends and suggests.
346   * Dropping chroot_live-packages by moving logic outside of live-build
347     into the config directory.
348   * Adding initial stub for lb init.
349   * Adding lb-init manpage.
350   * Adding --distribution to lb-init.
352   [ chals ]
353   * Removing obsolete po4a flag 'no-backups' from manpages/Makefile.
354   * Fixing typo in lb-binary-hooks.1 manpage.
355   * Translating lb-binary-hooks.1 into Spanish.
356   * Updating small bits in several .po files, Spanish translation.
358   [ Daniel Baumann ]
359   * Correcting comment in bootstrap-cdebootstrap.
361   [ chals ]
362   * Translating lb-binary-includes.1 manpage into Spanish.
363   * Translating lb-bootstrap-includes.1 manpage into Spanish.
364   * Translating lb-chroot-includes.1 manpage into Spanish.
365   * Fixing copy and paste error in lb-bootstrap-includes.es.1 manpage,
366     Spanish translation.
367   * Translating lb-source-includes.1 manpage into Spanish.
369   [ Daniel Baumann ]
370   * Moving bootstrapping of derivative archive-keys from config to init.
371   * Moving live-build development disclaimer message from lb-config to lb-
372     init.
373   * Adding some notes on coding style in python readme.
375   [ chals ]
376   * Updating dates in manpages.
377   * Updating Spanish translation of lb-bootstrap-cdebootstrap manpage.
378   * Updating Spanish translation of lb-bootstrap-debootstrap manpage.
379   * Updating Spanish translation of lb-bootstrap-hooks manpage.
380   * Updating Spanish translation of lb-chroot-hooks manpage.
381   * Translating lb-init manpage into Spanish.
382   * Translating lb-source-hooks manpage into Spanish.
383   * Updating, again, lb-bootstrap-debootstrap manpage, Spanish
384     translation.
385   * Unfuzzying dates in the Spanish translation.
386   * Unfuzzying dates in the German translation of the manpages.
388   [ Daniel Baumann ]
389   * Unfuzzing German translation of lb-binary-hooks.1
390   * Correcting file open modes in lb-init.
391   * Correcting a few copy/paste errors in *-includes python stubs.
392   * Pre-emptively removing occurances of the short name of the Debian
393     derivative from Canonical that cannot be named.
394   * Silencing copying of syslinux themes since users get always distracted
395     about syslinux 6 files not being dereferenced (which can be totally
396     ignored if you're using syslinux 4).
398   [ Richard Nelson ]
399   * Adding jessie distribution to l-b-cgi frontend.
401   [ Diederik de Haas ]
402   * Updated gitignore file with newly generated files.
404   [ Daniel Baumann ]
405   * Explicitly building iso images with rock ridge extension.
407  -- Daniel Baumann <mail@daniel-baumann.ch>  Tue, 07 Jan 2014 21:03:41 +0100
409 live-build (4.0~alpha30-1) experimental; urgency=low
411   * Updating filenames suffixes of example hook files.
412   * Switching from global lock file to config tree specific one.
413   * Simplifying package cache stanza in python bootstrap stubs.
414   * Adding program specification to lb_binary_hooks manpage.
415   * Adding program specification to lb_source_hooks manpage.
416   * Adding program specification to lb_chroot_hooks manpage.
417   * Adding program specification to lb_bootstrap_hooks manpage.
418   * Harmonizing options markup in manpages.
419   * Correcting spelling typo in manpages (s/hoooks/hooks/).
420   * Moving testroot into lb wrapper itself.
421   * Stuffing bootstrapping of archive-keys for derivatives into lb_config,
422     it's not a runtime thing and its logic should not be embedded in live-
423     build but the config directory.
424   * Handling bootstrap cache inside the bootstrap stubs itself.
425   * Streamlineing a few comments in the python stubs.
426   * Removing wrong reference to config/build in lb_*_hooks manpages.
427   * Switching to later submodule naming scheme for python stubs.
428   * Updating todos in python stubs.
429   * Rewriting chroot_includes in python.
430   * Updating program description of *-hook commands.
431   * Adding lb-chroot-includes manpage.
432   * Adding dependency check for cpio in chroot-includes.
433   * Correcting spelling typo in python stubs (s/optained/obtained/).
434   * Completing incomplete verbose message when copying files in chroot-
435     includes.
436   * Rewriting binary_includes in python.
437   * Adding lb-binary-includes manpage.
438   * Adding sources-includes.
439   * Adding lb-source-includes manpage.
440   * Adding bootstrap-includes.
441   * Correcting error message when no includes have been found in
442     *-includes commands.
443   * Adding lb-bootstrap-includes manpage.
445  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 04 Nov 2013 19:08:04 +0100
447 live-build (4.0~alpha29-1) experimental; urgency=low
449   * Updating to standards version 3.9.5.
450   * Rewriting bootstrap_hooks in python.
451   * Making various things in bootstrap manpages more consistent.
452   * Also processing config/hooks/*.hook in bootstrap_hooks, if any.
453   * Adding lb_bootstrap_hooks manpage.
454   * Rewriting chroot_hooks in python.
455   * Adding lb_chroot_hooks manpage.
456   * Updating file suffixes of the internal default hooks.
457   * Automatically symlink hooks upon creation of the configuration tree.
458   * Updating configuration path in update-apt-file-cache.hook.chroot.
459   * Rewriting binary_hooks in python.
460   * Adding lb_binary_hooks manpage.
461   * Rewriting source_hooks in python.
462   * Adding lb_source_hooks manpage.
463   * Adding see also entries in hooks manpages.
464   * Moving python stubs to their own subdirectory within the source tree.
465   * Manually adding --version to argparse in python stub since python 3.3
466     dropped the version keyword.
467   * Replacing os.link calls for hooks with shutil.copy to properly
468     dereference symlinks in python stubs.
470  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 04 Nov 2013 07:17:48 +0100
472 live-build (4.0~alpha28-1) experimental; urgency=low
474   [ Daniel Baumann ]
475   * Depending on python3, thanks to Richard Nelson <unixabg@gmail.com>
476     (Closes: #726806)
478   [ Richard Nelson ]
479   * Updating files to copy for finished build on l-b-cgi frontend and the
480     4.x branch.
482   [ Daniel Baumann ]
483   * Dropping incomplete and not really supported exposed root mode.
484   * Weakening mode on pts for compliance with eglibc 2.18 within
485     containers during build.
486   * Updating rsvg calls in binary_syslinux for newer versions of
487     librsvg2-bin, thanks to Roberto Carlos Morano <rcmorano@emergya.com>
488     (Closes: #728030).
490  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 28 Oct 2013 08:35:53 +0100
492 live-build (4.0~alpha27-1) experimental; urgency=low
494   * Updating package descriptions.
495   * Replacing s390 with s390x in architecture specific defaults.
496   * Adding bootstrap hooks.
497   * Depending on python only for the time being, rather than python3.3.
498   * Rewrapping control file.
499   * Moving /selinux to /sys/fs/selinux to accomodate newer selinux in
500     debian.
501   * Making warning about alpha version of live-build in lb_config
502     conditional on the internal version.
503   * Using 4 instead of 4.0 for unreleased 4.x versions as version number
504     in python stubs.
505   * Updating German manpage translations.
506   * Harmonize comments in python stubs.
507   * Calling parted with optimal aligning.
508   * Sorting todo items in python stubs.
509   * Updating descriptions in python stubs.
510   * Adding note about outdated/unsupported versions in general develop-
511     ment-version warning message.
513  -- Daniel Baumann <mail@daniel-baumann.ch>  Fri, 18 Oct 2013 09:48:31 +0200
515 live-build (4.0~alpha26-1) experimental; urgency=low
517   [ Jan Blunck ]
518   * Remove chroot-only configured apt sources in chroot_archives remove.
519   * Selectively remove chroot-only APT configuration and preferences
520     instead of wiping everything.
522   [ Daniel Baumann ]
523   * Removing unused description variable in syslinux configs.
524   * Updating to python 3.3 (Closes: #723702).
526  -- Daniel Baumann <mail@daniel-baumann.ch>  Thu, 19 Sep 2013 09:10:12 +0200
528 live-build (4.0~alpha25-1) experimental; urgency=low
530   [ Richard Nelson ]
531   * Modify l-b-cgi frontend logging paths.
533   [ Daniel Baumann ]
534   * Making workaround for apt-get source actually working in backports-
535     included-but-not-enabled scenarios.
537  -- Daniel Baumann <mail@daniel-baumann.ch>  Wed, 18 Sep 2013 10:23:16 +0200
539 live-build (4.0~a24-1) experimental; urgency=low
541   * Updating initsystem default for progress-linux releases.
543  -- Daniel Baumann <mail@daniel-baumann.ch>  Fri, 06 Sep 2013 20:05:13 +0200
545 live-build (4.0~a23-1) experimental; urgency=low
547   * Updating cgi templates for current bootstrap version 3.0.0 based theme
548     on live-systems.org.
549   * Updating hardcoded defaults for syslinux splash descriptions for
550     progress-linux.
552  -- Daniel Baumann <mail@daniel-baumann.ch>  Fri, 06 Sep 2013 18:30:14 +0200
554 live-build (4.0~a22-1) experimental; urgency=low
556   [ Daniel Baumann ]
557   * Updating binary repository prefix for progress-linux.
558   * Updating syslinux flavour detection for progress-linux.
560   [ Raphaël Hertzog ]
561   * Ensure xfsprogs and jfsutils are available in the ISO when d-i is
562     used.
564  -- Daniel Baumann <mail@daniel-baumann.ch>  Thu, 05 Sep 2013 17:30:38 +0200
566 live-build (4.0~a21-1) experimental; urgency=low
568   * Breaking out installer integration into an own stage.
569   * Splitting out preseed handling from main installer script.
570   * Adding note about live-build version in build to get the lb version
571     into build logs.
572   * Using includes.installer instead of includes.debian-installer.
573   * Avoid failing on package lists fails that have no newline at the end.
574   * Reorganizing frontend in source tree.
575   * Dropping global archive definitions shipped in
576     /usr/share/live/build/archives (same as with packagelists, hidden
577     archive 'magic' is gone now in favour of explicit config tree
578     configuration).
579   * Removing some leftovers in chroot_archives from --archives removal.
580   * Handling dist-upgrade right after bootstrap with copy of
581     chroot_archives as bootstrap_archives in preparation for a future
582     multi-archive bootstrap.
583   * Moving caching out of bootstrap_{c,}debootstrap to own helper for
584     future unification with chroot caches helper.
585   * Debranding live sources.
586   * Expanding all variables in all syslinux configuration files, rathern
587     than on some selected ones only.
588   * Updating linux-image package names for 3.0 in installer_debian-
589     installer.
590   * Stripping backports from sources.list temporarily when obtaining
591     sources to workaround apts disregard of pinning for the cases where
592     backports are included but not enabled.
593   * Calling bootstrap_archives with correct pass argument.
594   * Correcting wrong defaults setting for parent distribution in
595     config/build.
596   * Removing obsolete starting of binary_debian-installer in binary.
597   * Renaming some leftover pieces from binary_debian-installer to
598     installer_debian-installer.
599   * Correcting wrong installer directory moving check in progress-linux
600     mode.
602  -- Daniel Baumann <mail@daniel-baumann.ch>  Wed, 07 Aug 2013 18:06:23 +0200
604 live-build (4.0~a20-1) experimental; urgency=low
606   [ Richard Nelson ]
607   * Improve reading of post data on l-b-cgi frontend.
609   [ Daniel Baumann ]
610   * Removing importet test bashism in frontends/cgi/live-build-cgi.
611   * Updating versioning scheme references to match new scheme since
612     wheezy.
613   * Dropping some EOL ubuntu release information.
615   [ Richard Nelson ]
616   * Correcting bashism in frontends/cgi/live-build-cgi
617   * Reverting returning the error code from auto/build script, doesn't
618     work.
619   * Run build call from l-b-cgi.cron with noauto.
620   * Adding set +e to l-b-cgi.cron so script will finish on errors.
622   [ Daniel Baumann ]
623   * Adding hook to remove ssl-cert-snakeoil by default.
624   * Extending wget calls with options variable in bootstrap_archive-keys
625     too (Closes: #712710).
627  -- Daniel Baumann <mail@daniel-baumann.ch>  Wed, 19 Jun 2013 08:01:17 +0200
629 live-build (4.0~a19-1) experimental; urgency=low
631   [ Richard Nelson ]
632   * Modified l-b-cgi cron to move submitted build file to temporary build
633     directory after reading.
634   * Initial commit on l-b-cgi frontend to support multiple instances of
635     image building.
636   * Formatting cleanup on l-b-cgi.cron wrt commit that support multiple
637     instances of image building.
639   [ Daniel Baumann ]
640   * Sorting kernel versions in reverse order (newest first) in syslinux
641     configurations in consistency with normal bootloader behaviours.
642   * Moving creation of chroot.files manifest in lb chroot after pseudo-
643     filesystems have been unmounted to avoid loops, thanks to Michal
644     Suchanek <hramrach@gmail.com>.
645   * Sorting imports in python stubs.
647   [ Richard Nelson ]
648   * Return the error code from auto/build script.
650   [ Daniel Baumann ]
651   * Including memtest86+ in syslinux menu.
653  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 27 May 2013 16:48:19 +0200
655 live-build (4.0~a18-1) experimental; urgency=low
657   [ Daniel Baumann ]
658   * Updating derivatives archive-key signature validiation to look by
659     default at both debian and debian-maintainers keyrings.
660   * Updating bootstrap mirror for progress-linux.
661   * Enabling release updates (formerly known as volatile) for wheezy.
662   * Updating todo in python stubs.
663   * Skipping loadlin inclusion on netboot images.
665   [ chals ]
666   * Changing how syslinux files are copied to make netboot images work
667     properly.
669   [ Daniel Baumann ]
670   * Adding ls -lR files as .files output.
671   * Renaming remove-udev-persistent-rules.chroot hook to remove-udev-
672     persistent-net-rules.chroot for future additional udev hooks.
673   * Adding hook to disable 70-persistent-cd.rules udev rule to prevent
674     udev remember the cd device name both the one of the build system and
675     the one of the live system (Closes: #706926).
676   * Renumbering hook scripts.
678  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 06 May 2013 20:09:54 +0200
680 live-build (4.0~a17-1) experimental; urgency=low
682   [ Michael Stummvoll ]
683   * Using LB_HDD_SIZE to determine the size of the image.
685   [ Daniel Baumann ]
686   * Replacing bootstrap_debootstrap with Python stub.
687   * Replacing bootstrap_cdebootstrap with Python stub.
688   * Updating bootstrap for Python stubs.
689   * Excluding Python scripts from shell script tests in top-level
690     Makefile.
691   * Adding depends to python3.2.
692   * Temporary hack for lb config to produce config/build until stuff is
693     cleaned up properly.
694   * Removing bootstrap_cache, not needed anymore.
695   * Dropping now unused intermediate config/image.
696   * Adding python readme.
697   * Moving old manpages out of the way.
698   * Adding new lb_bootstrap_debootstrap manpage.
699   * Adding initial German translation for bootstrap_debootstrap manpage.
700   * Adding new lb_bootstrap_cdebootstrap manpage.
701   * Adding initial German translation for bootstrap_cdebootstrap manpage.
702   * Switching argument and configuration handling order in Python stubs.
703   * Adding files section in bootstrap_debootstrap and
704     bootstrap_cdebootstrap manpages.
706   [ chals ]
707   * Adding initial Spanish translation of two man pages.
709   [ Daniel Baumann ]
710   * Writing errors to stderr in Python stubs.
712  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 08 Apr 2013 22:19:36 +0200
714 live-build (4.0~a16-1) experimental; urgency=low
716   [ Daniel Baumann ]
717   * Correcting typo directory when dereferencing syslinux symlinks when
718     building chrooted, thanks to Luigi Capriotti <l.capriotti@xbmc.org>.
719   * Debranding package for derivatives.
720   * Using dpkg-divert in chroot_upstart script to handle upgrades of
721     upstart during the build (Closes: #702537).
722   * Using dpkg-divert for other diversions too to handle upgrades of the
723     diverted stuff during build.
724   * Adding generic live-build handle in chroot_dpkg for other live
725     packages to act upon.
726   * Updating fallback help message in live-build pseudo-command.
727   * Simplyfing live-build pseudo-command.
728   * Correcting grammer error in live-build description.
729   * Improving comment in lb about embedded live-build within config tree.
730   * Removing old docs.
731   * Adding set -e in example auto scripts.
732   * Setting memtest default to none.
733   * Using ntfs-3g to mount ntfs partitions.
734   * Adding check for ntfs-3g on the host system, precluding the initial
735     ntfs binary filesystem support (Closes: #697793).
736   * Dropping dedicated backports mirror handling, not needed anymore with
737     the move of backports.d.o into ftp.d.o.
738   * Dropping dedicated updates (formerly volatile) mirror handling, not
739     needed anymore.
740   * Renaming config/control to config/image.
741   * Removing dedicated emdebian mode, this can entirely be handled with
742     different defaults.
744   [ Michael Stummvoll ]
745   * Fixing missing quotes for tr commands to avoid unwanted expansions.
747   [ Richard Nelson ]
748   * Converting l-b-cgi frontend to process forms with post.
750   [ Daniel Baumann ]
751   * Replacing strings in all syslinux config files, not just certain
752     hardcoded ones.
753   * Cleaning up installer file locations for progress-linux.
754   * Aborting early in chroot_package-lists if no package list is found.
755   * Stripping out comments in package lists.
756   * Unifying append options in binary_syslinux when processing
757     configuration files.
759  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 01 Apr 2013 08:25:04 +0200
761 live-build (4.0~a15-1) experimental; urgency=low
763   * Removing all references to my old email address.
765  -- Daniel Baumann <mail@daniel-baumann.ch>  Sun, 10 Mar 2013 22:18:46 +0100
767 live-build (4.0~a14-1) experimental; urgency=low
769   [ Richard Nelson ]
770   * Add sanity check on config type to build for l-b-cgi.
771   * Add _CGI_CONFIG_APPEND varialbe for appending options to lb config
772     call on l-b-cgi frontend.
773   * Change _CGI_CONFIG_APPEND to front of the lb config call on l-b-cgi
774     frontend.
775   * Removing quotes around _CGI_CONFIG_APPEND to handle multiple
776     parameters correctly on l-b-cgi frontend.
777   * Adding binary image type to config call on l-b-cgi frontend.
778   * Add log information of git:://url for l-b-cgi frontend.
779   * Append to log file on errors and not truncate the file on l-b-cgi
780     frontend.
782   [ Daniel Baumann ]
783   * Correcting spelling typos, thanks to Adam D. Barratt <adam@adam-
784     barratt.org.uk>.
786   [ Raphaël Hertzog ]
787   * Fixing win32-loader.ini by including the GTK related entries.
789  -- Daniel Baumann <mail@daniel-baumann.ch>  Sun, 10 Mar 2013 19:06:14 +0100
791 live-build (4.0~a13-1) experimental; urgency=low
793   [ Daniel Baumann ]
794   * Removing non-existent --apt-indices none references.
795   * Also showing distribution in lb config initial messages.
796   * Making messages about reading system conffiles in lb config more
797     accurate.
798   * Harmonize handling of pre-existing gnupg dotfiles in chroot when
799     handling fake signing keys for local repository.
800   * Making some more debian source-selections conditional on certain image
801     options.
803   [ Raphaël Hertzog ]
804   * Increasing oversizing factor of ext* filesystems from 5 to 6%.
806   [ Daniel Baumann ]
807   * Adding source_hooks for hooks on source images like already supported
808     on binary images.
810  -- Daniel Baumann <mail@daniel-baumann.ch>  Thu, 21 Feb 2013 23:29:53 +0100
812 live-build (4.0~a12-1) experimental; urgency=low
814   * De-debianizing linux-flavour defaults on i386 and only including 486.
815   * Defaulting to latest ubuntu release by default in ubuntu mode.
816   * Adding release version for ubuntu raring.
817   * Updating d-i suite symlink for wheezy release.
818   * Removing incomplete support for root-command.
819   * Removing incomplete support for fakeroot.
820   * Correcting typo in grub2 config template.
821   * Synchronise grub and grub2 splashes with internal live-build splash
822     for syslinux bootloaders.
824  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 18 Feb 2013 21:49:32 +0100
826 live-build (4.0~a11-1) experimental; urgency=low
828   * Allowing to use parted its automatic offset handling at the beginning
829     of a disk, rather than to harcode it to first block (Closes: #647607).
830   * Aborting with error if hdd label has a whitespace (Closes: #648861).
831   * Dropping sparc bootloader support (silo), there is nobody actively
832     maintaining this in live-build.
833   * Dropping powerpc bootloader support (yaboot), there is nobody actively
834     maintaining this in live-build.
836  -- Daniel Baumann <mail@daniel-baumann.ch>  Fri, 15 Feb 2013 12:39:09 +0100
838 live-build (4.0~a10-1) experimental; urgency=low
840   * Removing superfluous menu default directive in installer syslinux
841     menues.
842   * Updating wheezy release number.
843   * Adding 3.0.1-1 changelog entries.
845  -- Daniel Baumann <mail@daniel-baumann.ch>  Fri, 15 Feb 2013 09:00:52 +0100
847 live-build (4.0~a9-1) experimental; urgency=low
849   * Updating wheezy pre-release number for b4.
850   * Dropping dpkg compression level.
851   * Correcting spelling typos in changelog to make lintian happy.
852   * Escaping quotes to workaround a false-positive of checkbashisms in
853     binary_debian-installer.
854   * Correcting install path in loadlins install.bat for the gtk d-i
855     flavour.
856   * Switching default binary filesystem for hdd images to fat32 to be more
857     robust on todays flash devices.
858   * Correcting vshift in syslinux themes to correct display bug with
859     overlong lines, thanks to Thanatermesis <thanatermesis@gmail.com>.
860   * Adding bootrap_archive-keys to establish secure trust-chain on top of
861     debian-keyring for derivatives.
862   * Updating syslinux configurations and handling for syslinux 5.
863   * Adding hook to remove systemd machine-id.
864   * Renumbering hooks.
865   * Correcting wrong debian-installer syslinux menu files.
866   * Including HDT in advanced options menu within syslinux menu.
867   * Updating binary_debian-installer for newer append replacement
868     variables used in syslinux configs.
869   * Dropping theme package support, themes are either in the config tree
870     or the embedded one from live-build is used.
871   * Correctly remove binary contents and packages file in clean script.
872   * Adding key-shortcut for advanced options in syslinux menu.
873   * Removing default menu marker for install entry in syslinux menu.
874   * Converting splash.svg not just splash.svg.in files as syslinux
875     bootsplashes.
876   * Removing dropped syslinux-theme config option from lb_config manpage.
877   * Adding 3.0.0-1 changelog entries.
879  -- Daniel Baumann <mail@daniel-baumann.ch>  Sat, 09 Feb 2013 00:23:47 +0100
881 live-build (4.0~a8-1) experimental; urgency=low
883   [ Daniel Baumann ]
884   * Updating manpage year handling for 2013.
885   * Using cat instead of echo to workaround incompatible and conflicting
886     uses in escaping of \t in dash and bash, and less importantly to
887     workaround a false-positive in checkbashisms.
888   * Updating footer link to 'legal information' in cgi html template.
889   * Cleaning up binary_loadlin.
890   * Updating for twitter-bootstrap usage on live.debia.net in the cgi html
891     templates.
892   * Updating footer in cgi html template.
893   * Correcting spelling typo in html footer of the cgi, thanks to Jean-
894     Christophe Saint-Marc <jchristophe.stmarc@free.fr>.
895   * Removing reference to removed --package-lists option in lb_config
896     manpage (Closes: #698260).
898   [ Richard Nelson ]
899   * Correcting typo on functions/default.sh, thanks to jhcha54008
900     <jhcha54008@free.fr> (Closes: #698397).
902   [ Daniel Baumann ]
903   * Updating samhain workaround in chroot_dpkg to work if live-build is
904     being used with sudo or fakeroot (Closes: #698423).
905   * Correcting apt-key cleanup of local dummy signing keys when using
906     local packages, thanks to jhcha54008 <jhcha54008@free.fr>.
907   * Making xorriso option handling a bit more readable.
908   * Applying slightly modified patch from Raphaël Hertzog
909     <hertzog@debian.org> to fix automatic firmware inclusion when using
910     debian-installer with live-installer and having firmware packages
911     installed in the live system already.
912   * Adding config/control in example gitignore file.
913   * Adding 3.0~b6-1 changelog entries.
914   * Correcting variable default assignment for new configuration tree
915     layout.
916   * Avoiding to unconditionally adding whitespace separator to
917     config/control for existing configs.
919  -- Daniel Baumann <mail@daniel-baumann.ch>  Sun, 20 Jan 2013 11:28:27 +0100
921 live-build (4.0~a7-1) experimental; urgency=low
923   * Omitting binary manifest creation when chroot filesystem is set to
924     none.
925   * Omitting memtest in binary if chroot filesystem is set to none.
926   * Simplifying exit check in chroot_linux-image.
927   * Splitting off chroot firmware handling into an own script.
928   * Removing redundant check for linux-images in binary_linux-image.
929   * Correcting glitch with plain chroot filesystems in binary_chroot.
930   * Switching order of kernel flavours in defaults, the last added one in
931     the list becomes the default symlink target in the rootfs by apt.
932   * Dropping support for now unused includes feature in package lists.
933   * Using .cfg suffix for consistency with debian-installer on preseed
934     files in config/preseed.
935   * Adding sample gitignore file in examples.
936   * Setting debian-installer to false in all modes by default.
937   * Updating year in all copyright notices.
938   * Updating removal of backup files in stripped example hook to also work
939     with spaces in filenames.
940   * Don't fail when adding symlinks for firmware in binary/firmware for
941     debian-installer and the symlink already exists (Closes: #696688).
942   * Defaulting to obsolete md5 for checksums instead of sha256 on debian,
943     as debians cdrom-check in d-i only supports md5.
944   * Defaulting to obsolete filenames for checksums on debian, as debians
945     cdrom-check in d-i only supports legacy filenames (Closes: #697082).
946   * Correcting spelling typo in help text within the binary checksums
947     file.
948   * Also ignoring legacy checksum filenames when creating checksum files.
949   * Creating autorun.inf in binary_win32-loader.
950   * Dropping stable and unstable dist symlinks for d-i in dists for
951     wheezy.
952   * Creating install.bat for loadlin.
953   * Only including gtk d-i in win32-loader config if available on the
954     target image.
955   * Updating win32-loader.ini for wheezy.
956   * Correcting legacy filename for checksum files.
957   * Removing all checksum files in lb clean.
958   * Adding support for sha512 checksums.
959   * Dropping pre-wheezy handling for win32-loader files.
960   * Adding 3.0~b5-1 changelog entries.
962  -- Daniel Baumann <mail@daniel-baumann.ch>  Wed, 02 Jan 2013 11:50:55 +0100
964 live-build (4.0~a6-1) experimental; urgency=low
966   [ Daniel Baumann ]
967   * Moving removal of actual backup files for apt sources into correct
968     hook.
969   * Renumbering hooks.
970   * Disabling accidentally enabled removal of apt sources hook by default.
971   * Moving configuration version off as the first option into new config
972     tree format.
973   * Moving off binary image type into new config tree format.
974   * Moving off binary image architecture into new config tree format.
975   * Also reading in existing values from new config tree format.
976   * Separate between configured values and runtime values in new
977     configuration handling.
978   * Correcting architecture defaults.
979   * Using image name from configuration to name binary output files.
980   * Adding explicit warning for people that do not understand what stable
981     is.
982   * Using image name from configuration to name source output files.
983   * Setting default name to live-image for the time being.
985   [ Ben Armstrong ]
986   * Improving warning wording to reflect unfinished state of code better.
988   [ Daniel Baumann ]
989   * Including architecture in binary output filenames.
990   * Moving off binary image archive areas into new config tree format.
991   * Updating comment for image name config handling.
992   * Moving off binary image parent archive areas into new config tree
993     format.
994   * Only writing out Parent-Archive-Areas field into configuration when
995     building a derivative.
997   [ Richard Nelson ]
998   * Unify _DEBUG variable values to be true or false for l-b-cgi.
1000   [ Daniel Baumann ]
1001   * Removing pre-wheezy grub package from binary_debian-installer.
1002   * Adding 3.0~b4-1 changelog entries.
1004  -- Daniel Baumann <mail@daniel-baumann.ch>  Sun, 23 Dec 2012 10:54:24 +0100
1006 live-build (4.0~a5-1) experimental; urgency=low
1008   * Removing old code in chroot_hacks for tasks which are not used
1009     anymore.
1010   * Moving kexec-tools default preseeding into its own hook script.
1011   * Removing loop-aes-utils related hack for squeeze.
1012   * Moving removal of backup and temporary files to their own hook script.
1013   * Adding default hook to truncate log files.
1014   * Also removing man chache in remove-temporary-files hook.
1015   * Adding default hook to use newest nvidia version.
1016   * Using consistent naming for default hooks.
1017   * Adding default hook to use mesa glx renderer.
1018   * Merging remove-linux-image-backups into remove-backup-files hook.
1019   * Renumbering hooks.
1020   * Correcting config tree version check for older versions.
1021   * Correcting config tree version check for the current version.
1022   * Removing some dead default handling code for global includes which do
1023     not exist anymore.
1024   * Removing kubuntu mode, it's not different anymore to standard ubuntu
1025     mode.
1026   * Adding 3.0~b3-1 changelog entries.
1028  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 17 Dec 2012 20:32:41 +0100
1030 live-build (4.0~a4-1) experimental; urgency=low
1032   [ Daniel Baumann ]
1033   * Updating wheezy release number.
1034   * Removing not really useful symlinks example hook.
1035   * Adding default hook to remove mdadm configuration.
1036   * Correcting spelling typo in bug script.
1037   * Adding support for live-images configs and arbitrary configuration
1038     directories in lb_config --config option.
1039   * Avoid re-populating an already populated configuration tree when using
1040     lb config --config.
1041   * Updating removal of adjtime in a split out hook for wheezy.
1043   [ Richard Nelson ]
1044   * Update l-b-cgi frontend to support new git config structure.
1046   [ Daniel Baumann ]
1047   * Switching from genisoimage to xorriso.
1048   * Adding 3.0~b2-1 changelog entries.
1050  -- Daniel Baumann <mail@daniel-baumann.ch>  Sun, 16 Dec 2012 22:01:58 +0100
1052 live-build (4.0~a3-1) experimental; urgency=low
1054   [ Raphaël Hertzog ]
1055   * Adding initial menu entries for debian-installer.
1057   [ Daniel Baumann ]
1058   * Removing local/bin by default in lb_clean too.
1059   * Skipping creation of soon to be replaced config/templates directory.
1060   * Adding 3.0~b1-1 changelog entries.
1062  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 10 Dec 2012 20:40:05 +0100
1064 live-build (4.0~a2-1) experimental; urgency=low
1066   * Removing some leftovers from stripped and minimal package lists.
1067   * Updating powerpc kernel list on ubuntu.
1068   * Adding dropped empty-line separator in defaults.
1069   * Adding dropped empty-line separator in binary_debian-installer.
1070   * Updating version config tree version check (Closes: #695091).
1071   * Updating wording about regenerating config trees.
1072   * Harmonizing apt configuration handling in chroot_archives.
1073   * Adding support for local apt conf.d snippets in archive definitions
1074     (Closes: #685791).
1075   * Ensuring that functions are either sources locally or globally, but
1076     not both.
1077   * Adding proper header to build.sh include.
1078   * Dropping ubuntu guards on firmware selection code, we're not enabling
1079     firmware inclusion in ubuntu mode anyway.
1080   * Adding 3.0~a69-1 changelog entries.
1082  -- Daniel Baumann <mail@daniel-baumann.ch>  Thu, 06 Dec 2012 21:17:32 +0100
1084 live-build (4.0~a1-1) experimental; urgency=low
1086   * Dropping support for squeeze and squeeze-based distributions.
1088  -- Daniel Baumann <mail@daniel-baumann.ch>  Fri, 30 Nov 2012 15:22:32 +0100
1090 live-build (3.0.5-1) unstable; urgency=low
1092   * Skipping loadlin inclusion on netboot images.
1094  -- Daniel Baumann <daniel@debian.org>  Tue, 30 Apr 2013 10:26:09 +0200
1096 live-build (3.0.4-1) unstable; urgency=low
1098   * Correcting variable typo when setting distribution specific defaults
1099     of the backports mirror for the binary image.
1101  -- Daniel Baumann <daniel@debian.org>  Mon, 29 Apr 2013 12:47:24 +0200
1103 live-build (3.0.3-1) unstable; urgency=low
1105   * Updating debian-backports mirrors for wheezy.
1106   * Enabling release updates (formerly known as volatile) for wheezy.
1108  -- Daniel Baumann <daniel@debian.org>  Thu, 25 Apr 2013 17:39:31 +0200
1110 live-build (3.0.2-1) unstable; urgency=low
1112   [ Daniel Baumann ]
1113   * Allowing to use parted its automatic offset handling at the beginning
1114     of a disk, rather than to harcode it to first block (Closes: #647607).
1115   * Aborting with error if hdd label has a whitespace (Closes: #648861).
1116   * Updating d-i suite symlink for wheezy release.
1117   * Correcting typo in grub2 config template.
1118   * Synchronise grub and grub2 splashes with internal live-build splash
1119     for syslinux bootloaders.
1120   * Removing non-existent --apt-indices none references.
1121   * Also showing distribution in lb config initial messages.
1122   * Making messages about reading system conffiles in lb config more
1123     accurate.
1124   * Harmonize handling of pre-existing gnupg dotfiles in chroot when
1125     handling fake signing keys for local repository.
1126   * Making some more debian source-selections conditional on certain image
1127     options.
1128   * Adding source_hooks for hooks on source images like already supported
1129     on binary images.
1131   [ Richard Nelson ]
1132   * Add sanity check on config type to build for l-b-cgi.
1133   * Add _CGI_CONFIG_APPEND varialbe for appending options to lb config
1134     call on l-b-cgi frontend.
1135   * Change _CGI_CONFIG_APPEND to front of the lb config call on l-b-cgi
1136     frontend.
1137   * Removing quotes around _CGI_CONFIG_APPEND to handle multiple
1138     parameters correctly on l-b-cgi frontend.
1139   * Adding binary image type to config call on l-b-cgi frontend.
1140   * Add log information of git:://url for l-b-cgi frontend.
1141   * Append to log file on errors and not truncate the file on l-b-cgi
1142     frontend.
1144   [ Daniel Baumann ]
1145   * Correcting spelling typos, thanks to Adam D. Barratt <adam@adam-
1146     barratt.org.uk>.
1148   [ Raphaël Hertzog ]
1149   * Fixing win32-loader.ini by including the GTK related entries.
1151   [ Daniel Baumann ]
1152   * Correcting typo directory when dereferencing syslinux symlinks when
1153     building chrooted, thanks to Luigi Capriotti <l.capriotti@xbmc.org>.
1154   * Using dpkg-divert in chroot_upstart script to handle upgrades of
1155     upstart during the build (Closes: #702537).
1156   * Using dpkg-divert for other diversions too to handle upgrades of the
1157     diverted stuff during build.
1158   * Adding generic live-build handle in chroot_dpkg for other live
1159     packages to act upon.
1160   * Updating fallback help message in live-build pseudo-command.
1161   * Correcting grammer error in live-build description.
1162   * Adding set -e in example auto scripts.
1164   [ Richard Nelson ]
1165   * Converting l-b-cgi frontend to process forms with post.
1167   [ Daniel Baumann ]
1168   * Cleaning up installer file locations for progress-linux.
1169   * Stripping out comments in package lists.
1170   * Updating derivatives archive-key signature validiation to look by
1171     default at both debian and debian-maintainers keyrings.
1172   * Updating bootstrap mirror for progress-linux.
1174  -- Daniel Baumann <daniel@debian.org>  Thu, 25 Apr 2013 12:41:54 +0200
1176 live-build (3.0.1-1) unstable; urgency=low
1178   * Removing superfluous menu default directive in installer syslinux
1179     menues.
1180   * Updating wheezy release number.
1181   * Updating squeeze point-release number.
1182   * Dropping German manpage translations stubs for the release.
1184  -- Daniel Baumann <mail@daniel-baumann.ch>  Thu, 14 Feb 2013 19:31:04 +0100
1186 live-build (3.0.0-1) unstable; urgency=low
1188   * Updating wheezy pre-release number for b4.
1189   * Dropping dpkg compression level.
1190   * Correcting spelling typos in changelog to make lintian happy.
1191   * Escaping quotes to workaround a false-positive of checkbashisms in
1192     binary_debian-installer.
1193   * Correcting install path in loadlins install.bat for the gtk d-i
1194     flavour.
1195   * Switching default binary filesystem for hdd images to fat32 to be more
1196     robust on todays flash devices.
1197   * Correcting vshift in syslinux themes to correct display bug with
1198     overlong lines, thanks to Thanatermesis <thanatermesis@gmail.com>.
1199   * Adding bootrap_archive-keys to establish secure trust-chain on top of
1200     debian-keyring for derivatives.
1201   * Updating syslinux configurations and handling for syslinux 5.
1202   * Adding hook to remove systemd machine-id.
1203   * Renumbering hooks.
1204   * Correcting wrong debian-installer syslinux menu files.
1205   * Including HDT in advanced options menu within syslinux menu.
1206   * Updating binary_debian-installer for newer append replacement
1207     variables used in syslinux configs.
1208   * Dropping theme package support, themes are either in the config tree
1209     or the embedded one from live-build is used.
1210   * Correctly remove binary contents and packages file in clean script.
1211   * Adding key-shortcut for advanced options in syslinux menu.
1212   * Removing default menu marker for install entry in syslinux menu.
1213   * Converting splash.svg not just splash.svg.in files as syslinux
1214     bootsplashes.
1215   * Removing dropped syslinux-theme config option from lb_config manpage.
1217  -- Daniel Baumann <mail@daniel-baumann.ch>  Sat, 09 Feb 2013 00:18:07 +0100
1219 live-build (3.0~b6-1) unstable; urgency=low
1221   [ Daniel Baumann ]
1222   * Updating manpage year handling for 2013.
1223   * Updating wheezy beta-release number.
1224   * Using cat instead of echo to workaround incompatible and conflicting
1225     uses in escaping of \t in dash and bash, and less importantly to
1226     workaround a false-positive in checkbashisms.
1227   * Updating footer link to 'legal information' in cgi html template.
1228   * Cleaning up binary_loadlin.
1229   * Updating for twitter-bootstrap usage on live.debia.net in the cgi html
1230     templates.
1231   * Updating footer in cgi html template.
1232   * Correcting spelling typo in html footer of the cgi, thanks to Jean-
1233     Christophe Saint-Marc <jchristophe.stmarc@free.fr>.
1234   * Removing reference to removed --package-lists option in lb_config
1235     manpage (Closes: #698260).
1237   [ Richard Nelson ]
1238   * Correcting typo on functions/default.sh, thanks to jhcha54008
1239     <jhcha54008@free.fr> (Closes: #698397).
1241   [ Daniel Baumann ]
1242   * Updating samhain workaround in chroot_dpkg to work if live-build is
1243     being used with sudo or fakeroot (Closes: #698423).
1244   * Correcting apt-key cleanup of local dummy signing keys when using
1245     local packages, thanks to jhcha54008 <jhcha54008@free.fr>.
1246   * Falling back to use genisoimage when building squeeze iso-hybrid
1247     images.
1248   * Applying slightly modified patch from Raphaël Hertzog
1249     <hertzog@debian.org> to fix automatic firmware inclusion when using
1250     debian-installer with live-installer and having firmware packages
1251     installed in the live system already.
1253  -- Daniel Baumann <mail@daniel-baumann.ch>  Sun, 20 Jan 2013 10:17:42 +0100
1255 live-build (3.0~b5-1) unstable; urgency=low
1257   * Omitting binary manifest creation when chroot filesystem is set to
1258     none.
1259   * Omitting memtest in binary if chroot filesystem is set to none.
1260   * Removing redundant check for linux-images in binary_linux-image.
1261   * Correcting glitch with plain chroot filesystems in binary_chroot.
1262   * Switching order of kernel flavours in defaults, the last added one in
1263     the list becomes the default symlink target in the rootfs by apt.
1264   * Using .cfg suffix for consistency with debian-installer on preseed
1265     files in config/preseed.
1266   * Adding sample gitignore file in examples.
1267   * Setting debian-installer to false in all modes by default.
1268   * Updating year in all copyright notices.
1269   * Updating removal of backup files in stripped example hook to also work
1270     with spaces in filenames.
1271   * Don't fail when adding symlinks for firmware in binary/firmware for
1272     debian-installer and the symlink already exists (Closes: #696688).
1273   * Defaulting to obsolete md5 for checksums instead of sha256 on debian,
1274     as debians cdrom-check in d-i only supports md5.
1275   * Defaulting to obsolete filenames for checksums on debian, as debians
1276     cdrom-check in d-i only supports legacy filenames (Closes: #697082).
1277   * Correcting spelling typo in help text within the binary checksums
1278     file.
1279   * Also ignoring legacy checksum filenames when creating checksum files.
1280   * Creating autorun.inf in binary_win32-loader.
1281   * Dropping stable and unstable dist symlinks for d-i in dists for
1282     wheezy.
1283   * Creating install.bat for loadlin.
1284   * Only including gtk d-i in win32-loader config if available on the
1285     target image.
1286   * Updating win32-loader.ini for wheezy.
1287   * Correcting legacy filename for checksum files.
1288   * Removing all checksum files in lb clean.
1289   * Adding support for sha512 checksums.
1290   * Dropping pre-squeeze handling for win32-loader files.
1292  -- Daniel Baumann <mail@daniel-baumann.ch>  Wed, 02 Jan 2013 11:45:30 +0100
1294 live-build (3.0~b4-1) unstable; urgency=low
1296   [ Daniel Baumann ]
1297   * Moving removal of actual backup files for apt sources into correct
1298     hook.
1299   * Renumbering hooks.
1300   * Disabling accidentally enabled removal of apt sources hook by default.
1302   [ Richard Nelson ]
1303   * Unify _DEBUG variable values to be true or false for l-b-cgi.
1305   [ Daniel Baumann ]
1306   * Removing grub package from binary_debian-installer for wheezy.
1308  -- Daniel Baumann <mail@daniel-baumann.ch>  Sun, 23 Dec 2012 10:50:38 +0100
1310 live-build (3.0~b3-1) unstable; urgency=low
1312   * Removing old code in chroot_hacks for tasks which are not used
1313     anymore.
1314   * Moving kexec-tools default preseeding into its own hook script.
1315   * Marking loop-aes-utils related hack as squeeze only.
1316   * Moving removal of backup and temporary files to their own hook script.
1317   * Adding default hook to truncate log files.
1318   * Also removing man chache in remove-temporary-files hook.
1319   * Adding default hook to use newest nvidia version.
1320   * Using consistent naming for default hooks.
1321   * Adding default hook to use mesa glx renderer.
1322   * Merging remove-linux-image-backups into remove-backup-files hook.
1323   * Renumbering hooks.
1324   * Correcting config tree version check for older versions.
1325   * Correcting config tree version check for the current version.
1326   * Removing some dead default handling code for global includes which do
1327     not exist anymore.
1328   * Removing kubuntu mode, it's not different anymore to standard ubuntu
1329     mode.
1331  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 17 Dec 2012 20:29:56 +0100
1333 live-build (3.0~b2-1) unstable; urgency=low
1335   [ Daniel Baumann ]
1336   * Updating wheezy release number.
1337   * Removing not really useful symlinks example hook.
1338   * Adding default hook to remove mdadm configuration.
1339   * Correcting spelling typo in bug script.
1340   * Adding support for live-images configs and arbitrary configuration
1341     directories in lb_config --config option.
1342   * Avoid re-populating an already populated configuration tree when using
1343     lb config --config.
1344   * Updating removal of adjtime in a split out hook for wheezy.
1346   [ Richard Nelson ]
1347   * Update l-b-cgi frontend to support new git config structure.
1349   [ Daniel Baumann ]
1350   * Switching from genisoimage to xorriso.
1352  -- Daniel Baumann <mail@daniel-baumann.ch>  Sun, 16 Dec 2012 21:57:11 +0100
1354 live-build (3.0~b1-1) unstable; urgency=low
1356   [ Raphaël Hertzog ]
1357   * Adding initial menu entries for debian-installer.
1359   [ Daniel Baumann ]
1360   * Removing local/bin by default in lb_clean too.
1361   * Skipping creation of soon to be replaced config/templates directory.
1363  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 10 Dec 2012 20:38:58 +0100
1365 live-build (3.0~a69-1) unstable; urgency=low
1367   * Also avoiding to use xz compression for squashfs for kubuntu.
1368   * Removing some leftovers from stripped and minimal package lists.
1369   * Updating powerpc kernel list on ubuntu.
1370   * Adding dropped empty-line separator in defaults.
1371   * Adding dropped empty-line separator in binary_debian-installer.
1372   * Updating wording about regenerating config trees.
1373   * Correcting test for no config tree version number to match all other
1374     cases, not just lower-than-1.
1375   * Harmonizing apt configuration handling in chroot_archives.
1376   * Adding support for local apt conf.d snippets in archive definitions
1377     (Closes: #685791).
1378   * Ensuring that functions are either sources locally or globally, but
1379     not both.
1380   * Adding proper header to build.sh include.
1381   * Dropping ubuntu guards on firmware selection code, we're not enabling
1382     firmware inclusion in ubuntu mode anyway.
1383   * Adding back legacy filtering for firmware packages on squeeze when
1384     contrib or non-free is not enabled.
1386  -- Daniel Baumann <mail@daniel-baumann.ch>  Thu, 06 Dec 2012 21:09:00 +0100
1388 live-build (3.0~a68-1) unstable; urgency=low
1390   [ Ben Armstrong ]
1391   * Fixing typo in cache directory names, thanks to Thanatermesis
1392     <thanatermesis@gmail.com>.
1394   [ Daniel Baumann ]
1395   * Correcting copying of archive specific apt preferences files, thanks
1396     to Thanatermesis <thanatermesis@gmail.com> (Closes: #693250).
1397   * Correcting a typo in chroot_apt when re-configuring apt preferences,
1398     found by Thanatermesis <thanatermesis@gmail.com> (Closes: #685924).
1400   [ Richard Nelson ]
1401   * Update git paths for cgi form.
1402   * Increased the maxlenth of the entry field cgipackages.list.chroot on
1403     l-b.cgi (Closes: #693732).
1405   [ Daniel Baumann ]
1406   * Adding backwards compatible handling for squeeze and the ubuntus for
1407     old-style Contents files in the archive.
1408   * Adding default-preseeding for non-free firmware only when non-free is
1409     actually included, to avoid cluttering debconf db by default on all
1410     systems.
1412   [ Richard Nelson ]
1413   * Correct typo on commit 11d97a6a5f17fe2c500a798aa4a32fa6889e409c
1414   * Correct another typo on commit
1415     11d97a6a5f17fe2c500a798aa4a32fa6889e409c
1417   [ Daniel Baumann ]
1418   * Marking comments in checksum files as such to avoid harmless but
1419     anoying warning messages during live-boots medium integrity check.
1420   * Updating note about integrity check boot parameter within checksum
1421     files.
1422   * Adding default hook to remove linux-image backup files.
1423   * Using four letter digit prefixes for hooks like for consistency with
1424     all other live packages.
1425   * Adding dpkg-source local options.
1426   * Using hash rather than pipe as sed separator for writing boot
1427     parameters into bootloader configurations (Closes: #694723).
1428   * Replicating same qemu support within bootstrap_debootstrao for
1429     bootstrap_cdebootstrap too (Closes: #694102).
1431  -- Daniel Baumann <mail@daniel-baumann.ch>  Fri, 30 Nov 2012 15:09:48 +0100
1433 live-build (3.0~a67-1) unstable; urgency=low
1435   [ chals ]
1436   * Addin missing comma in the long debootstrap-options that caused an
1437     unrecognized option message.
1439   [ Daniel Baumann ]
1440   * Renaming progress mode to progress-linux to match the used naming
1441     scheme.
1442   * Removing unecessary removal of apt preferences.
1443   * Removing workaround for #657560 where we had to temporarily include
1444     bzip2 into the bootstrapped chroot to avoid sids apt failing on
1445     mirrors with bzip2 indices only.
1446   * Removing cruft line breaks in bailout messages for bootstrap tools.
1447   * Using xargs when copying or hardlinking deb files from and to the
1448     package cache to avoid hit the shell max command limits (Closes:
1449     #691616).
1450   * Defaulting to systemd as initsystem for wheezy based progress-linux
1451     releases and newer.
1452   * Shortening initsystem specific hacks for wheezy, systemd on squeeze
1453     never was really supported anyway.
1454   * Removing sysvinit when building images with systemd.
1455   * Running chrooted commands with DEBCONF_NONINTERACTIVE_SEEN set to
1456     true to ensure debconf questions are not reasked uselessly on the
1457     final systems.
1458   * Making sysvinit removal on systemd systems conditional, newer
1459     bootstraps might not always pull in sysvinit packages anymore.
1460   * Also supporting the other way around: removing systemd from a
1461     bootstrap and switching to sysvinit for those distributions that
1462     default to systemd.
1463   * Removing debconf-nowarnings option, doesn't provide any advantage to
1464     disable this option in the first place.
1465   * Correcting typos in aptitude-options name in lb config, thanks to
1466     Frank Gard <frank@familie-gard.de> (Closes: #691930).
1467   * Workarounding recent archive changes wrt/ content files until
1468     #692111 is fixed.
1470  -- Daniel Baumann <mail@daniel-baumann.ch>  Fri, 02 Nov 2012 12:23:38 +0100
1472 live-build (3.0~a66-1) unstable; urgency=low
1474   * Removing some left-overs from bootstrap-copy removal in lb config.
1475   * Removing local/functions functionality, it's not really usefull
1476     anyway.
1477   * Renaming local/scripts to local/bin for executables overriding not
1478     just lb scripts, but any command during live-build runs.
1479   * Renaming config/chroot_apt to simply config/apt. Eventually
1480     lb_chroot_apt will be folded into chroot_archives but that's left
1481     for after wheezy.
1482   * Renaming config/binary_debian-installer to simply config/debian-
1483     installer.
1484   * Removing support for local grub/grub2 splash image and config
1485     manipulations, custom templates should be used instead. Rather than
1486     doing all the heavy lifting in live-build that nobody really uses
1487     and which is quite inflexible, users should (in line with the
1488     syslinux handling) either stick with the default grub
1489     configurations, or, supply a custom one to live-build, rather than
1490     partial/single files only.
1491   * Avoid creating old left-over directory for custom syslinux splash
1492     handing from within the config tree in lb_config.
1493   * Renaming config/binary_rootfs to simply config/rootfs.
1494   * Renaming config/includes.binary_debian-installer to simply
1495     config/includes.debian-installer.
1497  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 22 Oct 2012 20:44:44 +0200
1499 live-build (3.0~a65-1) unstable; urgency=low
1501   * Correcting variable handling for --bootappend-live-failsafe in lb
1502     config.
1503   * Stopping to support LB_INITRAMFS=auto, when switching the mode one
1504     has to update several parameters anyway, use of auto scripts are
1505     recommended.
1506   * Simplifying bootparameter assembling in defaults.
1507   * Correcting variable handling for --bootappend-live-failsafe in
1508     defaults.
1510  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 08 Oct 2012 20:47:02 +0200
1512 live-build (3.0~a64-1) unstable; urgency=low
1514   [ Daniel Baumann ]
1515   * Removing unsupported and unsupportable bootstrap_copy.
1516   * Removing ubuntu natty support, EOL.
1518   [ Michal Suchanek ]
1519   * Allowing to include multiple kernel images but menu entry is
1520     generated only for one.
1522   [ Daniel Baumann ]
1523   * Updating package descriptions.
1524   * Adding note about experimental in cgi frontend package description.
1525   * Making failsafe boot parameters fully customizable like the normal
1526     ones.
1527   * Making different boot options defaults depending on initramfs
1528     generator, not depending on mode.
1529   * Setting default compression to none. Normally, when using compressed
1530     file systems (squashfs), there is no point in further compressing
1531     the tarballs and images.
1533  -- Daniel Baumann <mail@daniel-baumann.ch>  Fri, 05 Oct 2012 09:23:12 +0200
1535 live-build (3.0~a63-1) unstable; urgency=low
1537   * Add missing whitespace when concatenating multiple live.cfg syslinux
1538     files.
1539   * Booting by default with 'quiet' and 'splash' parameters.
1541  -- Daniel Baumann <mail@daniel-baumann.ch>  Tue, 02 Oct 2012 21:24:22 +0200
1543 live-build (3.0~a62-1) unstable; urgency=low
1545   * Simplyfing clean option in lb config.
1546   * Only producing zsync files for iso and iso-hybrid images.
1547   * Supporting parent distribution as a variable field in syslinux
1548     splashes.
1549   * Supporting parent distribution as a variable field in archive
1550     definitions.
1551   * Avoiding warnings when checking for arguments in clean.
1552   * Updating squeeze point release version.
1553   * Updating wheezy pre-release version.
1554   * Also use .contents suffix for file list of sources images like for
1555     binary images, rather than the old .list suffix.
1556   * Using linux rather than kernel directive in syslinux configuration
1557     files.
1558   * Simplify internal replacement strings when processing syslinux
1559     configuration files.
1560   * Removing superfluous menu default directive in syslinux
1561     configuration files.
1562   * Clearing the screen when exiting syslinux menu.
1563   * Using menu default only once when populating syslinux configurations
1564     for more than one kernel flavour (Closes: #682957).
1566  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 01 Oct 2012 05:02:08 +0200
1568 live-build (3.0~a61-1) unstable; urgency=low
1570   [ Daniel Baumann ]
1571   * Correcting 'not-enough-arguments' check in Packages grep-aptavail
1572     helper.
1573   * Using dedicated initrd line in syslinux configurations rather than
1574     stuffing everything in one line.
1575   * Using initramfs generator specific boot parameters in syslinux
1576     configuration files.
1578   [ Adam Conrad ]
1579   * Switching Ubuntu from powerpc to powerpc-smp kernel.
1581   [ Colin Watson ]
1582   * Using i386 -generic-pae kernel flavour on Ubuntu precise.
1584   [ Daniel Baumann ]
1585   * Don't turn on xz compression in mksquashfs for ubuntu builds
1586     according to Adam Conrad <adconrad@ubuntu.com>.
1588   [ Colin Watson ]
1589   * If --build-with-chroot is false, run ! lines in package-lists in the
1590     host system.
1591   * Fixing execution of binary hooks.
1593   [ Daniel Baumann ]
1594   * Adding slightly modified patch from Adam Conrad
1595     <adconrad@ubuntu.com> to remove resolvconf artifacts.
1597  -- Daniel Baumann <mail@daniel-baumann.ch>  Sun, 30 Sep 2012 09:46:53 +0200
1599 live-build (3.0~a60-1) unstable; urgency=low
1601   * Removing virtual-hdd image type. Rather than a half broken image
1602     type, we'll bet our money on having proper partman recipies support
1603     implemented for hdd image types. Even if we don't make it for
1604     wheezy, it's better to not have virtual-hdd in there and tell users
1605     to use the jessie version for proper hdd images.
1606   * Updating win32-loader inclusion handling.
1607   * Including loadlin on d-i images on amd64 and i386.
1608   * Updating to standards version 3.9.4.
1610  -- Daniel Baumann <mail@daniel-baumann.ch>  Sat, 29 Sep 2012 14:08:42 +0200
1612 live-build (3.0~a59-1) unstable; urgency=low
1614   [ Daniel Baumann ]
1615   * Adding baureo-backports and charon-backports as valid distributions
1616     in progress mode.
1618   [ Richard Nelson ]
1619   * frontend/cgi correctly reference netboot binary-images in form.html.
1621   [ Daniel Baumann ]
1622   * Updating base-files hack for plymouth in progress mode.
1623   * Correcting cdebootstraps-options typo in getopt, thanks to chals
1624     <chals@altorricon.com>.
1625   * Renaming volatile options refering to volatile archive to updates to
1626     match current archive namings.
1627   * Removing intel-microcode special handling in chroot_linux-image,
1628     microcode packages are already included automatically anyway.
1630  -- Daniel Baumann <mail@daniel-baumann.ch>  Wed, 26 Sep 2012 14:48:30 +0200
1632 live-build (3.0~a58-1) unstable; urgency=low
1634   [ Daniel Baumann ]
1635   * Simplyfing sourcing of build.sh and getting away with the broken
1636     subshell construct.
1638   [ Richard Nelson ]
1639   * Remove frontend/cgi unofficial custom binary and custom bootstrap
1640     options.
1642   [ Daniel Baumann ]
1643   * Correcting typo in binary_syslinux when writing the flavour name to
1644     the config files (Closes: #684865).
1645   * Correcting fallback for default binary volatile mirror on ubuntu,
1646     thanks to Luigi Capriotti <l.capriotti@xbmc.org>.
1647   * Correcting wrong path to syslinux configuration files when using
1648     live-build from a local git clone, thanks to Raphael Hertzog
1649     <hertzog@debian.org> (Closes: #684893).
1650   * Switching back to use the more common ${@} instead of ${*}, it's not
1651     required in current lb_clean anymore.
1652   * Using /etc/live/build/*.conf instead of /etc/live/build.d/*.conf for
1653     consistency reasons.
1654   * Moving from cdn.debian.net to http.debian.net as binary mirror.
1656   [ Richard Nelson ]
1657   * frontend/cgi rename BINARY_INDICES to APT_INDICES
1658   * frontend/cgi only source /usr/lib/live/build.sh
1659   * frontend/cgi cleanup and support for clone, config, and build on
1660     cron job.
1661   * frontend/cgi cleanup remarked line of common function source from
1662     last commit on l-b-c.cron.
1664   [ Daniel Baumann ]
1665   * Improving check for missing apt-ftparchive to check for the actual
1666     file, rather than to check for a possible missleading bootstrap
1667     flavour.
1668   * Removing bootstrap-flavour option (Closes: #685675).
1669   * Removing bootstrap-include and bootstrap-exclude options.
1670   * Removing bootstrap-keyring option.
1671   * Correcting wrong bootstrap-qemu-exclude variable in defaults.
1672   * Applying patch from Colin Watson <cjwatson@ubuntu.com> to correct
1673     chroot hooks execution (Closes: #685534).
1674   * Exposing --debootstrap-options and --cdebootstrap-options publicly.
1675   * Adding some comments about the different locations of live-build in
1676     the central lb wrapper.
1677   * Calling local live-build embedded in config directly rather than to
1678     adjust path.
1679   * Removing old LB= hack when wrapper was not mandatory.
1680   * Moving aborting when no bootstrap tool is installed from defaults to
1681     the respective bootstrap script.
1682   * Correcting printf call cosmetically in central wrapper when
1683     prepending date and time for each command to not choke upon multiple
1684     arguments.
1685   * Making build.sh sourcing more robust (Closes: #684896).
1686   * Dropping lb prefix from live-build scripts, not needed anymore.
1687   * Setting default progress distribution from artax to baureo.
1689  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 27 Aug 2012 16:33:10 +0200
1691 live-build (3.0~a57-1) unstable; urgency=low
1693   [ Daniel Baumann ]
1694   * Concentrating all parted calls within lb_binary_hdd into one place
1695     in order to make things simpler.
1696   * Updating lb config --config manpage option to reflect that any Git
1697     Id can be specified, not just branches.
1698   * Removing manpage stubs for second-level commands.
1700   [ Richard Nelson ]
1701   * Initial work to support --config git option.
1702   * Remove settings that should be handled by --config git option.
1704   [ Daniel Baumann ]
1705   * Also removing binary.netboot.tar.xz before re-creating it in
1706     binary_netboot.
1707   * Adding live-build to depends for live-build-cgi.
1708   * Adding cron to recommends for live-build-cgi.
1710  -- Daniel Baumann <mail@daniel-baumann.ch>  Fri, 10 Aug 2012 22:42:17 +0200
1712 live-build (3.0~a56-1) unstable; urgency=low
1714   * Adding possibility to specify a git branch when using lb config --
1715     config.
1716   * Adding messages about performing git operations when using --config.
1717   * Automatically update auto/config when using --config with extra
1718     options.
1719   * Avoid showing message in lb config running the second time through
1720     auto on git repository based config trees.
1721   * Adding shortcut helper for dctrl-tools.
1722   * Updating GPL standard header in all files.
1723   * Removing chroot_local-patches, too much overhead for just applying
1724     patches (notably, with -p1 enforced), hooks are more flexible
1725     anyway.
1726   * Disabling volatile for wheezy for the time being.
1728  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 30 Jul 2012 21:55:32 +0200
1730 live-build (3.0~a55-1) unstable; urgency=low
1732   * Adding release information for jessie.
1733   * Updating all distribution specific selectors in defaults to be as
1734     future proof as possible.
1735   * Dropping global binary includes and moving binary local-includes to
1736     includes, just as with chroot includes and local-includes.
1737   * Dropping globale package lists for the desktop environments.
1738   * Moving off rescue package list to its own git repository for the
1739     config tree.
1740   * Allowing to specify a git repository to lb_config in order to
1741     bootstrap a config tree.
1742   * Reordering auto/config in lb_config to work with bootstrapping
1743     config tree from a git repository.
1744   * Showing a message about ignoring --config when the current directory
1745     already is a git repository.
1746   * Removing unmaintained gnustep package list.
1747   * Adding git to suggests.
1748   * Including gnupg on ubuntu by default through corresponding default
1749     for bootstrap includes.
1750   * Removing minimal package list, not needed anymore.
1751   * Removing unused debian-live package lists.
1752   * Removing debian-junior list, same as with debian-science, see
1753     9ad58f0d.
1754   * Adding support for executable statements as '! $command' in package
1755     lists.
1756   * Handling dctrl-tools temporary installation in chroot during
1757     package-lists expansion.
1758   * Removing chroot_task-lists, obsoleted by package lists.
1759   * Dropping global package-lists entirely, only local package lists
1760     within the config tree are support.
1761   * Also checking for dctrl-tools when assembling binary package lists.
1762   * Optimizing chroot package-lists handling for the cases where it's
1763     not used.
1765  -- Daniel Baumann <mail@daniel-baumann.ch>  Sun, 29 Jul 2012 01:59:42 +0200
1767 live-build (3.0~a54-1) unstable; urgency=low
1769   * Making sure target directory for syslinux theme files exists when
1770     building non-chrooted.
1771   * Fixing up inclusion of functions while allowing local usage of live-
1772     build with different file layouts.
1773   * Correcting accidentally reverted check for rsvg in binary_syslinux
1774     when building non-chrooted.
1776  -- Daniel Baumann <mail@daniel-baumann.ch>  Fri, 20 Jul 2012 04:36:21 +0200
1778 live-build (3.0~a53-1) unstable; urgency=low
1780   * Removing leftover creation of /var/log in toplevel makefile from the
1781     cron removals.
1782   * Moving main executables away from scripts subdirectory.
1783   * Moving scripts from /usr/share/live to /usr/lib/live for consistency
1784     with all debian-live packages.
1785   * Renaming example hooks to the newer filename patter that is required
1786     by live-build since a while.
1787   * Removing debian-installer-banner.binary example hook, this can be
1788     done through config/includes.binary_debian-installer directly.
1789   * Removing hal-automount.chroot example hook, not needed anymore.
1790   * Removing linux-modules.chroot example hook, this can be done by
1791     kmods conf.d directories directly.
1792   * Removing live-build-inclusion.binary example hook, too broken way to
1793     do it.
1794   * Removing okular-nodrm.chroot example hook, would need update for
1795     recent kde4 versions and I don't care about that.
1796   * Removing rt2570-modules.chroot example hook, obsoleted out-of-tree
1797     module.
1798   * Removing sun-java6.chroot example hook, obsoleted by openjdk.
1799   * Removing udev-generators.chroot example hook, obsoleted by live-
1800     builds own hacks.
1801   * Removing update-initramfs.chroot example hook, obsoleted by live-
1802     builds own hacks.
1803   * Removing virtualbox.chroot example hook, not required anymore with
1804     current virtualbox versions.
1805   * Removing sysvinit.chroot example hook, not useful on modern systems
1806     anymore.
1807   * Removing losetup-lukshome.chroot example hook, obsoleted by live-
1808     boots new persistence implementation.
1809   * Removing kernel-purge.chroot example hook, not usefull anymore.
1810   * Removing localepurge.chroot example hook, should be done solely
1811     through preseeding.
1812   * Removing debian-live-pxe-server.chroot example hook, not usefull in
1813     this way.
1814   * Installing examples into the correct location in /usr/share/doc.
1815   * Removing debian-science package list, there's science-tasks and
1816     #513296 to do this in proper.
1817   * Removing warning from minimal package list about minimal hook, which
1818     isn't the case anymore.
1819   * Removing ubuntu-cloud and ubuntu-cloud-desktop package lists.
1820   * Adding missing copyright fields in copyright file.
1821   * Correcting spelling typo in 3.0~a52-1 changelog entry.
1822   * Removing leftover maintainer scripts from cron removals.
1824  -- Daniel Baumann <mail@daniel-baumann.ch>  Thu, 19 Jul 2012 04:14:38 +0200
1826 live-build (3.0~a52-1) unstable; urgency=low
1828   * Improving error message in lb wrapper to show the command in case of
1829     a missing command.
1830   * Adding svg splash for syslinux bootloaders.
1831   * Adding dynamic information into the splash and creating the png
1832     export at build time.
1833   * Truncating udev persistent net rules in remove-udev-persistent-
1834     rules.chroot hook rather than to remove them (Closes: #680763).
1835   * Removing discontinued live-build-cron autobuilder (Closes: #672379).
1836   * Updating dhcp packages in rescue package list to avoid transitional
1837     packages for squeeze and up.
1838   * Marking libguytools1 as squeeze only in rescue package list.
1839   * Marking ddrescue as squeeze-only in rescue list.
1840   * Using clamav-data for squeeze and clamav-freshclam for wheezy/sid in
1841     rescue list.
1842   * Applying patch from Steven Shiau <steven@nchc.org.tw> to
1843     conditionally copy /etc/apt/secring.gpg* files.
1844   * Renaming net flavour to netboot for consistency.
1845   * Adding support for zsync control files generation, thanks to Hector
1846     Oron <hector.oron@gmail.com> for the idea and prototype.
1847   * Adding xz as valid compression format.
1848   * Using xz to compress images on anything except squeeze, keeping gzip
1849     as default for squeeze.
1850   * Removing spurious lb_source_netboot, there's not such thing as a
1851     netboot specific source tarball anyway.
1852   * Handle multiple version numbers when having more than one linux
1853     flavours for splash.svg post-processing.
1854   * Adding support for pinning preferences files in
1855     config/archives/*.pref{.chroot,.binary}.
1856   * Updating splash.svg handling for unchrooted and chrooted builds.
1857   * Decrufting version flag.
1858   * Correcting live-build and live-boot versions for splash.svg post-
1859     processing.
1860   * Also removing zsync files in lb clean.
1861   * Slightly updating strings in splash.svg for better organization of
1862     the information presented.
1863   * Adding extlinux bootloader configuration files.
1864   * Correcting freudian typo in package check for chroot filesystems
1865     dependencies in binary_rootfs.
1866   * Adding support for ntfs as binary filesystem when using syslinux.
1867   * Updating squeeze point-release number.
1868   * Setting initial release number for wheezy.
1869   * Correcting spelling typo of ubuntus 12.10 codename.
1870   * Correcting some distribution specific checks to make them
1871     derivatives compliant.
1872   * Enabling security archives on wheezy.
1874  -- Daniel Baumann <mail@daniel-baumann.ch>  Wed, 18 Jul 2012 22:46:55 +0200
1876 live-build (3.0~a51-1) unstable; urgency=low
1878   * For consistency, respecting config/environment too for both chroot
1879     and binary environments (but the content of sepcific environments
1880     for either chroot or binary still has precedence over the generic
1881     one).
1882   * Changing default binary.list filename to binary.contents to make it
1883     more explicit and not to be confused with package lists.
1884   * Automatically include intel-microcode when building with firmware
1885     and non-free enabled.
1886   * Redirecting rmdir output in postrm for live-build-cron properly
1887     (Closes: #676102).
1888   * Removing alpha and hppa stub support, both architectures have been
1889     dropped for wheezy in debian.
1890   * Switching from smbfs to cifs-utils (Closes: #679240).
1891   * Switching to xz compression in source and binary packages.
1893  -- Daniel Baumann <mail@daniel-baumann.ch>  Wed, 27 Jun 2012 14:38:21 +0200
1895 live-build (3.0~a50-1) unstable; urgency=low
1897   [ Daniel Baumann ]
1898   * Updating auto example scripts.
1899   * Correcting cron.d directory removal in postrm.
1900   * Removing grub-efi from d-i packages for the time being, it doesn't
1901     work correctly yet.
1902   * Automatically translate date formats in po files.
1903   * Updating live-media checksum names for newer live-boot.
1904   * Defaulting to SHA256 live-media checksums.
1905   * Re-arranging frontends in source tree.
1906   * Updating l10n stuff before removing it.
1907   * Removing unmaintained l10n handling.
1908   * Dropping different debian cgi templates and use only the one used on
1909     live-build.debian.net.
1910   * Removing old/non-working graph-helper.
1912   [ Hector Oron ]
1913   * Dont assume bash when configuring chroot with QEMU.
1915  -- Daniel Baumann <mail@daniel-baumann.ch>  Wed, 06 Jun 2012 20:00:02 +0200
1917 live-build (3.0~a49-1) unstable; urgency=low
1919   [ Daniel Baumann ]
1920   * Correcting renaming of syslinux files in progress mode to actually
1921     work.
1922   * Naming resulting binary isohybrid image binary.hybrid.iso from now
1923     on for consistency with the different hdd images later on.
1924   * Moving firmware symlink creation to the end of binary_debian-
1925     installer in order to ensure to take only the latest packages into
1926     account that get into the image, regardless if they come from the
1927     archive or are localy included.
1928   * Cleaning http_proxy and ftp_proxy settings in chroot, people using
1929     apt proxies set them throught the apt pseudo-proxy options, and
1930     people using real proxies use config/environment.{chroot,binary} to
1931     set them.
1932   * Allowing to inject variables through config/environment.binary into
1933     the binary environment.
1934   * Allowing to use comments in config/environment.{binary,chroot}.
1935   * Removing pre-squeeze XORG_CONFIG variable from the chroot
1936     environment.
1937   * Don't bother supporting firmware on ubuntu, they seem to have a
1938     different archive structure.
1939   * Renaming config/binary_debian-installer-includes to
1940     config/includes.binary_debian-installer for consistency with the
1941     other include directories.
1943   [ Ben Armstrong ]
1944   * Adding default for --debian-installer-preseedfile.
1946   [ Daniel Baumann ]
1947   * Removing some more configuration files on purge (Closes: #672379).
1948   * Renaming internal .stage to .build for consistency within the
1949     configuration tree.
1950   * Adding grub-efi to static list of packages for the d-i pool for
1951     amd64.
1952   * Making firmware package assembling a bit more robust.
1953   * Updating cache directory names to consistent naming scheme.
1954   * Moving local includes from auto/{functions,scripts} to
1955     local/{functions,scripts} where they belong.
1957  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 04 Jun 2012 12:15:37 +0200
1959 live-build (3.0~a48-1) unstable; urgency=low
1961   [ Daniel Baumann ]
1962   * Transforming failsafe boot parameter into an own option.
1963   * Updating release list for ubuntu.
1964   * Adding failsafe entries for syslinux bootloaders in embedded
1965     configs.
1967   [ Tails developers ]
1968   * Fixing typo in rescue package list.
1970   [ Daniel Baumann ]
1971   * Correcting typo in binary_rootfs to restore 'plain' live filesystem
1972     support.
1973   * Using /boot on live media instead of /isolinux or /syslinux in
1974     progress mode.
1975   * Allowing to inject variables through config/environment.chroot into
1976     the chroots environment.
1978  -- Daniel Baumann <mail@daniel-baumann.ch>  Fri, 25 May 2012 08:22:27 +0200
1980 live-build (3.0~a47-1) unstable; urgency=low
1982   [ Daniel Baumann ]
1983   * When removing fstab for live-installer also touch an empty file for
1984     it to avoid other packages failing on non-existing fstab.
1985   * Making extraction of the manpage section in manpages/Makefile work
1986     with multiple dots in the filename.
1987   * Correcting regression in the form of a wrong path in binary_syslinux
1988     for syslinux theme packages.
1989   * Temporarily including bzip2 manually when bootstrapping until
1990     #657560 has been fixed in unstable.
1991   * Correcting destination directory for extraction of the gfxboot-theme
1992     in ubuntu mode.
1994   [ intrigeri ]
1995   * Adding nosplash to the list of options appended in fail-safe mode.
1997   [ Daniel Baumann ]
1998   * Adding memtest to the list of options appended in fail-safe mode.
1999   * Updating defaults for linux-latest metapackages in wheezy.
2000   * Adding support for including firmware packages automatically within
2001     debian-installer.
2002   * Installing packages into their detected sections within binary pool,
2003     needed for proper firmware package placement.
2004   * Generating package indices for the detected sections within binary
2005     pool, needed for proper firmware package placement.
2006   * Removing 'frozen' symlink in d-i dists, the other suitnames can
2007     probably go to.
2008   * Adding support for including firmware packages automatically within
2009     the live system.
2010   * Adding entries about the firmware options in lb_config manpage.
2011   * Automatically preseed some known firmware packages.
2012   * Also include firmware-linux meta package if non-free is enabled.
2013   * Updating static list of live specific packages that get
2014     unconditionally added and included in the source images.
2015   * Unconditionally including firmware in all images by default. This is
2016     safe since only firmware available within the configured archive
2017     area is included automatically, see manpage.
2018   * Adding symlinks in /firmware for debian-installer on live media.
2019   * Slight reordering in lb_binary_debian-installer.
2021  -- Daniel Baumann <mail@daniel-baumann.ch>  Fri, 27 Apr 2012 11:37:00 +0200
2023 live-build (3.0~a46-1) unstable; urgency=low
2025   [ Daniel Baumann ]
2026   * Excluding honeyd for wheezy in rescue package list (Closes:
2027     #660601).
2028   * Including thttpd for squeeze only in rescue package list.
2029   * Excluding guymager for wheezy in rescue package list.
2030   * Removing full path from chroot calls in chroot function.
2032   [ Richard Nelson ]
2033   * Set parent distribution, parent debian installer, and mode, also
2034     disable backports on l-b.cgi
2036   [ Daniel Baumann ]
2037   * Removing --hostname cruft, live-config bootparameters should be used
2038     via --bootappend-live.
2039   * Removing --username cruft, live-config bootparameters should be used
2040     via --bootappend-live.
2041   * Updating copyright file machine-readable format version 1.0.
2042   * Updating to standards version 3.9.3.
2043   * Marking lde in rescue list as squeeze only, thanks to Michal
2044     Suchanek <hramrach@centrum.cz>.
2045   * Adding architecture to the output message when running lb_config.
2046   * Excluding security and volatile archives for ubuntu precise for the
2047     the time being.
2048   * Removing references to not existing --language option in lb_config
2049     manpage.
2050   * Switching default bootstrap mirror from ftp.de.debian.org to
2051     ftp.debian.org, now that ftp.debian.org has upgraded hardware and
2052     bandwith.
2053   * Avoid calling update-initrd in lb_chroot_hacks if the target system
2054     has no initrd, thanks to Hector Oron <zumbi@debian.org>.
2055   * Excluding console-common in standard list for ubuntu as console-
2056     common is in universe.
2057   * Adding Italian debconf translations from Beatrice Torracca
2058     <beatricet@libero.it> (Closes: #663428).
2059   * Updating release list for progress.
2060   * Updating release list for ubuntu.
2061   * Moving pxelinux.cfg to pxelinux.cfg/default in pxelinux bootloader
2062     configs.
2063   * Moving kernel and initrd into tftpboot directory for netboot images.
2064   * Prefering default modules in initrd even on netboot images (Closes:
2065     #667594).
2067  -- Daniel Baumann <mail@daniel-baumann.ch>  Thu, 05 Apr 2012 10:32:51 +0200
2069 live-build (3.0~a45-1) unstable; urgency=low
2071   [ Daniel Baumann ]
2072   * Correcting typo in defaults for backports mirror.
2073   * Correcting typo in ubuntu default distribution name, thanks to Marco
2074     Lechner <marco.lechner@fossgis.de> (Closes: #659823).
2076   [ Ben Armstrong ]
2077   * Removing menu as it adds an unwanted menu to some DEs/WMs which
2078     prefer to do without.
2080   [ Daniel Baumann ]
2081   * Add forgotten fallback for mode setting if lsb_release is not
2082     installed.
2083   * Adding Polish debconf translations from Michal Kulach
2084     <michalkulach@gmail.com> (Closes: #660003).
2086  -- Daniel Baumann <mail@daniel-baumann.ch>  Thu, 16 Feb 2012 21:47:11 +0100
2088 live-build (3.0~a44-1) unstable; urgency=low
2090   * Handling /etc/resolv.conf even if it's a dangling symlink like with
2091     resolv.conf, thanks to Stephane Graber <stgraber@ubuntu.com>
2092     (Closes: #657640).
2093   * Adding updated Spanish debconf translations from Javier Fernández-
2094     Sanguino Peña <jfs@computer.org> (Closes: #656404).
2095   * Adding Dutch debconf translations from Jeroen Schot <schot@a-
2096     eskwadraat.nl> (Closes: #657470).
2097   * Correcting lzcat call in binary_disk to not bail out due to non-
2098     standard file extension (unknown suffix -- unchanged), thanks to
2099     Luigi Capriotti <l.capriotti@xbmc.org> (Closes: #658995).
2100   * Correcting destination path for uuid.conf when using casper in
2101     binary_disk, thanks to Luigi Capriotti <l.capriotti@xbmc.org>
2102     (Closes: #658995).
2103   * Removing warning about resolvconf package, not be needed anymore.
2104   * Adding a workaround in rules to stop dh_link converting absolute
2105     symlinks to relative symlinks for bootloader configs.
2106   * Adding lintian overrides for symlink-should-be-relative (bootloader
2107     configs need to use absolute symlinks on purpose to allow chrooted
2108     builds).
2110  -- Daniel Baumann <mail@daniel-baumann.ch>  Sun, 12 Feb 2012 22:08:49 +0100
2112 live-build (3.0~a43-1) unstable; urgency=low
2114   [ Daniel Baumann ]
2115   * Updating to debhelper version 9.
2117   [ Richard Nelson ]
2118   * l-b.cgi - Add pending build(s) to be processed ahead of your
2119     request.
2121   [ Daniel Baumann ]
2122   * Setting default mirror for progress to cdn.archive.progress-
2123     linux.org.
2124   * Updating lb_binary_syslinux for embedded syslinux themes.
2125   * Adding embedded copies for syslinux bootloaders (Closes: #622838,
2126     #635933, #636217, #645406, #646387, #646799, #651520, #652437).
2127   * Applying patch from Ivailo Monev to remove stage files for pseudo-
2128     filesystems helpers in exit function.
2129   * Correcting typo in security chroot mirror variable assembling.
2130   * Autodetecting mode depending on which distribution we're building.
2131   * Giving a note about what mode we are configuring, now that mode is
2132     determined automatically based on the host system.
2133   * Updating squeeze point release number.
2134   * Adding note about 404 errors that are on purpose when fetching udebs
2135     in derivative mode.
2136   * Avoid warning messages in binary_packagelists for not existing local
2137     lists.
2138   * Renaming forgotten binary_packagelists to binary_package-lists to
2139     match the rest of lb.
2140   * Removing removal of bootstrap-base udeb in binary_debian-installer.
2141   * Using /etc/apt/sources.list.d/debian.list instead of
2142     /etc/apt/sources.list in derivative mode.
2143   * Updating year in copyright notices for 2012.
2144   * Removing useless top-comment for
2145     /etc/apt/preferences.d/progress.pref.
2146   * Improve backports handling in derivatives mode.
2147   * Adding opt-in hook to remove all sources.list files, as it's
2148     desirable in some setups.
2149   * Avoid removing populated apt preferences file in derivative mode.
2150   * Dereferencing potential symlinked apt preference files in
2151     chroot_apt/*.pref.
2152   * Simplyfing automatic pinning in derivative modes.
2153   * Cleaning up handling of apt preferences when building in progress
2154     mode.
2155   * Shortening kernel and initrd filenames in /live again similar to
2156     what we did with in lenny.
2158  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 06 Feb 2012 23:23:32 +0100
2160 live-build (3.0~a42-1) unstable; urgency=low
2162   [ Matthijs Kooijman ]
2163   * Make lb_chroot_hooks work with dash.
2164   * Fix pathname for running hooks in lb_chroot_hooks.
2165   * Make the config available to all hooks.
2166   * Fix path in 001-update-apt-file-cache.chroot.
2167   * Use a two-stage mount again for mounting config inside chroot in
2168     lb_chroot_hooks.
2169   * Unmount /root/config in case of error.
2170   * Unmount chroot/root/config when running lb_clean.
2172   [ Daniel Baumann ]
2173   * Adding armhf kernel defaults, thanks for Ying-Chun Liu
2174     <paulliu@debian.org> for bringing it up (Closes: #655557).
2175   * Correcting wrong and incompatible loop for casper initrds in
2176     binary_disk.
2177   * Using syslinux payload as fallback in lb_binary_syslinux if no
2178     destinct image type could be deduced (Closes: #655562).
2179   * Switching priorities of mirror defaults (which mirror default is
2180     used from which previously set mirror default etc.) to the way it
2181     was intendet to be.
2183   [ Colin Watson ]
2184   * Print the current time before starting a command with the lb wrapper
2185     script (Closes: #630089).
2187   [ Daniel Baumann ]
2188   * Adding reference to --parent-archive-areas in lb_config manpage
2189     (Closes: #646797).
2191  -- Daniel Baumann <mail@daniel-baumann.ch>  Sun, 15 Jan 2012 19:25:42 +0100
2193 live-build (3.0~a41-1) unstable; urgency=low
2195   [ Richard Nelson ]
2196   * l-b.cgi correct naming of --architectures
2197   * l-b.cgi add option for amd64 to --architectures.
2198   * l-b.cgi cleanup cron.d operations.
2199   * l-b.cgi cleanup build.html to use LB_BINARY_INTICES.
2200   * l-b.cgi cleanup trailing whitespace in l-b.cgi.cron
2201   * l-b.cgi update to form.html to current --package-lists
2202   * l-b.cgi update form.html to current --binary-images
2203   * l-b.cgi correct virtual-hdd option form.html
2204   * l-b.cgi modify old --packages param to become
2205     cgipackages.list.chroot
2206   * l-b.cgi rename 686-bigmem to 686-pae on forms.
2207   * l-b.cgi remove mirror operations which should be handled in
2208     /etc/live/build.conf
2210   [ Daniel Baumann ]
2211   * Enabling contrib and non-free by default for progress.
2213   [ Matthijs Kooijman ]
2214   * Fixing lb_binary_rootfs leaving the chroot without archives files.
2216   [ Daniel Baumann ]
2217   * Adding support for apt preference.d in config/chroot_apt.
2218   * Fix unconditional overwriting of
2219     /etc/apt/preferences.d/progress.pref in progress mode.
2220   * Correcting assembling of automatic pinning in progress mode.
2221   * Adding temporary hack with pinning to avoid squashfs-tools mismatch
2222     for artax-backports.
2223   * Using xz compression for squashfs only on wheezy and sid for the
2224     moment, not artax-backports.
2225   * Adding updated Portuguese debconf translations from Miguel
2226     Figueiredo <elmig@debianpt.org> (Closes: #654966).
2227   * Adding updated Swedish debconf translations from Martin Bagge
2228     <brother@bsnet.se> (Closes: #651345).
2230  -- Daniel Baumann <mail@daniel-baumann.ch>  Sun, 08 Jan 2012 02:23:00 +0100
2232 live-build (3.0~a40-1) unstable; urgency=low
2234   * Adding libasound2-plugins to standard-x11 package list, thanks to
2235     Nik Lutz <nik.lutz@gmail.com>.
2236   * Inverting logic for defaults or archive-areas wrt/ parent and
2237     derivatives.
2238   * Creating progress specific disk info files in progress mode.
2239   * Adding updated Czech debconf translations from Michal Simunek
2240     <michal.simunek@gmail.com> (Closes: #649110).
2241   * Adding updated Russian debconf translations from Yuri Kozlov
2242     <yuray@komyakino.ru> (Closes: #650870).
2243   * Adding updated French debconf translations from Julien Patriarca
2244     <patriarcaj@gmail.com> (Closes: #650655).
2246  -- Daniel Baumann <mail@daniel-baumann.ch>  Sun, 04 Dec 2011 10:14:06 +0100
2248 live-build (3.0~a39-1) unstable; urgency=low
2250   * Adding temporary manual setting of d-i urls for progress.
2251   * Removing --tasks leftovers in lb_config.
2252   * Sorting overrides in rules alphabetically.
2253   * Also setting 5% margin for ext4 images, thanks to Neil Wilson
2254     <neil@aldur.co.uk> for spotting it (Closes: #647601).
2255   * Applying some of the suggestions from the reviewed control file from
2256     debian-l10n-english (Closes: #643957).
2257   * Applying some of the suggestions from the reviewed template file
2258     from debian-l10n-english.
2259   * Adding initial Czech debconf translations from Michal Simunek
2260     <michal.simunek@gmail.com> (Closes: #648457).
2261   * Adding initial Danish debconf translations from Joe Dalton
2262     <joedalton2@yahoo.dk> (Closes: #648346).
2263   * Adding initial Spanish debconf translations from Gildardo Adrián
2264     Maravilla Jácome <gilmjc@gmail.com> and Francisco Javier Cuadrado
2265     <fcocuadrado@gmail.com> (Closes: #648463).
2266   * Adding initial French debconf translations from Julien Patriarca
2267     <patriarcaj@gmail.com> (Closes: #647820).
2268   * Adding initial Portuguese debconf translations from Miguel
2269     Figueiredo <elmig@debianpt.org> (Closes: #648484).
2270   * Adding initial Russian debconf translations from Yuri Kozlov
2271     <yuray@komyakino.ru> (Closes: #647993).
2272   * Adding initial Swedish debconf translations from Martin Bagge
2273     <brother@bsnet.se> (Closes: #648377).
2274   * Adding initial Telugu debconf translations from Praveen Illa
2275     <mail2ipn@gmail.com> (Closes: #648693).
2276   * Adding initial German debconf translations from Holger Wansing
2277     <linux@wansing-online.de> (Closes: #648381).
2278   * Updating and completing German debconf translations.
2280  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 14 Nov 2011 12:46:20 +0100
2282 live-build (3.0~a38-1) unstable; urgency=low
2284   * Disable backports forcefully when building artax-backports images
2285     direcly.
2286   * Updating symlinks for Ubuntu releases in debian-cd includes.
2287   * Adding hook to remove dbus machine id.
2288   * Renumbering hooks.
2289   * Bail out early in lb_source if source is disabled (Closes: #646807).
2290   * Adding expire date for oneiric in releases list.
2291   * Adding precise in releases list.
2292   * Correcting defaults d-i mirror for progress.
2294  -- Daniel Baumann <mail@daniel-baumann.ch>  Sun, 30 Oct 2011 08:46:54 +0100
2296 live-build (3.0~a37-1) unstable; urgency=low
2298   * Also strip out source archives from local archive definitions when
2299     using --apt-source-archives false.
2300   * Correcting typo in defaults for system variable.
2302  -- Daniel Baumann <mail@daniel-baumann.ch>  Thu, 13 Oct 2011 20:03:00 +0200
2304 live-build (3.0~a36-1) unstable; urgency=low
2306   * Using compression level 9 also for binary packages.
2307   * Updating squeeze point release number.
2308   * Correcting wrong location when looking for local preseed files in
2309     config tree, thanks to Eugenio Paolantonio <me@medesimo.eu> (Closes:
2310     #645116).
2311   * Deal with non-existing preseed files in config tree.
2313  -- Daniel Baumann <mail@daniel-baumann.ch>  Thu, 13 Oct 2011 15:55:53 +0200
2315 live-build (3.0~a35-1) unstable; urgency=low
2317   [ Daniel Baumann ]
2318   * Treating sources.list top-level file specially to workaround bug in
2319     apt that makes sources.list.d sources to be never prefered over main
2320     sources.list when using pinning (Closes: #573054).
2321   * Making top sources.list conditional, not everyone necessarily always
2322     uses that.
2323   * Marking tct in debian-forensics package list as squeeze only, thanks
2324     to Michael Milligan <mmilligan@astro.umn.edu> (Closes: #643926).
2326   [ Ben Howard ]
2327   * Adding check for missing mtab during chrooted binary rootfs stage.
2329   [ Daniel Baumann ]
2330   * Updating ettercap entries in rescue list for wheezy, thanks to
2331     Michael Milligan <mmilligan@astro.umn.edu>.
2332   * Marking ntfsprogs as squeeze only in rescue list, thanks to Michael
2333     Milligan <mmilligan@astro.umn.edu>.
2334   * Adding bug number to comments when moving top-level sources.list.
2336   [ Ben Howard ]
2337   * Adding Ubuntu Cloud images packages lists.
2338   * Adding foreign bootstrap via qemu for cross arch building.
2340  -- Daniel Baumann <mail@daniel-baumann.ch>  Sat, 08 Oct 2011 10:57:04 +0200
2342 live-build (3.0~a34-1) unstable; urgency=low
2344   [ Daniel Baumann ]
2345   * Removing unused global chroot_preseed.
2346   * Renaming and reworking previous chroot_local-preseed into
2347     chroot_preseed, now looking for config/preseed/*.preseed{,.chroot}
2348     files.
2349   * Correcting indenting glitch in lb_binary_chroot.
2350   * Using 'none' instead of 'plain' when specifying that no chroot
2351     filesystem should be used.
2352   * Renaming virtual-hdd-root-size to hdd-size in preparation of merging
2353     virtual-hdd into hdd.
2355   [ Ben Howard ]
2356   * Setting default armel linux flavour for Ubuntu.
2358   [ Daniel Baumann ]
2359   * Adding --system option to define the resulting image type to be a
2360     live system or a normal, non-live system.
2362   [ Colin Watson ]
2363   * Copying gfxboot theme when building for Ubuntu.
2365   [ Adam Conrad ]
2366   * Using the correct mirror locations for Ubuntu ports.
2368   [ Colin Watson ]
2369   * Defaulting to ubuntu-oneiric syslinux theme on Ubuntu.
2371   [ Daniel Baumann ]
2372   * Setting default ubuntu release to oneric.
2373   * Removing EOL Ubuntu dapper from release information.
2375  -- Daniel Baumann <mail@daniel-baumann.ch>  Fri, 30 Sep 2011 14:50:40 +0200
2377 live-build (3.0~a33-1) unstable; urgency=low
2379   * Correcting check for debian-installer-distribution when using daily
2380     images in non-derivatives mode.
2382  -- Daniel Baumann <mail@daniel-baumann.ch>  Wed, 28 Sep 2011 07:33:59 +0200
2384 live-build (3.0~a32-1) unstable; urgency=low
2386   [ Daniel Baumann ]
2387   * Correcting wrong spelling of cache in exit function, thanks to David
2388     Endler for spotting it.
2389   * Adding option for setting filesystem label on usb-hdd images.
2390   * Correcting syntax error in tr command used in default for hdd-label
2391     in progress mode.
2392   * Renaming usb-hdd binary image type to simply hdd.
2393   * Updating volatile handling in chroot_archives for derivatives when
2394     using foo-backports distribution scheme.
2395   * Temporarily removing live-tools from standard package list, doesn't
2396     work for derivatives yet.
2397   * Making sure that volatile for the parent distribution is still
2398     included in derivatives mode.
2399   * Switching away from cdn.debian.net as default mirrors for progress,
2400     too unreliable outside of Europe.
2401   * Renaming forgotten lb_binary_usb and lb_source_usb to lb_binary_hdd
2402     resp. lb_source_hdd.
2403   * Correcting incomplete checks for local packages in lb_binary_debian-
2404     installer.
2405   * Removing leftovers from usb-hdd to hdd removal in lb_binary_hdd and
2406     lb_source_hdd.
2408   [ Yaroslav Halchenko ]
2409   * Enclosing shell variables for iso-* defaults in escaped double-
2410     quotes while evaluating for the length to allow using parentheses
2411     (Closes: #642463).
2413   [ Daniel Baumann ]
2414   * Correcting typo in config/includes.chroot creating in lb_config,
2415     thanks to Stanislav Bogatyrev <realloc@realloc.spb.ru> for reporting
2416     it.
2418   [ Yaroslav Halchenko ]
2419   * Fixing left-over uses of --binary-indices in templates/cgi.
2420   * Fixing left-over uses of --packages-lists in cron scripts and
2421     examples.
2423  -- Daniel Baumann <mail@daniel-baumann.ch>  Tue, 27 Sep 2011 22:54:36 +0200
2425 live-build (3.0~a31-1) experimental; urgency=low
2427   [ Daniel Baumann ]
2428   * Renumbering hooks.
2429   * Introducing --apt-sources option to control if the live system
2430     should have deb-src entries in sources.list.
2431   * Setting apt-source to false in progress mode.
2432   * Avoiding magic defaults for --apt-indices option when using minimal
2433     or stripped packagelist.
2434   * Renaming --apt-source to --apt-source-archives.
2435   * Including live-tools in standard package list.
2436   * Adding support for ext4 for binary and chroot filesystem, including
2437     partial patch from Ben Howard <ben.howard@canonical.com> (Closes:
2438     #639298).
2440   [ intrigeri ]
2441   * Fixing typos brought in by ext4 support patch.
2443   [ Daniel Baumann ]
2444   * Only calling udevadm in losetup function when udev is installed on
2445     the host system.
2446   * Silencing rmdir calls in makefile.
2447   * Automatically using an embedded live-build copy from within the
2448     config tree at local/live-build, if existing.
2449   * Doing uuid.conf extraction from initrd with the correct
2450     decompression utility (Closes: #637979).
2451   * Completing the restoring of the outer chroot when building in
2452     chrooted to not taint subsequent rebuilds of the binary stage with
2453     leftovers from the initial lb_binary_rootfs (Closes: #620953).
2454   * Renaming binary.packages list files (that contain what package is
2455     installed in the chroot) to chroot as they are build during chroot
2456     stage, this fixes some rebuild issues.
2457   * Renaming forgotten lb_binary_local-packagelists to
2458     lb_binary_packagelists.
2459   * Renaming lb_chroot_local-includes into lb_chroot_includes and check
2460     for includes in config/includes.chroot.
2461   * Copying chroot.packages.live to binary.packages.
2462   * Improving messages when saving and restoring stage caches (Closes:
2463     #589728).
2464   * Improve message when skipping a helper because it is already run.
2465   * Renaming config/chroot_packages to config/packages.chroot.
2466   * Renaming lb_chroot_packagelists to lb_chroot_package-lists so that
2467     helper matches directory.
2468   * Setting origin in apt release files for local packages to
2469     config/packages.chroot.
2470   * Removing spurious version information in cgi form template.
2471   * Adding link to live-build homepage and version information in cgi
2472     footer template.
2473   * Using config/includes.binary rather than config/binary_local-
2474     includes.
2475   * Using config/packages.binary instead of config/binary_local-debs.
2476   * Using config/packages.binary instead of config/binary_local-udebs.
2477   * Updating lb_config for config/packages.binary.
2478   * Also respect config/packages for packages to be installed in both
2479     chroot and binary.
2480   * Correcting syntax error in local package handling.
2482  -- Daniel Baumann <mail@daniel-baumann.ch>  Wed, 07 Sep 2011 17:41:19 +0200
2484 live-build (3.0~a30-1) experimental; urgency=low
2486   [ Daniel Baumann ]
2487   * Enabling volatile suite for progress itself in progress mode.
2488   * Correcting wrong variables in volatile handling for derivatives.
2490   [ Ben Armstrong ]
2491   * Removing old syslinux switches from lb_config manpage (Closes:
2492     #637939).
2494   [ Daniel Baumann ]
2495   * Unifying lb_chroot_packagelists and lb_chroot_local-packagelists.
2496   * Merging in last bit of lb_chroot_local-packages into
2497     lb_chroot_archives (Closes: #635046).
2498   * Using lightdm instead of gdm3 in xfce package for wheezy and newer.
2499   * Moving removal of openssh-server host keys from chroot_hacks to a
2500     hook, that way it can be easily skipped if desired.
2501   * Moving removal of udev persistent rules from chroot_hacks to a hook,
2502     that way it can be easily skipped if desired.
2504  -- Daniel Baumann <mail@daniel-baumann.ch>  Wed, 24 Aug 2011 19:37:17 +0200
2506 live-build (3.0~a29-1) experimental; urgency=low
2508   [ Daniel Baumann ]
2509   * Using global version file rather than using copied information in
2510     functions/common.sh.
2512   [ Richard Nelson ]
2513   * Correcting path to VERSION file.
2514   * Rename references of live-build.cgi to live-build-cgi
2516   [ Daniel Baumann ]
2517   * Also guarding key additions for local configured archives to not
2518     fail if no key is supplied.
2520  -- Daniel Baumann <mail@daniel-baumann.ch>  Sat, 13 Aug 2011 08:07:10 +0200
2522 live-build (3.0~a28-1) experimental; urgency=low
2524   * Guarding archives handling with an additional check to prevent ugly
2525     message about files not existing.
2526   * Adding share/hooks to toplevel makefile so that it's included in the
2527     test suite.
2528   * Renaming cgi files within the sources to consistently use the name
2529     live-build-cgi.
2530   * Removing some false-positive bashisms from live-build-cgi.
2531   * Limiting test target to actual scripts in cron subdirectory.
2532   * Since all (false positives for) bashisms are gone, making the test
2533     target fail on bashisms.
2535  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 08 Aug 2011 21:12:17 +0200
2537 live-build (3.0~a27-1) experimental; urgency=low
2539   * Reverse keywords in suffix of the archive definition files for
2540     consistency.
2541   * Reverse keywords in suffix of the package list files for
2542     consistency.
2543   * Also using definition files without suffix (so that e.g. foo.list is
2544     used for both chroot and binary stage).
2545   * Removing left-over mentioning of lb_binary_local-hooks instead of
2546     lb_binary_hooks in lb_binary.
2548  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 08 Aug 2011 08:04:08 +0200
2550 live-build (3.0~a26-1) experimental; urgency=low
2552   [ Richard Nelson ]
2553   * Update VERSION in common.sh to match last release.
2555   [ Daniel Baumann ]
2556   * Skipping binary_linux-image if no kernel was choosen to be installed
2557     deliberately, thanks to Adam Conrad <adconrad@ubuntu.com>.
2558   * Moving archives meta data arround in source tree.
2559   * Correcting filename of live.debian.net archive file.
2560   * Adding hook for calling update.mlocate, thanks to Colin Watson
2561     <cjwatson@ubuntu.com> (Closes: #627332).
2562   * Adding hook for calling update-apt-xapian-index, thanks to Colin
2563     Watson <cjwatson@ubuntu.com> (Closes: #627716).
2564   * Adding hook for removing gnome icon cache, thanks to Colin Watson
2565     <cjwatson@ubuntu.com> (Closes: #630088).
2566   * Adding hook to remove python py files, thanks to Colin Watson
2567     <cjwatson@ubuntu.com> (Closes: #631281).
2568   * Using --no-check-gpg option when using debootstrap >= 1.0.30 and apt
2569     secure is disabled, thanks to Eugenio Paolantonio <me@medesimo.eu>
2570     (Closes: #633356).
2571   * Also unmounting /run in lb_clean eventhough it's not really needed
2572     anyway but let's be on the caucious side (Closes: #633052).
2573   * Adding kubuntu mode in order to have different defadefault hooks
2574     enabled for ubuntu and kubuntu (needed for #630088).
2575   * Consolidating local hooks for chroot and binary into
2576     config/hooks/*.{chroot,binary}.
2577   * Numbering embedded hooks.
2578   * Saving packages in cache even when failing or interrupting a build
2579     (Closes: #586929).
2580   * Enabling hooks based on the mode we're building for.
2581   * Calling dpkg-divert with --quiet in chroot_dpkg.
2582   * Correcting comments in chroot_hooks to match usage.
2583   * Reworking binary hooks helper.
2585   [ Cody A.W. Somerville ]
2586   * Fixing corruption of usb binary images caused by trying to modify
2587     flags in partition table when image is mounted with offset.
2588   * Updating lb_binary_linux-image to only copy over kernel and initrd
2589     if LB_LINUX_PACKAGES doesn't equal 'none'.
2590   * Appending 'linux32' to LB_ROOT_COMMAND if 'uname -m' is x86_64 and
2591     LB_ARCHITECTURE is i386.
2593   [ Daniel Baumann ]
2594   * Updating cron scripts.
2595   * Compacting copyright file.
2596   * Reworking debconf stuff of merging former live-autobuild-manual and
2597     live-autobuild-images into a single live-build-cron.
2598   * Avoid to hijack root-command with linux32, rather set use it in the
2599     chroot function only.
2600   * Adding a comment to the chroot calls in excludes handling of
2601     binary_chroot whey the chroot function is not used.
2603   [ Cody A.W. Somerville ]
2604   * Setting partition flags in source_usb after creating the filesystem
2605     in order to avoid bug in parted that makes them forget the flags.
2606   * Adding function for more resilient detachment of loopback devices.
2608   [ Daniel Baumann ]
2609   * Calling mkdir with -p to avoid build failures with multiple kernels
2610     on disk info in ubuntu mode, thanks to Cody A.W. Somerville
2611     <cody.somerville@canonical.com>.
2612   * Correcting uuid extraction from initrds in ubuntu mode to work from
2613     within binary so that it is cleaned up by lb_clean on failed builds.
2614   * Setting default compression levels to -6 for gzip, bzip, lzip and
2615     lzma tarballs.
2617   [ Cody A.W. Somerville ]
2618   * Adding paths for remote debian-installer images on armel.
2619   * Making config tree available to chroot hooks.
2621   [ Daniel Baumann ]
2622   * Updating derivatives handling for d-i mirror defaults to better
2623     match the reality that by default, most derivatives are not going to
2624     actually rebuild d-i.
2625   * Adding mdadm manually to extra packages for binary pool for being
2626     used by debian-installer (Closes: #607225).
2627   * Add forgotten handling of already set chroot_hooks in defaults.
2628   * Updating grub packages list in binary_debian-installer.
2629   * Using 'live' rather than 'incomplete' for cd_type in .disk on images
2630     that include debian-installer with live-installer udeb.
2631   * Simplify bind mounting of the config tree during local hooks are run
2632     by using read-only bind mounts.
2633   * Removing unmaintained studio package lists.
2634   * Correcting debconf variables.
2635   * Updating TODO for live-build-cron.
2636   * Correcting typo in lb_config for program variable, thanks to
2637     intrigeri <intrigeri@boum.org>.
2638   * Adding virtual-hdd in lb_config manpage as binary image type.
2639   * Handle package-lists parameter for lb_config in live-build-cron-
2640     images script for both lb version 2.x and 3.x.
2641   * Setting default kernel flavours for armel to all available flavour
2642     due to the nature of armel images (single rootfs image, multiple
2643     kernel images).
2644   * Removing debian-instaler-distribution selection from live-build-
2645     cron-images for the time being.
2647   [ Ben Armstrong ]
2648   * Fixing/adding cross-references for live-boot and live-config.
2650   [ Daniel Baumann ]
2651   * Correcting cross-references to live-boot and live-config in
2652     lb_config manpage.
2653   * Adjusting check for target directory in live-build-cron scripts to
2654     fail if non-directories are used, thanks to Ben Armstrong
2655     <synrg@debian.org>.
2657   [ intrigeri ]
2658   * Cleaning up temporary directories at the same time as other cruft.
2660   [ Daniel Baumann ]
2661   * Removing -r from short options in lb_config (Closes: #636208).
2662   * Adding hook to update apt-file cache (Closes: #636440).
2663   * Renumbering hook files.
2664   * Adding missing 'set -e' in remove-python-py.chroot hook.
2665   * Correcting indentiation in hook defaults assignment.
2667  -- Daniel Baumann <mail@daniel-baumann.ch>  Thu, 04 Aug 2011 21:51:37 +0200
2669 live-build (3.0~a25-1) experimental; urgency=low
2671   * Using updated kernel default flavours for sid also for wheezy.
2672   * Adding live-manual to recommends.
2673   * Adding initial live-build-cron package.
2675  -- Daniel Baumann <mail@daniel-baumann.ch>  Fri, 15 Jul 2011 20:33:24 +0200
2677 live-build (3.0~a24-1) experimental; urgency=low
2679   [ Richard Nelson ]
2680   * Move lxde package-lists to use gdm3 instead of gdm.
2681   * Remove lxde test on LB_TASKS for gdm so we now get gdm3.
2683   [ Daniel Baumann ]
2684   * Correct gdm/gdm3 handling, prefere gdm for squeeze as before and use
2685     gdm3 for everything else.
2686   * Adding extlinux to rescue package list.
2687   * Adding live-boot-doc to recommends.
2688   * Adding live-config-doc to recommends.
2690  -- Daniel Baumann <mail@daniel-baumann.ch>  Wed, 13 Jul 2011 10:42:29 +0200
2692 live-build (3.0~a23-1) experimental; urgency=low
2694   * Correcting wrong chroot call in chroot_archives, only affecting
2695     derivatives.
2697  -- Daniel Baumann <mail@daniel-baumann.ch>  Wed, 29 Jun 2011 07:58:09 +0200
2699 live-build (3.0~a22-1) experimental; urgency=low
2701   [ Daniel Baumann ]
2702   * Using -wildcards option when calling mksquashfs with an excludes
2703     file.
2705   [ Colin Watson ]
2706   * Make --architectures armel only fail if --linux-flavours was not
2707     passed (Closes: #630464).
2709   [ Daniel Baumann ]
2710   * Renaming repositories option to archives for consistency with
2711     debian-policy terminology.
2712   * Renaming chroot_sources script to chroot_archives for consistency
2713     with debian-policy terminology.
2714   * Unifying config/chroot_archives and config/archives, now only using
2715     config/archives.
2716   * Setting default distribution to wheezy (at least until #622838 is
2717     handled).
2718   * Changing archives key suffix from .gpg to .key.
2719   * Using .list suffix in config/archives.
2720   * Unifying config/chroot_local-packagelists and config/binary_local-
2721     packagelists.
2722   * Moving internal global package lists from 'lists' to 'package-
2723     lists'. This is not a user visible change.
2724   * Moving config/chroot_local-tasklists/*.list to config/task-
2725     lists/*.chroot.list, analogue to config/package-lists.
2726   * Since we don't have global tasks anymore, renaming lb_chroot_local-
2727     tasklists to lb_chroot_task-lists.
2728   * Since we don't have global packages anymore, renaming
2729     lb_chroot_local-packages to lb_chroot_packages and
2730     config/chroot_local-packages to config/chroot_packages.
2732   [ Colin Watson ]
2733   * Fix default for LB_PARENT_ARCHIVE_AREAS (Closes: #630604).
2735   [ Daniel Baumann ]
2736   * Correct rmdir call in top-level Makefiles uninstall target to not
2737     fail if there was no prior live-build installation.
2738   * Adjust name of archives directory in config tree.
2739   * Removing forgotten reference to chroot_packages in lb_chroot.
2740   * Correct keyring packages temporary workaround to not fail when
2741     aptitude is selected (Closes: #630919).
2742   * Making copyright file distribution neutral.
2743   * Making copyright headers distribution neutral.
2744   * Making help message about missing po4a in manpages makefile
2745     distribution neutral.
2747  -- Daniel Baumann <mail@daniel-baumann.ch>  Wed, 29 Jun 2011 06:18:11 +0200
2749 live-build (3.0~a21-1) unstable; urgency=low
2751   [ Daniel Baumann ]
2752   * Obtaining the live passes package selection information at the
2753     latest point to catch all other modifications in the package
2754     selection.
2755   * Moving installation of live packages to second pass.
2756   * Removing now unecessary stagefile check in lb_source.
2757   * Correct lb cleans source removals.
2759   [ Colin Watson ]
2760   * Add --swap-file-path and --swap-file-size options (Closes: #629637).
2761   * Divert flash-kernel aside while building the chroot (Closes:
2762     #630350).
2763   * Add --initramfs-compression option (Closes: #627677).
2765  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 13 Jun 2011 20:42:13 +0200
2767 live-build (3.0~a20-1) unstable; urgency=low
2769   [ Daniel Baumann ]
2770   * Dropping handling of --packages in order to simply things handle
2771     packages scheduled for installation through package lists only.
2772   * Removing unmaintained chroot_localization script.
2774   [ Colin Watson ]
2775   * Use powerpc and powerpc64-smp kernel flavours by default for Ubuntu,
2776     as there is no powerpc64 flavour (Closes: #630032).
2778   [ Daniel Baumann ]
2779   * Correct indenting in powerpc kernel defaults.
2781   [ Colin Watson ]
2782   * Use dpkg --force-unsafe-io if available (Closes: #630043).
2784   [ Daniel Baumann ]
2785   * Correcting indenting for dpkg sync configuration file.
2786   * Always disable dpkg sync, we only support squeeze and newer anyway.
2788   [ Colin Watson ]
2789   * Fix incorrect Ubuntu defaults for security and volatile mirrors
2790     (Closes: #630080).
2792   [ Daniel Baumann ]
2793   * Reworking chroot_tasks into chroot_local-tasklists, now packages and
2794     tasks are (almost) handled identical and through local lists only.
2795   * Creating chroot_local-tasklists directory in config.
2796   * Using locales-all instead of locales in standard list for progress.
2797   * Adding support for 'nif' in package lists.
2798   * Updating and simplyfing conditionals in package lists.
2799   * Allow to optionally run package installation in two passes.
2800     Eventually, this allows to have media containing a 'bigger' live
2801     system that what they end up installing (Closes: #627439).
2803  -- Daniel Baumann <mail@daniel-baumann.ch>  Sat, 11 Jun 2011 17:46:24 +0200
2805 live-build (3.0~a19-1) unstable; urgency=low
2807   [ Richard Nelson ]
2808   * Update VERSION in common.sh to match last release.
2810   [ Daniel Baumann ]
2811   * Updating packages in sun-java6 example hook.
2812   * Updating default kernel flavour for progress on i386.
2813   * Updating default kernel flavour for debian on i386.
2815   [ Colin Watson ]
2816   * Use mkfs.ext2/mkfs.ext2 instead of genext2fs (Closes: #629533).
2817   * Make --initramfs none work more consistently (Closes: #627887).
2819   [ Richard Nelson ]
2820   * Add progress as an option for --mode in lb_config manpage.
2822   [ Daniel Baumann ]
2823   * Don't try to install standard task on anything but ubuntu.
2825  -- Daniel Baumann <mail@daniel-baumann.ch>  Sat, 11 Jun 2011 11:04:08 +0200
2827 live-build (3.0~a18-1) unstable; urgency=low
2829   [ Colin Watson ]
2830   * Fix duplicate deconfiguration of apt, upstart, and sysv-rc if build-
2831     with-chroot is false (Closes: #627406).
2833   [ Daniel Baumann ]
2834   * Correcting accidentally unconditional default for linux-flavours in
2835     progress mode.
2836   * Restoring excludes functionality for mksquashfs. This was present
2837     some time ago but then got removed.
2838   * Moving 'default' hooks for minimal and stripped to example hooks,
2839     they will have to be enabled manually now (Closes: #627183).
2841   [ Colin Watson ]
2842   * Fixing ext2/ext3 case in lb_binary_rootfs to work with --build-with-
2843     chroot false (Closes: #627902).
2845   [ Daniel Baumann ]
2846   * Removing accidentally twice included English files when installing
2847     manpages (Closes: #628897).
2848   * Removing unused and not really usefull bootstrap-script option
2849     (Closes: #603114).
2850   * Correcting wrong task defaults.
2851   * Updating grub paths for d-i files (Closes: #627695).
2853  -- Daniel Baumann <mail@daniel-baumann.ch>  Fri, 03 Jun 2011 11:59:30 +0200
2855 live-build (3.0~a17-1) unstable; urgency=low
2857   [ Daniel Baumann ]
2858   * Updating squeeze point release number.
2859   * Updating ubuntu releases.
2860   * Enabling xz compression by default for artax-backports.
2861   * Updating url for debian-installer daily-images.
2863   [ Ben Armstrong ]
2864   * Using gdm3 for wheezy instead of gdm.
2866   [ Daniel Baumann ]
2867   * Don't add security repository for wheezy.
2868   * Avoid wrong security mirrors when building for artax-backports.
2869   * Correct derivative main sources.list entries.
2870   * Correcting wrongly attributed -m switch to --mirror-bootstrap,
2871     thanks to Colin Watson <cjwatson@ubuntu.com> (Closes: #626905).
2872   * Correcting comments about which ubuntu release is LTS and which not
2873     in releases list.
2874   * Removing defaults for the alpha architecture, not supported by
2875     debian anymore.
2877   [ Colin Watson ]
2878   * Allow installing tasks using apt-get, and do so by default for
2879     Ubuntu (Closes: #626940).
2881   [ Daniel Baumann ]
2882   * Switching to apt as tasksel for all distributions, except Debian
2883     squeeze.
2884   * Updating to standards version 3.9.2.
2885   * Completing files section in live-build manpage (Closes: #626367).
2886   * Correcting top-level makefile to automatically get all the supported
2887     languages, rather than defining a static list.
2889   [ liandro sg ]
2890   * Be more careful with subshells (Closes: #623356).
2892  -- Daniel Baumann <mail@daniel-baumann.ch>  Wed, 18 May 2011 19:49:53 +0200
2894 live-build (3.0~a16-1) unstable; urgency=low
2896   * Adding workaround for apt not respecting pinning on the fly.
2897   * Removing kernel-img.conf handling for lenny and older.
2898   * Making apt calls a bit more consistent over the different scripts.
2899   * Moving apt pinning workaround to the correct place.
2900   * Moving installation of tasks behind package and package lists
2901     installation; the tasks should only 'fill-up' with what has not
2902     already been provided by packages or package lists.
2904  -- Daniel Baumann <mail@daniel-baumann.ch>  Sat, 23 Apr 2011 19:27:16 +0200
2906 live-build (3.0~a15-1) unstable; urgency=low
2908   * Adding temporary hack for progress until multistrap can be used for
2909     bootstrapping.
2911  -- Daniel Baumann <mail@daniel-baumann.ch>  Fri, 22 Apr 2011 23:11:56 +0200
2913 live-build (3.0~a14-1) unstable; urgency=low
2915   [ Cody A.W. Somerville ]
2916   * Fixing lb_chroot_upstart to use correct path to initctl.
2918   [ Daniel Baumann ]
2919   * Adding old 2.x changelog entries in debian changelog.
2920   * Building standard image flavour with included --tasks standard.
2921   * Also including the standard task when building the rescue default
2922     flavour.
2923   * Marking rpncalc in rescue list as squeeze only.
2924   * Updating nilfs packagename in rescue list for squeeze and newer.
2925   * Setting default for debian-installer on debian to false.
2926   * Disabling security and volatile repositories for unreleased
2927     distributions.
2928   * Setting partition flags after creating the filesystem, workaround
2929     for bug in parted where we result in having the partition type set
2930     to linux otherways, thanks to Cody A.W. Somerville
2931     <cody.somerville@canonical.com> for the idea.
2932   * Disabling kexec-tools by default in debian mode.
2933   * Adding parent-archive-areas.
2934   * Removing obsolete debian-backports auto-configuration.
2935   * Updating security archive entries for progress.
2936   * Correcting repository handling for live.debian.net wrt/ derivatives.
2938  -- Daniel Baumann <mail@daniel-baumann.ch>  Fri, 25 Mar 2011 09:13:52 +0100
2940 live-build (3.0~a13-1) unstable; urgency=low
2942   [ Steven Shiau ]
2943   * Correcting release filename when caching indices (Closes: #613895).
2945   [ Daniel Baumann ]
2946   * Updating default mirrors for emdebian (Closes: #614120).
2947   * Adding wpasupplicant in rescue list.
2949   [ Hector Oron ]
2950   * Removing superfluous whitespace in output of the usage function.
2952   [ Daniel Baumann ]
2953   * Updating archive signing key for live.debian.net repository.
2955  -- Daniel Baumann <mail@daniel-baumann.ch>  Wed, 09 Mar 2011 19:27:39 +0100
2957 live-build (3.0~a12-1) experimental; urgency=low
2959   [ Daniel Baumann ]
2960   * Updating year in copyright.
2961   * Updating year in hooks and script files.
2963   [ Luigi Capriotti ]
2964   * Support for newer grub-common package.
2966   [ Daniel Baumann ]
2967   * Removing legacy handling for lenny in grub2 handling of
2968     lb_binary_iso.
2969   * Adding missing netinst udeb include files for ubuntu.
2971   [ Cody A.W. Somerville ]
2972   * Adding missing debian-cd data files for Ubuntu releases for some
2973     architectures.
2975   [ Daniel Baumann ]
2976   * Adding support for Ubuntu jaunty and natty, thanks to Cody A.W.
2977     Somerville <cody.somerville@canonical.com>.
2979   [ Philip Newborough ]
2980   * Update example path in 'all_binary_debian-installer-banner.sh'
2981     example hook.
2983   [ Marco Amadori ]
2984   * Do not exclude console-setup-udeb (Helps: #603974)
2986   [ Richard Nelson ]
2987   * Account for the + character in packages for l-b.cgi
2989   [ Daniel Baumann ]
2990   * Updating includes for squeeze.
2992   [ Richard Nelson ]
2993   * Minor grammatical correction on mail.txt
2995   [ Daniel Baumann ]
2996   * Adding initial support for making initsystem configurable.
2998   [ Marco Amadori ]
2999   * Upstart initsystem support.
3001   [ Daniel Baumann ]
3002   * Updating upstart support addition to current coding style.
3003   * Adding initial support for parent distribution for debian-installer.
3004   * Updating repositories for progress.
3005   * Renaming mirror options to parent mirror for handling derivatives
3006     nice in future.
3007   * Adding mirror option handling for derivatives.
3008   * Adding mirror handling for derivatives.
3009   * Adding multi-repository support for debian-installer udebs at build-
3010     time.
3011   * Correcting quoting of apt-options in derivatives upgrade hack.
3012   * Correcting logical error with default settings of initsystem.
3013   * Making sure to correctly deference syslinux theme files when
3014     building chrooted.
3015   * Correcting typo in derivatives check when fetching d-i components.
3016   * Correcting udeb download for derivatives to only fall back to
3017     debians repository if required to.
3019  -- Daniel Baumann <mail@daniel-baumann.ch>  Tue, 15 Feb 2011 19:43:44 +0100
3021 live-build (3.0~a11-1) experimental; urgency=low
3023   * Disabling inclusion of GUI installer images on ubuntu.
3024   * Updating losetup-lukshome example hook to use blkid where available,
3025     thanks to Clint Adams <clint@gnu.org> (Closes: #607108).
3026   * Removing --apt-pdiff option, this doesn't belong into live-build in
3027     the first place.
3028   * Removing some more lenny-only stuff.
3029   * Simplyfing defaults function a bit.
3030   * Correcting outdated program variable.
3031   * Updating help function in lb for live-build.
3032   * Updating man function for newer live-build versions (Closes:
3033     #608477).
3034   * Removing xresprobe from standard-x11 list (Closes: #608566).
3035   * Generalizing compression handling and adding support for lzip
3036     tarballs.
3037   * Adding initial defaults for progress.
3038   * Removing encryption support until we have something for current
3039     kernels again.
3040   * Removing lb_chroot_sysvinit in favour of a hook, which is the
3041     appropriate way to handle this.
3042   * Removing legacy support for live-initramfs.
3043   * Correcting typo in compression defaults.
3044   * Removing unused debian-release mode.
3045   * Updating some defaults for progress.
3046   * Adding derivatives handling for progress.
3047   * Updating apt indices defaults for progress.
3048   * Shortening iso volume default for progress.
3049   * Correcting compression handling for tarballs.
3050   * Updating parent distribution defaults for progress.
3051   * Correcting typo in lzip default options.
3052   * Updating compression defaults for progress.
3054  -- Daniel Baumann <mail@daniel-baumann.ch>  Tue, 11 Jan 2011 13:42:17 +0100
3056 live-build (3.0~a10-1) experimental; urgency=low
3058   [ Daniel Baumann ]
3059   * Removing header in copyright file.
3060   * Don't hard-depend on test target in Makefile.
3062   [ Ben Armstrong ]
3063   * Adding '--includes none' documentation in help and man page.
3065   [ Daniel Baumann ]
3066   * Marking afio in rescue list as sid only.
3067   * Adding debian-installer-launcher in prebuilt images.
3068   * Adding debian-cd data for ubuntu releases.
3069   * Removing old ubuntu release (jaunty).
3070   * Applying patch from Cody A.W. Somerville
3071     <cody.somerville@canonical.com> to update kernel packages for ubuntu
3072     in lb_binary_debian-installer.
3073   * Removing last live-helper remains in internal variables.
3074   * Removing old and outdated FAQ.
3075   * Mentioning Richard in authors file.
3076   * Updating credits file.
3077   * Removing unused name header in package lists.
3078   * Marking ntop as sid only in rescue list.
3079   * Marking tob as sid only in rescue list.
3081  -- Daniel Baumann <mail@daniel-baumann.ch>  Tue, 14 Dec 2010 13:17:58 +0100
3083 live-build (3.0~a9-1) experimental; urgency=low
3085   [ Daniel Baumann ]
3086   * Once again updating volatile urls for squeeze.
3087   * Passing chroot directory explicitly to Apt() in preparation for
3088     multi-arch.
3089   * Renaming --architecture to --architectures in preparation for multi-
3090     arch.
3091   * Making default argument guessing for non-debian systems a bit more
3092     robust.
3094   [ Ben Armstrong ]
3095   * Updating lb config --help and man page.
3097  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 06 Dec 2010 12:19:09 +0100
3099 live-build (3.0~a8-1) experimental; urgency=low
3101   [ Daniel Baumann ]
3102   * Replacing last occurences of lh with lb.
3103   * Renaming 'packages lists' to 'package lists' all over the place.
3104   * Updating grub package name for grub version 1.
3105   * Adding warning about non-usefullnes of the stripped hook.
3107   [ Ben Armstrong ]
3108   * Adding example auto scripts.
3110   [ Daniel Baumann ]
3111   * Applying slightly modified patch from Michael Hudson
3112     <michael.hudson@canonical.com> to make arguments in debootstrap
3113     calls more robust.
3114   * Updating initramfs switch in lb config manpage (Closes: #605255).
3116  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 29 Nov 2010 23:19:28 +0100
3118 live-build (3.0~a7-1) experimental; urgency=low
3120   [ Daniel Baumann ]
3121   * Enabling volatile for squeeze.
3122   * Updating volatile urls for squeeze.
3124   [ Richard Nelson ]
3125   * Cleanup l-b.cgi header file to reflect Live Build.
3127   [ Daniel Baumann ]
3128   * Removing apt-mirror-setup from udeb_exclude (Closes: #604027).
3129   * Renaming --binary-indices to --apt-indices for consistency.
3130   * Using bootloader-live in syslinux-themes, rather than just
3131     bootloader, since it's live specific.
3132   * Removing cdrom-detect/try-usb workaround, not needed anymore.
3133   * Correcting quoting of auto calls, thanks to Andreas Loibl
3134     <andreas@andreas-loibl.de>.
3135   * Also including auxiliary packages in d-i pool (Closes: #604551).
3136   * Simplyfing ssh host key removal.
3137   * Adding dpkg source options file.
3139  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 22 Nov 2010 23:22:15 +0100
3141 live-build (3.0~a6-1) experimental; urgency=low
3143   [ Daniel Baumann ]
3144   * Removing cron examples, autobuild is handled by live-autobuild now.
3146   [ Richard Nelson ]
3147   * Make iso-hybrid default on l-b-cgi.
3148   * Make squeeze default on l-b-cgi.
3150   [ Daniel Baumann ]
3151   * Using old lenny syslinux bootsplash for squeeze, moving new splash
3152     to wheezy.
3153   * Updating path in copyright file.
3154   * Removing remaining last leftovers from lh in lb and live-build
3155     manpages.
3156   * Removing debian-maintainers.org and debian-projects.org repository
3157     entries, will re-add them after squeeze.
3158   * Updating special handling for backports.
3159   * Adding fsarchiver to rescue list.
3160   * Removing arm case for kernel defaults, squeeze has armel instead.
3161   * Removing hppa case for kernel defaults, squeeze and newer has no
3162     hppa anymore.
3163   * Removing deep link to bug page in the manual, since we don't have
3164     stable references yet.
3165   * Shuffeling dpkg tmpfs hack arround in preparation for generic tmpfs
3166     support.
3168   [ Ben Armstrong ]
3169   * Adding reference material to debian-live-devel list: live-boot,
3170     live-config and live-manual.
3172   [ Daniel Baumann ]
3173   * Adding vpnc in rescue list.
3174   * Updating debian-live-devel packages list (Closes: #602139).
3175   * Correcting typo in defaults handling of apt http proxy.
3176   * First step in cleaning up syslinux handling by using syslinux-theme
3177     packages rather than embedded templates.
3178   * Workarounding symlink on usb-hdd when including debian-installer and
3179     using vfat filesystems.
3181   [ Ben Armstrong ]
3182   * Fixing typo in symlink on fat workaround.
3184   [ Daniel Baumann ]
3185   * Enabling removal of ssh host keys, they are regenerated by live-
3186     config.
3187   * Making d-i indices copying depending on binary image type.
3189  -- Daniel Baumann <mail@daniel-baumann.ch>  Sat, 13 Nov 2010 16:01:57 +0100
3191 live-build (3.0~a5-1) experimental; urgency=low
3193   * Removing --binary-pool again, not ready yet.
3195  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 04 Oct 2010 18:13:53 +0200
3197 live-build (3.0~a4-1) experimental; urgency=low
3199   [ Daniel Baumann ]
3200   * Handling live.debian.net repository differently, so that ubuntu
3201     people can use it too.
3202   * Updating to debhelper version 8.
3203   * Updating defaults for squeeze and d-i gui.
3204   * Updating images autobuild script for squeeze beta1.
3205   * Adding temporary workarounds to deal with latest archive breakages
3206     in image autobuild script.
3207   * Marking mrt in rescue list as lenny only.
3208   * Also using gdm legacy hack on xfce-desktop default images.
3210   [ intrigeri ]
3211   * Fixing squashfs.sort location with --build-with-chroot false.
3213   [ Daniel Baumann ]
3214   * Correcting typo with lb config call for usb-hdd in autobuild script.
3216  -- Daniel Baumann <mail@daniel-baumann.ch>  Sat, 02 Oct 2010 10:18:16 +0200
3218 live-build (3.0~a3-1) experimental; urgency=low
3220   [ Otavio Salvador ]
3221   * Fixing debian-installer index generation.
3222   * Fixing debian-installer Release file generation.
3224   [ Daniel Baumann ]
3225   * Also correcting version number in debian-installer release file.
3226   * Avoid using bashism when handling codename/suite mapping for debian-
3227     installer release file.
3229  -- Daniel Baumann <mail@daniel-baumann.ch>  Sun, 26 Sep 2010 23:24:01 +0200
3231 live-build (3.0~a2-1) experimental; urgency=low
3233   * Replacing lb_chroot_symlinks with a hook, that's more approriate.
3234   * Adding option to allow using the live-media pool in live system.
3235   * Updating version constraints in config tree version check.
3237  -- Daniel Baumann <mail@daniel-baumann.ch>  Sun, 26 Sep 2010 20:09:14 +0200
3239 live-build (3.0~a1-1) experimental; urgency=low
3241   * Removing lenny support.
3242   * Switching to source format 3.0 (quilt).
3244  -- Daniel Baumann <mail@daniel-baumann.ch>  Sun, 26 Sep 2010 12:38:28 +0200
3246 live-build (2.0.12-2) unstable; urgency=low
3248   * Adding preinst script to remove
3249     /usr/share/live/build/includes/squeeze (Closes: #611794).
3251  -- Daniel Baumann <mail@daniel-baumann.ch>  Wed, 02 Feb 2011 12:35:41 +0100
3253 live-build (2.0.12-1) unstable; urgency=low
3255   [ Daniel Baumann ]
3256   * Removing l10n support for 2.0 branch.
3257   * Correcting outdated program variable.
3258   * Updating help function in lb for live-build.
3259   * Updating man function for newer live-build versions (Closes:
3260     #608477).
3261   * Marking xresprobe in standard-x11 list as lenny only (Closes:
3262     #608566).
3263   * Updating year in copyright.
3264   * Removing headers in copyright file.
3265   * Updating year in manpage, hooks, script and template files.
3267   [ Luigi Capriotti ]
3268   * Support for newer grub-common package.
3270   [ Daniel Baumann ]
3271   * Simplyfing grub-mkimage legacy handling for lenny in lb_binary_iso.
3272   * Adding ubuntu lucid for grub-mkimage legacy handling in
3273     lb_binary_iso.
3274   * Adding missing netinst udeb include files for ubuntu.
3276   [ Cody A.W. Somerville ]
3277   * Adding missing debian-cd data files for Ubuntu releases for some
3278     architectures.
3280   [ Daniel Baumann ]
3281   * Adding support for Ubuntu jaunty and natty, thanks to Cody A.W.
3282     Somerville <cody.somerville@canonical.com>.
3284   [ Philip Newborough ]
3285   * Update example path in 'all_binary_debian-installer-banner.sh'
3286     example hook.
3288   [ Daniel Baumann ]
3289   * Account for the + character in packages for l-b.cgi
3290   * Updating includes for squeeze.
3291   * Updating syslinux theme for squeeze.
3292   * Removing wheezy splash.
3294  -- Daniel Baumann <mail@daniel-baumann.ch>  Tue, 01 Feb 2011 22:32:56 +0100
3296 live-build (2.0.11-1) unstable; urgency=low
3298   [ Daniel Baumann ]
3299   * Disabling inclusion of GUI installer images on ubuntu.
3300   * Updating losetup-lukshome example hook to use blkid where available,
3301     thanks to Clint Adams <clint@gnu.org> (Closes: #607108).
3303   [ Cody A.W. Somerville ]
3304   * Fixing numbering of live kernels and initrd files when using
3305     syslinux.
3307   [ Daniel Baumann ]
3308   * Removing unmaintained package lists (Closes: #598100).
3310  -- Daniel Baumann <mail@daniel-baumann.ch>  Fri, 24 Dec 2010 18:49:26 +0100
3312 live-build (2.0.10-1) unstable; urgency=low
3314   [ Ben Armstrong ]
3315   * Adding '--includes none' documentation in help and man page.
3317   [ Daniel Baumann ]
3318   * Marking afio in rescue list as sid and lenny only.
3319   * Adding debian-installer-launcher in prebuilt images.
3321   [ Ben Armstrong ]
3322   * Fixing numerous spelling and other minor details in lb_config man
3323     page.
3324   * Adding *-desktop virtual package lists files (just comments for doc
3325     purposes).
3327   [ Daniel Baumann ]
3328   * Adding debian-cd data for ubuntu releases.
3329   * Removing old ubuntu release (jaunty).
3330   * Applying patch from Cody A.W. Somerville
3331     <cody.somerville@canonical.com> to update kernel packages for ubuntu
3332     in lb_binary_debian-installer.
3333   * Removing last live-helper remains in internal variables.
3334   * Removing old and outdated FAQ.
3335   * Mentioning Richard in authors file.
3336   * Updating credits file.
3337   * Removing unused name header in package lists.
3338   * Unfuzzying German manpage translations.
3339   * Marking ntop as lenny and sid only in rescue list.
3340   * Marking tob as lenny and sid only in rescue list.
3342  -- Daniel Baumann <mail@daniel-baumann.ch>  Tue, 14 Dec 2010 13:05:39 +0100
3344 live-build (2.0.9-1) unstable; urgency=medium
3346   [ Daniel Baumann ]
3347   * Once again updating volatile urls for squeeze.
3349   [ Ben Armstrong ]
3350   * Updating lb config --help and man page.
3352   [ Daniel Baumann ]
3353   * Unfuzzying German manpage translations.
3355  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 06 Dec 2010 12:01:43 +0100
3357 live-build (2.0.8-1) unstable; urgency=medium
3359   [ Daniel Baumann ]
3360   * Replacing last occurences of lh with lb.
3361   * Adding warning about non-usefullnes of the stripped hook.
3363   [ Ben Armstrong ]
3364   * Adding example auto scripts.
3366   [ Daniel Baumann ]
3367   * Applying slightly modified patch from Michael Hudson
3368     <michael.hudson@canonical.com> to make arguments in debootstrap
3369     calls more robust.
3370   * Updating initramfs switch in lb config manpage (Closes: #605255).
3372  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 29 Nov 2010 23:12:54 +0100
3374 live-build (2.0.7-1) unstable; urgency=medium
3376   [ Daniel Baumann ]
3377   * Enabling volatile for squeeze.
3378   * Updating volatile urls for squeeze.
3380   [ Richard Nelson ]
3381   * Cleanup l-b.cgi header file to reflect Live Build.
3383   [ Daniel Baumann ]
3384   * Removing apt-mirror-setup from udeb_exclude (Closes: #604027).
3385   * Removing cdrom-detect/try-usb workaround, not needed anymore.
3386   * Correcting quoting of auto calls, thanks to Andreas Loibl
3387     <andreas@andreas-loibl.de>.
3388   * Also including auxiliary packages in d-i pool (Closes: #604551).
3389   * Enabling removal of ssh host keys, they are regenerated by live-
3390     config.
3391   * Simplyfing ssh host key removal.
3393  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 22 Nov 2010 23:13:43 +0100
3395 live-build (2.0.6-1) unstable; urgency=medium
3397   [ Ben Armstrong ]
3398   * Adding reference material to debian-live-devel list: live-boot,
3399     live-config and live-manual.
3401   [ Daniel Baumann ]
3402   * Adding vpnc in rescue list.
3403   * Updating debian-live-devel packages list (Closes: #602139).
3404   * Correcting typo in defaults handling of apt http proxy.
3405   * Workarounding symlink on usb-hdd when including debian-installer and
3406     using vfat filesystems.
3408   [ Ben Armstrong ]
3409   * Fixing typo in symlink on fat workaround.
3411   [ Daniel Baumann ]
3412   * Making d-i indices copying depending on binary image type.
3414  -- Daniel Baumann <mail@daniel-baumann.ch>  Sat, 13 Nov 2010 16:10:43 +0100
3416 live-build (2.0.5-1) unstable; urgency=medium
3418   * Removing dpkg-tmpfs hack, this is too intrusive atm.
3420  -- Daniel Baumann <mail@daniel-baumann.ch>  Thu, 28 Oct 2010 09:44:14 +0200
3422 live-build (2.0.4-1) unstable; urgency=medium
3424   [ Richard Nelson ]
3425   * Addng lenny build option back to forms and removing wheezy on l-b-
3426     cgi.
3428   [ Daniel Baumann ]
3429   * Adding fsarchiver to rescue list.
3430   * Removing deep link to bug page in the manual, since we don't have
3431     stable references yet.
3433  -- Daniel Baumann <mail@daniel-baumann.ch>  Thu, 28 Oct 2010 09:34:43 +0200
3435 live-build (2.0.3-1) unstable; urgency=medium
3437   [ Daniel Baumann ]
3438   * Removing cron examples, autobuild is handled by live-autobuild now.
3439   * Using old lenny syslinux bootsplash for squeeze, moving new splash
3440     to wheezy.
3442   [ Richard Nelson ]
3443   * Make iso-hybrid default on l-b-cgi.
3444   * Make squeeze default on l-b-cgi.
3446   [ Daniel Baumann ]
3447   * Updating path in copyright file.
3448   * Removing remaining last leftovers from lh in lb and live-build
3449     manpages.
3450   * Removing debian-maintainers.org and debian-projects.org repository
3451     entries, will re-add them after squeeze.
3452   * Updating special handling for backports.
3454  -- Daniel Baumann <mail@daniel-baumann.ch>  Tue, 12 Oct 2010 11:05:07 +0200
3456 live-build (2.0.2-1) unstable; urgency=medium
3458   [ Daniel Baumann ]
3459   * Removing superfluous 'releasing' changelog entry in previous
3460     version.
3461   * Updating defaults for squeeze and d-i gui.
3462   * Updating images autobuild script for squeeze beta1.
3463   * Adding temporary workarounds to deal with latest archive breakages
3464     in image autobuild script.
3465   * Handling live.debian.net repository differently, so that ubuntu
3466     people can use it too.
3467   * Marking mrt in rescue list as lenny only.
3468   * Also using gdm legacy hack on xfce-desktop default images.
3470   [ intrigeri ]
3471   * Fixing squashfs.sort location with --build-with-chroot false.
3473   [ Daniel Baumann ]
3474   * Correcting typo with lb config call for usb-hdd in autobuild script.
3476  -- Daniel Baumann <mail@daniel-baumann.ch>  Sat, 02 Oct 2010 10:00:45 +0200
3478 live-build (2.0.1-1) unstable; urgency=medium
3480   [ Daniel Baumann ]
3481   * Adding squeeze-backports as valid distribution codename in
3482     lb_config.
3483   * Correcting wrong stage file in lb_chroot_interactive.
3484   * Removing d-i hacks, should be fixed with newer live-installer.
3486   [ Otavio Salvador ]
3487   * Fixing debian-installer index generation.
3488   * Fixing debian-installer Release file generation.
3490   [ Daniel Baumann ]
3491   * Also correcting version number in debian-installer release file.
3492   * Avoid using bashism when handling codename/suite mapping for debian-
3493     installer release file.
3495  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 27 Sep 2010 07:41:45 +0200
3497 live-build (2.0.0-1) unstable; urgency=medium
3499   [ Daniel Baumann ]
3500   * Using short boot parameter 'config' to enable live-config, requires
3501     live-config 2.0.7.
3502   * Making rmdir calls on cleanups more robust.
3503   * Also supportin local global lists in config/lists, thanks to Mark
3504     Schneider <ms@it-infrastrukturen.org>.
3505   * Updating debian-live list for squeeze.
3506   * Renaming debian-live list to debian-live-devel.
3507   * Adding debian-live-pxe-server packages list.
3508   * Updating packages list for squeeze and wheezy.
3509   * Also only respecting packages lists with .list suffix in
3510     binary_local-packageslists for consistency.
3511   * Adding consle-setup and keyboard-configuration manually to package
3512     pool for debian-installer in order to workaround a flawed debian-
3513     installer change in squeeze.
3514   * Updating keyboard related packages to be in consistency with debian-
3515     installer.
3516   * Also handling console related packages in debian-installer when
3517     live-installer is used.
3518   * Also adding kbd to debian-installer packages.
3520   [ Hector Oron ]
3521   * Fixing bpo debian-maintainers.org typo (Closes: #597715).
3523   [ Daniel Baumann ]
3524   * Adding warning about using minimal directly in minimal packages
3525     list.
3526   * Adding initramfs related defaults for wheezy.
3527   * Using the same path for win32-loader in squeeze as in sid as it has
3528     finally migrated some time ago.
3529   * Not fail if /dev/random is not available in chroot, newer
3530     debootstrap seems not to create it anymore.
3531   * Releasing debian version 2.0.0-1.
3533  -- Daniel Baumann <mail@daniel-baumann.ch>  Sun, 26 Sep 2010 12:14:46 +0200
3535 live-build (2.0~a29-1) unstable; urgency=low
3537   * Updating auto/scripts handling.
3538   * Adding somewhat prettier header in /etc/apt/sources.list.
3539   * Fixing lb_binary_syslinux to add quiet for the default live entries.
3540   * Correcting typo in lb_config when cleaning up auto/config.
3541   * Adding support for inclusion of the debian-backports repository.
3542   * Correcting freudian typo when reading in config files.
3543   * Correcting to narrow pattern for counting kernel images (Closes:
3544     #581252).
3545   * Updating kernel images number when installing them into live media.
3546   * Also populating config tree automatically when calling other top-
3547     level commands apart from lb_build.
3548   * Allowing also symlinks in chroot_local-packages (Closes: #593186).
3549   * Correcting typo in binary sources.list creating.
3551  -- Daniel Baumann <mail@daniel-baumann.ch>  Thu, 16 Sep 2010 21:13:58 +0200
3553 live-build (2.0~a28-1) unstable; urgency=low
3555   [ Cody A.W. Somerville ]
3556   * Addding maverick to list of releases.
3558   [ Daniel Baumann ]
3559   * Removing EOL Ubuntu releases.
3560   * Adding preconfig project to repositories.
3561   * Updating path in local helper for live-build.
3562   * Prefixing helper scripts to make 'out of source' usage usable
3563     (Closes: #572455).
3564   * Avoid running helpers twice when using auto (Closes: #584884).
3566  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 13 Sep 2010 21:28:16 +0200
3568 live-build (2.0~a27-1) unstable; urgency=low
3570   * Shortening package description.
3571   * Updating internal variables from lh to lb scheme, should be the last
3572     piece to finish the live-helper to live-build rename.
3573   * Moving location of the global configuration file from
3574     /etc/default/live-build to /etc/live/build.conf resp.
3575     /etc/live/build.d/.
3576   * Correcting --clean handling in lb_config.
3577   * Replacing references to lh commands with lb in live-build manpage.
3579  -- Daniel Baumann <mail@daniel-baumann.ch>  Tue, 07 Sep 2010 21:41:44 +0200
3581 live-build (2.0~a26-1) unstable; urgency=low
3583   * Removing desktop-base entry in gnome-full list, already inherited
3584     through the gnome-core list.
3585   * Exiting with 0 in live-boot bug script.
3586   * Updating debian-live homepage in various locations.
3587   * Updating gdm handling for lxde.
3588   * Adding support for wheezy.
3589   * Adding support for standalone live-boot as initramfs generator.
3590   * Updating lenny point release number.
3591   * Also deconfiguring /etc/hosts when using debootstrap to bootstrap
3592     system.
3594  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 06 Sep 2010 15:31:28 +0200
3596 live-build (2.0~a25-1) unstable; urgency=low
3598   * Updating internal calls to use live-build instead of live-helper.
3599   * Updating lenny point release number.
3601  -- Daniel Baumann <mail@daniel-baumann.ch>  Thu, 02 Sep 2010 15:15:31 +0200
3603 live-build (2.0~a24-1) unstable; urgency=low
3605   [ Richard Nelson ]
3606   * Add param to cgi for --tasks.
3607   * Add param to the build.html templates for --tasks.
3608   * Add param to the form.html templates for --tasks.
3610   [ Daniel Baumann ]
3611   * Correcting typo in emdebian keyring packages variable (Closes:
3612     #593346).
3613   * Updating copyright headers for live-build.
3614   * Replacing some references to live-helper with live-build.
3615   * Adding legacy symlinks for lh in live-helper transitional package.
3616   * Renaming manpages for live-build.
3617   * Replacing some references to live-helper with live-build in
3618     manpages.
3619   * Replacing some references to live-helper with live-build in
3620     templates.
3621   * Replacing some more references to live-helper with live-build in
3622     scripts.
3623   * Replacing some references to live-helper with live-build in the cgi.
3624   * Replacing some references to live-helper with live-build in
3625     examples.
3626   * Replacing some references to live-helper with live-build in lists.
3627   * Replacing some references to live-helper with live-build in
3628     debhelper bug files.
3630  -- Daniel Baumann <mail@daniel-baumann.ch>  Thu, 02 Sep 2010 15:06:23 +0200
3632 live-build (2.0~a23-1) unstable; urgency=low
3634   * Adding slightly modified patch from Cody A.W. Somerville
3635     <cody.somerville@canonical.com> to extract casper uuid file from
3636     casper initrds.
3637   * Setting default distribution to squeeze.
3638   * Moving /usr/share/live-helper to /usr/share/live/build.
3639   * Removing old and unmaintained po files.
3641  -- Daniel Baumann <mail@daniel-baumann.ch>  Sat, 14 Aug 2010 20:53:08 +0200
3643 live-build (2.0~a22-1) unstable; urgency=low
3645   [ Daniel Baumann ]
3646   * Making cp calls for syslinux templates recursive, thanks to Tiago
3647     Bortoletto Vaz <tiago@debian.org>.
3649   [ Chris Lamb ]
3650   * Fixing spelling typo.
3651   * Run chroot stage with /var/lib/dpkg mounted as a tmpfs
3653   [ Richard Nelson ]
3654   * Correct typo on build.html.
3655   * Update to change in location and name of /live-helper.sh to
3656     /scripts/build.sh.
3658   [ Daniel Baumann ]
3659   * Marking ndiff as lenny only in rescue list (Closes: #591469).
3661   [ Tiago Bortoletto Vaz ]
3662   * Adding curly braces to LH_MEDIA in syslinux template.
3663   * Fixing all LH_MEDIA related stuff in syslinux templates.
3664   * Adding Brazilian Portuguese templates for syslinux.
3666   [ Daniel Baumann ]
3667   * Updating debian-cd data.
3669   [ Chris Lamb ]
3670   * Fix LH_INTERACTIVE switch statement.
3672   [ Daniel Baumann ]
3673   * Setting default desktop for tasksel when installing package tasks to
3674     avoid ending up with a pulled in gnome in all cases, thanks a lot to
3675     Ben Armstrong <synrg@debian.org> for finding this solution.
3677  -- Daniel Baumann <mail@daniel-baumann.ch>  Tue, 10 Aug 2010 04:21:01 +0200
3679 live-build (2.0~a21-1) unstable; urgency=low
3681   [ Daniel Baumann ]
3682   * Removing outdated repository configurations.
3683   * Updating backports repository configuration.
3685   [ Richard Nelson ]
3686   * Correct expression on l-b.cgi email field.
3688   [ Daniel Baumann ]
3689   * Updating package to standards version 3.9.1.
3691   [ Marco Amadori ]
3692   * Correcting typo, live-helper should depend on live-build.
3694  -- Daniel Baumann <mail@daniel-baumann.ch>  Tue, 27 Jul 2010 16:07:52 +0200
3696 live-build (2.0~a20-1) unstable; urgency=low
3698   * Removing temporary hack to skip memtest86+ in image autobuild
3699     script.
3700   * Adding updated losetup-lukshome hook from Rui Miguel P. Bernardo
3701     <rui.bernardo.pt@gmail.com>.
3702   * Renaming live-helper package to its generic name live-build, now all
3703     Debian Live are consistently and properly named.
3704   * Splitting out cgi frontend to own package.
3705   * Rearranging helpers scripts in source tree.
3706   * Using global version file.
3707   * Updating po makefile.
3708   * Removing example sources, not really useful anymore since
3709     repositories are in place.
3711  -- Daniel Baumann <mail@daniel-baumann.ch>  Sat, 24 Jul 2010 17:22:56 +0200
3713 live-helper (2.0~a19-1) unstable; urgency=low
3715   [ Daniel Baumann ]
3716   * Also creating .disk meta information on usb images, otherwise
3717     debian-installer doesn't detect the installer media.
3719   [ Richard Nelson ]
3720   * Allowing input for --mirror-binary on l-h.cgi.
3722   [ Daniel Baumann ]
3723   * Updating binary_local-packageslists to treat non-main packages
3724     correctly.
3725   * Truncating apts term.log to.
3726   * Removing apt log instead of truncating it, this is an additional
3727     file over a bootstrapped chroot.
3728   * Updating defaults to also add try-usb parameter for cdrom-detect
3729     when building iso-hybrid images with included debian-installer.
3730   * Updating syslinux splash screen for squeeze.
3731   * Updating image autobuild script for squeeze alpha2.
3733  -- Daniel Baumann <mail@daniel-baumann.ch>  Sun, 18 Jul 2010 01:16:13 +0200
3735 live-helper (2.0~a18-1) unstable; urgency=low
3737   [ Richard Nelson ]
3738   * Added REMOTE_ADDR to l-h.cgi log file.
3739   * Added logging features to l-h.cgi cron.
3740   * Matching logging date format to apache to use log analyzers on l-
3741     h.cgi builds.
3743   [ Daniel Baumann ]
3744   * Adding ubuntu specifics for system-config-printer in gnome list,
3745     thanks to Philippe Lelédy <debian@leledy.fr>.
3746   * Updating package name for isohybrid, in syslinux 4 it's in syslinux
3747     instead of syslinux-common.
3748   * Updating package to standards version 3.9.0.
3749   * Updating hacks to cope with gdm and gdm3 packages.
3750   * Copying win32-loader recursively to cope with another win32-loader
3751     file re-arangement.
3753  -- Daniel Baumann <mail@daniel-baumann.ch>  Sat, 10 Jul 2010 22:43:00 +0200
3755 live-helper (2.0~a17-1) unstable; urgency=low
3757   [ Richard Nelson ]
3758   * LH_BOOTAPPEND to LH_BOOTAPPEND_LIVE correction cgi operations.
3759   * LH_BOOTAPPEND_INSTALL added to cgi operations.
3760   * Add VERSION information and source in common live-helper common
3761     functions.
3763   [ Daniel Baumann ]
3764   * Using network-manager-gnome instead of wicd in lxde list for squeeze
3765     and newer.
3766   * Adding emacs23-nox for squeeze and newer in rescue list.
3768   [ Alexander Sack ]
3769   * Ensure that mtab is properly linked to /proc/mounts in
3770     binary_virtual-hdd.
3771   * Fix virtual-hdd packing only the stuff inside the binary/ tree in
3772     the image in binary_virtual-hdd.
3774   [ Daniel Baumann ]
3775   * Adding slightly modified patch from Alexander Sack <asac@linaro.org>
3776     to add meta info about filesystem size in binary_rootfs.
3778   [ Alexander Sack ]
3779   * Fix linux-image generation for no initramfs images.
3781   [ Daniel Baumann ]
3782   * Going back to using gdm for lxde as this is what the lxde meta
3783     package recommends.
3784   * Correcting entry about --language in lh_config manpage, it doesn't
3785     set the bootparameters automatically for locale selection.
3787  -- Daniel Baumann <mail@daniel-baumann.ch>  Fri, 02 Jul 2010 18:23:47 +0200
3789 live-helper (2.0~a16-1) unstable; urgency=low
3791   [ Daniel Baumann ]
3792   * Also passing repositories to cgi build jobs.
3793   * Correcting wrong handling of --rsyncable in defaults autodetection
3794     of gzip options.
3795   * Also including url of the webbuilder in its images.
3796   * Including note where to send feedback to in webmails mail templates.
3797   * Including build-job in the mail that is sent by the cgi.
3798   * Silencing copying of parameters.txt in binary_linux-image.
3799   * Moving chroot exclude mechanisms to one central place in
3800     binary_chroot helper.
3801   * Adding nomodeset to failsafe parameters to disable kms.
3803   [ Richard Nelson ]
3804   * Cleaned up expression LH_BOOTAPPEND and included = for live-config
3805     calls.
3806   * Added : and / to LH_BOOTAPPEND for live-config.hooks calls.
3807   * LH_BINARY_IMAGES expression cleanup.
3808   * LH_PACKAGES_LISTS expression cleanup.
3809   * LH_PACKAGES expression cleanup.
3810   * LH_ARCHITECTURE expression cleanup.
3811   * LH_MIRROR_BOOTSTRAP expression cleanup.
3812   * LH_MIRROR_BINARY expression cleanup.
3813   * LH_MIRROR_BINARY_SECURITY expression cleanup.
3814   * LH_CHROOT_FILESYSTEM expression cleanup.
3815   * LH_LINUX_FLAVOURS expression cleanup.
3816   * Match encryption param man page and case for expression cleanup on
3817     l-h.cgi.
3818   * LH_ENCRYPTION expression cleanup.
3819   * LH_HOSTNAME expression cleanup.
3820   * LH_ISO_APPLICATION expression cleanup.
3821   * LH_ISO_PREPARER expression cleanup.
3822   * LH_ISO_PUBLISHER expression cleanup.
3823   * LH_ISO_VOLUME expression cleanup.
3824   * LH_MEMTEST expression cleanup.
3825   * LH_NET_ROOT_PATH expression cleanup.
3826   * LH_NET_ROOT_SERVER expression cleanup.
3827   * LH_USERNAME expression cleanup and build output cleanup.
3828   * _CUSTOM_BOOTSTRAP and _CUSTOM_BINARY expression cleanup.
3829   * Removed hostname from forms and cgi and can be configured with live-
3830     config.hostname= on bootappend.
3831   * Removed username from forms and cgi and can be configured with live-
3832     config.username= on bootappend.
3833   * Path correction on cgi/cron build file append to mailer.
3835   [ Daniel Baumann ]
3836   * Globally using packages cache during runtime of chroot_source
3837     (Closes: #586927).
3838   * Removing double implementation of binary_rootfs/excludes.
3839   * Removing distribution check for assemblink mksquashfs options in
3840     binary_rootfs, not required anymore.
3841   * Making excludes handling simpler, and dropping excluding of kernel
3842     images for minimal or stripped images (Closes: #586367).
3844  -- Daniel Baumann <mail@daniel-baumann.ch>  Thu, 24 Jun 2010 01:49:57 +0200
3846 live-helper (2.0~a15-1) unstable; urgency=low
3848   [ Daniel Baumann ]
3849   * Running checkbashisms with -f and -x in Makefile.
3850   * Updating update-version script.
3851   * Directly depend on keyboard-configuration (rather than through
3852     console-setup) for squeeze in standard packages list.
3853   * Adding gnupg in minmal list for ubuntu (Closes: #586067).
3855   [ Richard Nelson ]
3856   * Whitespace removal
3858   [ Daniel Baumann ]
3859   * Temporarily removing grub2 from d-i packages again, needs some fixes
3860     first.
3862  -- Daniel Baumann <mail@daniel-baumann.ch>  Fri, 18 Jun 2010 04:01:29 +0200
3864 live-helper (2.0~a14-1) unstable; urgency=low
3866   [ Cody A.W. Somerville ]
3867   * Standardize to machine readable package manifest.
3869   [ Daniel Baumann ]
3870   * Renaming manifest files to packages on debian.
3871   * Correcting install command for manpages in Makefile.
3872   * Simplyfing makefile a bit.
3873   * Also including grub2 in the debian-installer pool.
3874   * Using UTF-8 in German manpages.
3875   * Using umlauts in German manpages.
3876   * Using old pathes for win32-loader on squeeze too.
3878  -- Daniel Baumann <mail@daniel-baumann.ch>  Sun, 30 May 2010 09:43:00 +0200
3880 live-helper (2.0~a13-1) unstable; urgency=low
3882   [ Daniel Baumann ]
3883   * Updating lh_config manpage wrt/ mirror defaults.
3884   * Once again updating path for win32-loader for squeeze and newer.
3885   * Visually improving test target of Makefile.
3886   * Updating default boot parameters to include live-config.
3887   * Thinking about removing openssh-server hostkeys, as they should be
3888     regenerated during boot anyway.
3889   * Using kde-plasma-desktop instead of kde-minimal for squeeze and
3890     newer in kde-core list, thanks to Diederik de Haas
3891     <didi.debian@cknow.org>.
3892   * Updating headers of German manpage po files.
3893   * Applying slightly modified patch from Cody A.W. Somerville
3894     <cody.somerville@canonical.com> to update titles for Ubuntu in live-
3895     media disk info.
3897   [ Cody A.W. Somerville ]
3898   * Generating casper uuid file in casper initrd.
3900   [ Daniel Baumann ]
3901   * Generalizing uuid handling so that we can enable it in debian later
3902     too.
3903   * Adding option for custom isohybrid arguments.
3904   * Also (try) unmounting /dev/shm in exit function.
3905   * Renaming --chroot-build to --build-with-chroot.
3906   * Correcting wrong apt-utils workaround in chroot_sources when using
3907     minimal and local packages.
3908   * Only installing gdm-themes for lenny in gnome packages list.
3909   * Using nodm instead of gdm in lxde packages list for squeeze and
3910     newer.
3911   * Adding user-setup to minimal packages list.
3912   * Setting version number to 2.0~a13.
3914  -- Daniel Baumann <mail@daniel-baumann.ch>  Sun, 23 May 2010 12:37:33 +0200
3916 live-helper (2.0~a12-1) unstable; urgency=low
3918   * Updating package lists for gdm3.
3919   * Renaming md5sum helpers to checksums.
3920   * Allow to include multiple checksum files and specify which hashes to
3921     use.
3922   * Removing old NEWS file, news are stored in the wiki at
3923     live.debian.net since a while already.
3924   * Removing old DOWNLOAD file.
3925   * Removing old README file.
3926   * Updating kde-core list for sid, thanks to Diederik de Haas
3927     <didi.debian@cknow.org>.
3928   * Reworking manpages for live-helper 2.
3929   * Adding German manpage translations.
3930   * Seperating source tarballs into to, one for debian, one for debian-
3931     live.
3932   * Updating win32-loader pathes for squeeze (Closes: #580952).
3933   * Adding repository pre-configurations files for
3934     administration.debian-projects.org and customization.debian-
3935     projects.org.
3936   * Setting version number.
3938  -- Daniel Baumann <mail@daniel-baumann.ch>  Wed, 12 May 2010 06:01:39 +0200
3940 live-helper (2.0~a11-1) unstable; urgency=low
3942   [ Daniel Baumann ]
3943   * Updating references to project homepage in the manpages.
3944   * Updating references to project homepage in the templates.
3945   * Updating synopsis of --packages-lists in lh_config manpage.
3946   * Don't fail on samhain workaround when we're cleaning up.
3948   [ Richard Nelson ]
3949   * Add uninstall and reinstall for l-h.cgi Makefile.
3950   * Remove plural typo on l-h.cgi mail.txt .
3952   [ Daniel Baumann ]
3953   * Updating uninstall and reinstall targets in cgi/Makefile.
3954   * Correcting spelling typo in previous changelog.
3955   * Correcting a couple of formating glitches in lh_config manpage.
3956   * Replacing 'noautoconfig' string in auto/ scripts with 'noauto'.
3957   * Printing message when auto scripts are used to make debug logs more
3958     understandable.
3959   * Making sure live-helper.sh is sourced early enough wrt/ auto
3960     scripts.
3961   * Updating maintainer field.
3963  -- Daniel Baumann <mail@daniel-baumann.ch>  Fri, 30 Apr 2010 17:10:38 +0200
3965 live-helper (2.0~a10-1) unstable; urgency=low
3967   * Updating appending of union boot parameter to only append, when
3968     we're not using aufs.
3969   * Adding -r, --repositories option to select preconfigured third-party
3970     repositories more easily.
3971   * Making handling of cache/packages_bootstrap a bit more error proove,
3972     thanks to Michal Suchanek <michal.suchanek@ruk.cuni.cz> for bringing
3973     it up.
3974   * Adding special hack to prevent samhain from initializing.
3975   * Removing powerpc condition on gnu-fdisk recommends.
3976   * Calling Check_defaults twice in lh_config, once when we initialize
3977     and once when the modified configuration is written (Closes:
3978     #576573).
3979   * Correcting spelling typo in previous changelog entry.
3980   * Adding gdb to rescue list.
3981   * Updating Man function to work with lh as wrapper.
3983  -- Daniel Baumann <mail@daniel-baumann.ch>  Fri, 09 Apr 2010 21:29:10 +0200
3985 live-helper (2.0~a9-1) unstable; urgency=low
3987   [ Daniel Baumann ]
3988   * Applying slightly modified patch from Cody A.W. Somerville
3989     <cody.somerville@canonical.com> to add support for custom debian
3990     installer images mirror.
3992   [ Trent W. Buck ]
3993   * Adding helper to prevent upstart from being run during chroot phase
3994     (Closes: #571056).
3996   [ Daniel Baumann ]
3997   * Adding lh_chroot_upstart manpage.
3998   * Updating year to 2010 in copyright notices.
3999   * Adding support for debian-volatile archive.
4000   * Setting debian-installer-gui default to false for squeeze and sid.
4001   * Removing outdated crontab and cronjob examples.
4002   * Merging live-webhelper.
4003   * Removing obsolete common file in cgi.
4004   * Updating function reading in the cgi.
4005   * Updating copyright headers in cgi.
4006   * Shuffeling cgi files arround.
4007   * Updating filesystem pathes in cgi.
4008   * Removing obsolete mechanism of using alternatives for templates, has
4009     never been used anyway and it's more suitable to directly specify
4010     them in the config tree instead.
4011   * Removing obsolete removal of (not used) logfile in the maintainer
4012     scripts.
4013   * Excluding cgi from checkbashism (checkbashism is too stupid).
4014   * Correcting she-bang in cgi.
4016   [ Steven Shiau ]
4017   * Fixing build failure with indices caching.
4019   [ Daniel Baumann ]
4020   * Only remove auxiliary packages in rootfs when not using pre-cached
4021     chroot (Closes: #572976).
4023   [ Richard Nelson ]
4024   * Removing LH_MIRROR_BOOTSTRAP_SECURITY in the cgi.
4025   * Cleaning up cgi templates.
4026   * Updating variables for live-helper 2 in the cgi.
4028   [ Daniel Baumann ]
4029   * Adding temporary makefile for the cgi.
4031   [ Richard Nelson ]
4032   * Removing etch legacy options in the cgi.
4033   * Updating booleans for live-helper 2 in the cgi.
4034   * Updating mail contents in the cgi.
4035   * Updating cron for live-helper 2 in the cgi.
4036   * Updating packages lists for live-helper 2 in the cgi.
4037   * Removing unused version variable in the cgi templates.
4038   * Updating homepage location in the cgi templates.
4040   [ Daniel Baumann ]
4041   * Updating hostname of ubuntu security updates.
4042   * Adding update repositories as volatile when building in ubuntu mode
4043     (Closes: #572983).
4044   * Correcting typo in desktop hacks.
4045   * Updating rescue list for squeeze.
4046   * Updating debian-forensics list.
4047   * Manually removing resolvconf when building kde-desktop release
4048     images.
4049   * Updating menu splash image for new syslinux.
4050   * Updating contact information in copyright file.
4051   * Updating autobuild script for squeeze alpha1 images.
4053   [ Richard Nelson ]
4054   * Clean out trailing white space and tabs on l-h.cgi cron.
4055   * Added debug option on l-h.cgi cron.
4056   * Added debug option on l-h.cgi cgi.
4057   * Clean out leading white space on l-h.cgi cgi.
4059   [ Daniel Baumann ]
4060   * Simplifying wording in bug-presubj file.
4061   * Reordering auto install overrides in rules file.
4063  -- Daniel Baumann <mail@daniel-baumann.ch>  Sun, 14 Mar 2010 23:31:59 +0100
4065 live-helper (2.0~a8-1) unstable; urgency=low
4067   [ Daniel Baumann ]
4068   * Mention in lh config manpage that local packages need the .list
4069     suffix.
4071   [ Rodrigo P. Gomez ]
4072   * Updating kde and kde-full packages lists for squeeze.
4074   [ Daniel Baumann ]
4075   * Marking gwenview in chroot_localization as lenny-only, thanks to
4076     Rodrigo P. Gomez <armyofthepenguin@gmail.com>.
4077   * Updating error message on arm/armel regarding kernel flavour
4078     selection.
4079   * Automatically populating config tree when having auto/config present
4080     and lh build is called without having lh config run before.
4082   [ Richard Nelson ]
4083   * Removed the appending of LH_BOOTAPPEND_LIVE to
4084     LH_BOOTAPPEND_INSTALL.
4086   [ Marco Amadori ]
4087   * Installs policy-rc.d also in binary phase.
4089   [ Daniel Baumann ]
4090   * Cleaning up usb helpers for a future usb-zip addition.
4091   * Reworking iso-hybrid as an independent binary image type.
4092   * Updating rescue list for squeeze.
4093   * Updating image autobuild script.
4094   * Adding cpio to recommends.
4095   * Updating signing key of example sources.
4096   * Updating tasks handling for squeeze.
4097   * Updating default desktop configuration quirks.
4099  -- Daniel Baumann <mail@daniel-baumann.ch>  Sun, 21 Feb 2010 14:42:21 +0100
4101 live-helper (2.0~a7-1) unstable; urgency=low
4103   [ Daniel Baumann ]
4104   * Changing binary indices behaviour as suggested by Ben Armstrong
4105     <synrg@debian.org>, means we're now including binary sources by
4106     default (unless they are the same as chroot ones), and binary
4107     indices now only controls if apt lists need to be included in the
4108     resulting binary image.
4109   * Updating mirror locations in image autobuild script.
4110   * Adding support for gfxboot.
4112   [ Tzafrir Cohen ]
4113   * For lh_local, checking first for helpers in LH_BASE.
4115   [ Daniel Baumann ]
4116   * Dropping lh_ prefix from internal helpers, this is not user visible.
4117   * Updating to standards version 3.8.4.
4118   * Updating homepage field in control.
4119   * Calling /usr/sbin/chroot with full path in Chroot(); should fix path
4120     problems when using live-helper from a local source tree.
4121   * Also using sources.list snipplets for local packages just as for the
4122     other repositories (Closes: #569619).
4123   * Removing remaining leftovers from etch-only options --genisoimage
4124     and --union-filesystem removals (Closes: #568261).
4125   * Don't append and re-append try-usb parameter to bootappend-install
4126     options over and over again.
4127   * Correcting gramatical typo in lh_config manpage, thanks to Tzafrir
4128     Cohen <tzafrir.cohen@xorcom.com>.
4129   * Removing whitespaces at the end of bootappend-install assignements.
4131  -- Daniel Baumann <mail@daniel-baumann.ch>  Wed, 17 Feb 2010 12:30:46 +0100
4133 live-helper (2.0~a6-1) unstable; urgency=low
4135   * Updating defaults for kernel packages to not include separate aufs-
4136     modules for squeeze, not needed anymore.
4137   * Recommending gnu-fdisk on powerpc.
4138   * Updating packages list for powerpc.
4139   * Adding update-alternatives call to set sun-java as default java in
4140     sun-java example hook.
4141   * Also making use of package cache during chroot_local-hooks (Closes:
4142     #566838).
4144  -- Daniel Baumann <mail@daniel-baumann.ch>  Sun, 31 Jan 2010 14:20:23 +0100
4146 live-helper (2.0~a5-1) unstable; urgency=low
4148   [ Ben Armstrong ]
4149   * Update lh_source_debian to deal with multiple dsc files for the same
4150     source.
4152   [ Daniel Baumann ]
4153   * Adding misc depends.
4154   * Wrapping suggests.
4155   * Minimizing rules file.
4156   * Adding special handling for kde-desktop hook in lh_chroot_hocks.
4157   * Removing dead code for bootstrap mirror defaults.
4158   * Displaying a message between setting up squashfs-tools and starting
4159     mksquashfs so that users know what is going on, thanks to Michal
4160     Suchanek <michal.suchanek@ruk.cuni.cz> (Closes: #566250).
4162  -- Daniel Baumann <mail@daniel-baumann.ch>  Sat, 23 Jan 2010 12:47:21 +0100
4164 live-helper (2.0~a4-1) unstable; urgency=low
4166   * Handling d-i required packages regarding kernel flavours differently
4167     on ubuntu.
4168   * Bumping ubuntu default distribution to karmic.
4169   * Changing local packageslists behaviour for consistency reasons, now
4170     looking for .list suffix and enabling them automatically (Closes:
4171     #545403).
4172   * Replacing lxnm in lxde package list with wicd as suggested by Jun
4173     Nogata and confirmed by Andrew Lee.
4174   * Ensure that precached-chroots are prepared as well.
4175   * Only using wicd instead of lxnm for squeeze and newer.
4176   * Removing mailx from rescue list.
4177   * Correcting handling of precached chroot when using plain chroot
4178     filesystem.
4179   * Making unmount routines a bit more robust.
4180   * Marking aufs-source and squashfs-source in debian-live packagelist
4181     as lenny-only (Closes: #562664).
4182   * Updating year in copyright file.
4183   * Renaming directory that holds automatic scripts (e.g. scripts/config
4184     or scripst/clean) to auto for consistency reasons.
4185   * Automatically setting-up backports repository when specifying lenny-
4186     backports as target distribution.
4187   * Adjusting lh_config manpage to reflect changes wrt/ local packages
4188     lists.
4190  -- Daniel Baumann <mail@daniel-baumann.ch>  Tue, 19 Jan 2010 20:25:35 +0100
4192 live-helper (2.0~a3-1) unstable; urgency=low
4194   * Updating icedove-l10n packagename handling for post-lenny, thanks to
4195     intrigeri <intrigeri@boum.org>.
4196   * Adding a 'sleep 1' before removing the loopdevice when creating usb-
4197     hdd images.
4198   * Don't try to install parameters.txt for casper in ubuntu mode
4199     (Closes: #560109).
4200   * Removing lpia support, this architecture is dead.
4201   * Setting win32-loader to disabled in ubuntu mode.
4202   * Adding explicit debian source version 1.0 until switch to 3.0.
4203   * For consistency, using true|false instead of enabled|disabled in
4204     configuration options.
4205   * Adding experimental support for isohybrid (Closes: #558688).
4207  -- Daniel Baumann <mail@daniel-baumann.ch>  Sun, 13 Dec 2009 21:41:49 +0100
4209 live-helper (2.0~a2-1) unstable; urgency=low
4211   * Updating config tree version checks.
4212   * Dropping etch support.
4213   * Replacing categories with archive-areas in package lists.
4214   * Using /etc/apt/sources.list.d mechanism for local sources.list
4215     snipplets.
4216   * Adding example hook to remove udev persistent device generator
4217     rules.
4218   * Adding suffix .list to sources.list.d snipplets.
4219   * Replacing sed 4.2 command to assemble debootstraps components option
4220     with a less advanced one, in order to work on legacy distributions.
4221   * Removing obsolete parameter.txt for etchs casper.
4222   * Setting LH_BASE variable in defaults.sh globally.
4223   * Adding changelog of 1.0.6-2.
4225  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 30 Nov 2009 12:41:06 +0100
4227 live-helper (2.0~a1-1) experimental; urgency=low
4229   * Renaming categories to archive areas (Closes: #519690).
4230   * Renaming functions.sh to live-helper.sh.
4231   * Installing helpers to /usr/share/live-helper/helpers instead of
4232     /usr/bin.
4233   * Removing legacy function for dashed commands.
4235  -- Daniel Baumann <mail@daniel-baumann.ch>  Sun, 15 Nov 2009 22:42:59 +0100
4237 live-helper (1.0.6-2) unstable; urgency=high
4239   * Replacing sed 4.2 command to assemble debootstraps components option
4240     with a less advanced one, in order to work on legacy distributions.
4242  -- Daniel Baumann <mail@daniel-baumann.ch>  Sun, 22 Nov 2009 13:35:50 +0100
4244 live-helper (1.0.6-1) unstable; urgency=medium
4246   [ Daniel Baumann ]
4247   * Updating lenny point release number.
4248   * Settinglosetup-lukshome example hook executable bit again.
4249   * Adding kernelpurge example hook to remove all kernel images except
4250     the newest one.
4251   * Making replace-di-banner hook to not fail when no d-i is included in
4252     the image.
4253   * Allowing to overwrite default gzip options through config switch or
4254     option.
4256   [ Cody A.W. Somerville ]
4257   * Unify bootloader helpers.
4258   * Only add available install frontend boot entries.
4260   [ Daniel Baumann ]
4261   * Automatically optaining version number for config tree format.
4262   * Updating presubj text for reportbug.
4263   * Correcting install calls for reportbug files in rules.
4264   * Adding console-setup to standard package list.
4265   * Adding gfortran and gnat to rescue list.
4266   * Updating debian-live snapshots repository entries.
4267   * Adding live snapshots repository gpg key.
4268   * Updating debian-backports example sources for lenny.
4269   * Removing old beryl source repository example.
4270   * Removing old fai source repository example.
4271   * Removing old debian-edu source repository example.
4272   * Updating git snapshot repository in image autobuild script.
4273   * Respecting /etc/hostname in case it's part of chroot_local-includes,
4274     thanks to Luigi Capriotti <l.capriotti@xbmc.org> for the idea.
4275   * Updating kde-core package list for squeeze/sid, thanks to Diederik
4276     de Haas <didi.debian@cknow.org>.
4277   * Adding mailutils to rescue list.
4278   * Updating conditionals in package lists for squeeze.
4279   * Updating debian-forensics packages list.
4280   * Updating vcs fields.
4281   * Using pre-cached bootstrap stage, if available, in order to build
4282     chroot image which dramatically speads up building of large images.
4283   * Returning error value of the last process before exiting (Closes:
4284     #527331).
4285   * Allow to enforce syslinux menu module through LH_SYSLINUX_MENU.
4286   * Respecting (possibly) customized LH_SYSLINUX_CFG when autodecting
4287     syslinux menu module (Closes: #533846).
4288   * Deprecating all dashed forms of commands.
4289   * Giving message to users that lh_config is actually doing something.
4290   * Avoid showing 'dashed commands are deprecated' warning more than one
4291     within lh_clean.
4292   * Updating distribution release information.
4293   * Allow to overload global functions with local functions stored in
4294     the config tree at scripts/functions.
4295   * Also actually creating the functions directory in lh_config.
4296   * Correcting conditional reading of local functions.
4297   * Correcting spelling typo in a previous changelog entry to please
4298     lintian.
4299   * Fixing nroff formatting error in lh_config manpage.
4300   * Updating to debhelper 7.
4301   * Updating to standards version 3.8.3.
4302   * Don't use dh_clean in favour of dh_prep.
4303   * Fixing another nroff formatting error in lh_config manpage.
4304   * Updating defaults of linux packages for sid (>= 2.6.31).
4306   [ Rui Miguel Bernardo ]
4307   * Correcting apt pinning support.
4309   [ Daniel Baumann ]
4310   * Merging initial and experimental grub2 support from Luigi Capriotti
4311     <l.capriotti@xbmc.org>.
4312   * Adding check for config tree version and fail or give warnings if
4313     the version doesn't match.
4315   [ Karl Goetz ]
4316   * Adding missing exit 1 in the archtiecture detection case.
4317   * Correcting comment about replacing /dev/urandom with /dev/random.
4318   * Replacing all -ge with -gt checks for string max lenghts of iso meta
4319     information.
4320   * Correcting spelling type in 'wrong config tree version' error
4321     message.
4322   * Rewording some of the error messages in Check_defaults().
4324   [ Daniel Baumann ]
4325   * Fixing regression imported by fixing #533846 incorrectly.
4326   * Correcting pathes in include statements when building netboot images
4327     (Closes: #546910).
4328   * Correctly replacing pathes in exithelp.cfg for returning back to
4329     syslinux menu.
4330   * Adjusting pathes for boot-screens in netboot images.
4331   * Escaping variables in binary.sh of lh_binary_iso, thanks to Luigi
4332     Capriotti <l.capriotti@xbmc.org>.
4333   * Simplyfing chroot copying in lh_binary_chroot.
4334   * Tidy helper calls before and after switching chroot filesystem in
4335     lh_binary_rootfs to not leave certain helpers activated at the end
4336     of the build, thanks to Luigi Capriotti <l.capriotti@xbmc.org>.
4337   * Adding patch from Dusty Hendrickson <dhendrickson@cleversafe.com> to
4338     allow lh_bootstrap_debootstrap to bootstrap from different section
4339     than main and evaluate LH_CATEGORIES for that purpose.
4340   * Adding example hook from Rui Miguel Bernardo
4341     <rui.bernardo.pt@gmail.com> for bugfixing cdrom-detect when using
4342     live-installer in lenny.
4343   * Renaming example hooks and prefixing them with distribution name.
4345   [ Cody A.W. Somerville ]
4346   * Omit numbering for first kernel and initrd installed into binary.
4347   * Fixing intermittent truncating of filesystem.
4348   * Correcting LH_BOOTAPPEND_INSTALL default values.
4350   [ Daniel Baumann ]
4351   * Giving conditional message in lh_config when creating or updating
4352     the config tree.
4353   * Respecting that etch has no prompt.cfg in netboot images.
4354   * Adding syslinux hardcoded default label entries.
4355   * Adding another workaround for etchs syslinux generation to manually
4356     treat live.cfg.
4357   * Only adding hardcoded fallback syslinux label when not using neither
4358     vesamenu nor gfxboot.
4359   * Removing newline in f8.txt.install syslinux template.
4360   * Removing newline in f6.txt syslinux template.
4362  -- Daniel Baumann <mail@daniel-baumann.ch>  Sun, 15 Nov 2009 17:16:19 +0100
4364 live-helper (1.0.5-2) unstable; urgency=low
4366   [ Cody A.W. Somerville ]
4367   * Reflect addition of the ubuntu mode and add missing contents where
4368     marked FIXME in lh_config manpage.
4370   [ Daniel Baumann ]
4371   * Preserve quoting in lh when passing through to sub commands (Closes:
4372     #521824).
4373   * Outputting usage if lh is called without argument.
4374   * Adding example hook to allow hal automounting local partitions.
4376   [ Cody A.W. Somerville ]
4377   * Simplifying template precedence.
4379   [ Daniel Baumann ]
4380   * Using common prefix for packages lists of packaging teams.
4381   * Updating version and date in manpage headers.
4382   * Exclude di-utils-exit-installer from udeb_exclude, we want it on the
4383     images on purpose.
4384   * Correcting spelling typo in hal-automount.sh, thanks to Martin
4385     Engelmann <martin.engelmann@gmx.de>.
4386   * Installing gdm after lxde in lxde package list in order to not pull
4387     in gnome depends uselessly, thanks to Fabian Greffrath
4388     <greffrath@leat.rub.de> (Closes: #536230).
4389   * Correcting typo in default values assignment of losetup functions.
4390   * Avoid using HOSTNAME variable in order to not get false positives
4391     from checkbashism.
4392   * Cosmetical simplification of debian-installer DESTDIR assignement,
4393     thanks to Cody A.W. Somerville <cody.somerville@canonical.com>.
4394   * Updating ubuntu specific package preselection.
4395   * Removing config stage file on purge, if the user is using an auto
4396     script to generate the config.
4398   [ Chris Lamb ]
4399   * Support LH_BOOTSTRAP_FLAVOUR="standard" when using debootstrap
4400   * Fix usb-hdd d-i installation.
4401   * Remove potentially-expanding architecture list by making current x86
4402     vars the fallback.
4403   * Update my email address.
4404   * Generate correct bootappend line for preseed/live-installer/usb-hdd
4405     combination.
4406   * Add replace-di-banner.sh example hook to replace the graphical d-i
4407     banner.
4409   [ Daniel Baumann ]
4410   * Marking replace-di-banner.sh executable and adjust line wrapping.
4412   [ Chris Lamb ]
4413   * Fix s/coppy/copy/ typo
4415   [ Daniel Baumann ]
4416   * Including archive trace into .disk meta information.
4417   * Consistenly installing gdm later than the desktop packages in order
4418     to ensure non-inflated installs.
4419   * Replacing policy-rc.d text that is used by sbuild too.
4420   * Setting binary mirror default to cdn.debian.net.
4421   * Setting bootstrap mirror default to ftp.de.debian.org,
4422     ftp.us.debian.orgs is too unreliable (round-robin out of sync).
4423   * Adding example hook from Rui Miguel Bernardo
4424     <rui.bernardo.pt@gmail.com> to use home on a separated luks
4425     encrypted partition.
4426   * Improving replace-di-banner example hook.
4427   * Adding localepurge example hook.
4428   * Simplyfing localepurge hook.
4429   * Applying patch from Chris Leick <c.leick@vollbio.de> to fix some
4430     spelling typos in the manpages (Closes: #543868).
4431   * Adding German manpage translations from Chris Leick
4432     <c.leick@vollbio.de> (Closes: #544512).
4434   [ Cody A.W. Somerville ]
4435   * Fix build failure when retrying build at deconfiguring file
4436     /bin/hostname.
4437   * Add option to disable use of GTK debian-installer.
4439   [ Rui Miguel Bernardo ]
4440   * Correcting some rough edges in lukshome example hook.
4442   [ Daniel Baumann ]
4443   * Updating kernel defaults for squeeze (removing squashfs, not
4444     required anymore).
4445   * Adding a message about which hook made a build fail, if any.
4446   * Updating lenny point release number.
4448  -- Daniel Baumann <mail@daniel-baumann.ch>  Fri, 04 Sep 2009 13:21:04 +0200
4450 live-helper (1.0.5-1) unstable; urgency=medium
4452   [ Daniel Baumann ]
4453   * Shortening LH_ISO_VOLUME defaults to not exceed max lenght (Closes:
4454     #515974).
4455   * Adding checks for exceeding lenght of the iso header strings.
4456   * Emitting a warning rather than an error when iso strings are too
4457     long.
4458   * Evalualting iso volume before checking their lenght, thanks to
4459     Roberto C. Morano <rcmorano@emergya.es>.
4461   [ Chris Lamb ]
4462   * Correcting spelling of s/lenght/length/ in warning messages.
4463   * Improving grammar and clarity of LH_ISO_APPLICATION etc. warnings
4465   [ Daniel Baumann ]
4466   * Adding initial support for virtual-hdd binary image type.
4467   * Updating manpage headers.
4468   * Updating manpage po4a.
4469   * Adding missing use of which in defaults setting of bootstrap
4470     program.
4471   * Correcting win32-loader copy call to work with non-chrooted builds
4472     too.
4473   * Only trying to copy syslinux english templates if they are actually
4474     available.
4475   * Only trying to handle syslinux help screens if they are actually
4476     available.
4477   * Improving check for syslinux templates by checking actual content,
4478     not just the directory.
4479   * Don't always overwrite keyring package option on debian or emedebian
4480     mode.
4482   [ Cody A.W. Somerville ]
4483   * Checking for installer README.html to prevent build failure.
4485   [ Daniel Baumann ]
4486   * Adding gpm to rescue list (Closes: #521557).
4487   * Adding bonnie++ to rescue list.
4488   * Updating first bunch of architectures to new location of d-i daily
4489     images.
4491   [ Cody A.W. Somerville ]
4492   * Do not fail build when greps to generate udeb exclusion list return
4493     no results or grepped files do not exist.
4495   [ Daniel Baumann ]
4496   * Removing some code in chroot_apt helper that left over the
4497     preferences files in the final image.
4498   * Removing old todo file.
4499   * Updating internal release numbers to current state in debian.
4501   [ Cody A.W. Somerville ]
4502   * Adding Ubuntu mode.
4504   [ Daniel Baumann ]
4505   * Not adding squashfs-modules to linux-packages on sid anymore, there
4506     it's mainlined.
4508   [ Cody A.W. Somerville ]
4509   * Adding lpia support.
4510   * Updating defaults.sh to correctly set default LH_CATEGORIES when in
4511     Ubuntu mode.
4513   [ Daniel Baumann ]
4514   * Manually ensuring correct permissions of filesystem.squashfs in
4515     order to prevent unbootable systems in some nutcases.
4516   * Updating location of powerpc d-i daily images.
4517   * Cleaning up makefile.
4518   * Simplyfing architecture handling for d-i daily URLs.
4519   * Adding update-initramfs call back in lh_chroot_hacks, but only for
4520     netboot.
4521   * Correcting typo in Makefile about line wrapping.
4522   * Correcting chroot call for update-initramfs in lh_chroot_hacks.
4523   * Correcting clean option of lh_config to tidy configuration tree.
4525   [ Chris Lamb ]
4526   * Update location of ia64 d-i dailies. Thanks to Luk Claes.
4528   [ Daniel Baumann ]
4529   * Not removing man/index.db in lh_chroot_hacks to keep man -k aka
4530     apropos working, thanks to Juliusz Chroboczek
4531     <Juliusz.Chroboczek@pps.jussieu.fr> (Closes: #527311).
4532   * Updating credits file.
4533   * Adding cdebootstrap and rinse to rescue list.
4534   * Exporting LH_CONFIG_VERSION for the configuration tree format.
4536   [ Chris Lamb ]
4537   * Print a warning if you are using "stripped" or "minimal" but you
4538     have set LH_BINARY_INCICES="enabled" (Closes: #527974)
4540   [ Tzafrir Cohen ]
4541   * Returning to menu in syslinux.
4543   [ Daniel Baumann ]
4544   * Always rebuilding initrd in chroot_hacks to avoid inclusion of
4545     previously removed udev rules (such as persistent devices).
4546   * Removing madwifi from rescue list; packages are removed from debian,
4547     and currently we don't support nested ifdefs in packages lists.
4549   [ Cody A.W. Somerville ]
4550   * Fixing LH_BOOTAPPEND_INSTALL issues for Ubuntu based builds.
4552   [ Daniel Baumann ]
4553   * Adding kpdf-nodrm example hook from Tzafrir Cohen
4554     <tzafrir.cohen@xorcom.com>.
4555   * Updating kpdf-nodrm hook to also work with KDE4.
4556   * Correcting spelling mistake in kde-no-pdf-drm example hook.
4557   * Correcting another spelling mistake in kde-no-pdf-drm example hook.
4559   [ Cody A.W. Somerville ]
4560   * Unmounting all mounts in chroot.
4562   [ Daniel Baumann ]
4563   * Marking paketto and sing in rescue list as etch and lenny only
4564     (Closes: #531795).
4566   [ Cody A.W. Somerville ]
4567   * Also respecting general apt/aptitude options for the install
4568     functions used during binary stage.
4569   * Fixing build failure in lh_binary_syslinux that occurs if
4570     exithelp.cfg does not exist.
4572   [ Daniel Baumann ]
4573   * Emitting a warning if resolvconf is detected on the to be generated
4574     live system. Beware of resolvconf, it's broken beyond repair.
4576  -- Daniel Baumann <mail@daniel-baumann.ch>  Sun, 14 Jun 2009 15:00:00 +0200
4578 live-helper (1.0.4-1) unstable; urgency=low
4580   * Handling kernel selection properly in example images build script.
4581   * Updating udeb exclude lists.
4582   * Adding new setting for binary indices: If set to none, no indices
4583     are included at all.
4584   * Trimming down gnome-desktop images to fit cd size in example build
4585     script.
4586   * Updating release numbers.
4587   * Updating syslinux menu configuration.
4588   * Updating boot menu title when using syslinux menu.
4589   * Correcting typo in example image build script.
4590   * Removing explicit defaults from example image build script.
4591   * Updating doc includes.
4592   * Updating debian-cd doc includes.
4593   * Correcting path within netboot tarballs.
4594   * Redirecting stderr to log as well in example image build script.
4596  -- Daniel Baumann <mail@daniel-baumann.ch>  Sat, 14 Feb 2009 18:00:00 +0100
4598 live-helper (1.0.3-2) unstable; urgency=medium
4600   [ Daniel Baumann ]
4601   * Regenerationg live-helper pot file.
4602   * Fixing typo in changelog.
4603   * Correcting order of genisoimage option assembling, the exludes do have to be
4604     processed last.
4605   * Adding clean parameter to lh_config to minimize config directory by
4606     automatically removing unused and thus empty subdirectories.
4607   * Splitting out win32-loader handling into own helper script.
4608   * Take win32-loader from the target distribution by using the chroot.
4609   * Revert using debhelper 7 command in rules.
4610   * Prefixing debhelper files with package name.
4611   * Updating copyright file.
4612   * Cleaning up rules file.
4613   * Moving binary manifest to live subdirectory on the images.
4614   * Moving live-initramfs or casper parameter list to live subdirectory on the
4615     images.
4616   * Introducing debian-release mode.
4617   * Adding own iso volume when beeing in release mode.
4618   * Correcting typo in iso volume.
4619   * Including the distribution name in iso volume when being in debian mode.
4620   * Renaming win32-loader executable as debian-cd does.
4621   * Creating win32-loader.ini in win32-loader helper script.
4622   * Updating .disk/info generation when building iso images.
4623   * Updating lenny cd includes.
4624   * Updating install call for live-helper defaults file.
4625   * Updating syslinux help screens.
4626   * Correcting bootstrap default logic to not overwrite the 'copy' method.
4627   * Really correcting bootstrap default logic to not overwrite the 'copy'
4628     method.
4629   * Updating image example build script.
4630   * Overwriting default kernels in image autobuild script only when being on
4631     i386.
4632   * Updating binary-filesystem reference in lh_config manpage.
4633   * For space consideration, don't install laptop task in desktop images by
4634     default anymore.
4635   * Only enabling win32-loader by default if we also include debian-installer.
4637   [ Tiago Bortoletto Vaz ]
4638   * Updating pt_br localization (Closes: #514196).
4640  -- Daniel Baumann <mail@daniel-baumann.ch>  Tue, 10 Feb 2009 00:00:00 +0100
4642 live-helper (1.0.3-1) unstable; urgency=medium
4644   [ Antonio Terceiro ]
4645   * Don't break messages into parts; this make it impossible for translators
4646   * Adding missing newlines in Echo_error
4647   * Not considering some strings as translatable.
4648   * Adding Echo function as translatable
4649   * Don't ask for translators to translate a bunch of asterisks
4650   * Removing incorrect extra argument
4651   * Translating the description of the helpers
4652   * Must be printf instead of echo!
4653   * Fixing message for i18n compatibility
4655   [ Cyril Brulebois ]
4656   * Get rid of MIRROR_BOOTSTRAP_SECURITY in documentation.
4657   * Document LH_BOOTSTRAP_FLAVOUR as empty by default.
4658   * Fix --apt-pdiffs disabled being ignored.
4659   * Make hacks not break if there are no initrds.
4660   * Actually fix initrd-related breakage in chroot hacks.
4662   [ Daniel Baumann ]
4663   * Adding short comments to the different cases in Check_defaults();.
4664   * Adding check for currently not supported bootloader/image-type combinations.
4665   * Unsupported bootloader/image type combinations are errors, not warning.
4666   * Parsing lh_config flags from config.cfg, if available.
4667   * If config.cfg is executable, we execute it and accept its output as extra
4668     arguments. This makes dynamic configuration possible.
4669   * Adding support for using cdebootstra-static as bootstrap program.
4670   * Setting default taskel program from aptitude to tasksel.
4671   * Correcting typo in previous aptitude->tasksel commit.
4672   * Updating mode help message in lh_config.
4673   * Adding missing --dump to help output of lh_config.
4674   * Making sure that /tmp has the right permissions after installing
4675     sun-java*-doc through sun-java example hooks. Apparently, sun-java*-doc
4676     packages are tampering with it.
4677   * Actually doing apt-ftparchive operations in chroot as it was originally
4678     intended to be, otherwise apt-utils would be need to be a depends of
4679     live-helper.
4680   * Adding temporary workaround to 'failed to install grub' error when using
4681     live-installer.
4682   * Removing enforced installation of mawk in the chroot in
4683     lh_binary_debian-installer, mawk is priority required and therefore always
4684     there anyway. Additionally, this would unnecessarily blow up images that
4685     have gawk (or any other awk implementation) installed.
4686   * Fixing and unifying handling of hooks.
4687   * Using common function file to source shell includes.
4688   * Updating year in copyright notices for 2009.
4689   * Including functions.sh, forgot to add it before.
4690   * Marking aufs and unionfs in devel-live packages list as lenny and sid,
4691     resp. etch-only.
4692   * Updating forensic packages in rescue list.
4693   * Removing vim-tiny from minimal packages list, it's not a requirement for
4694     live-initramfs :)
4695   * Correcting lh_configs config.cfg handling, so that it's at least working
4696     when not using config.cfg. Will have to be fixed properly later.
4697   * Rewriting all existent manpages.
4698   * Running po4a for manpages.
4699   * Adding simple manpages for every other live-helper command.
4700   * Also covering compressed manpages in uninstall target of Makefile.
4701   * Automatically displaying manpage when calling a helper with -h or --help.
4702   * Replacing previous attempt of using config.cfg, now using scripts/config.sh
4703     and scripts/clean.sh instead.
4704   * Adding dummy live-helper command to make any confused user aware that
4705     live-helper is a set of commands starting with the lh_ prefix.
4706   * Removing shell specific extensions and call of scripts/config and
4707     scripts/clean, thanks to Tzafrir Cohen <tzafrir.cohen@xorcom.com>.
4708   * Overwriting the debootstrap or fdisk program if it is set to a value that
4709     is not on the host system anymore, but another alternative of it is.
4710   * Correcting typo for libewf in rescue list.
4711   * Updating name of arhive keys in image autobuild script.
4712   * Fixing infinit loop when using autoconfig for lh_config and lh_clean.
4713   * Adding autoconfig support to lh_build as well.
4714   * Correcting wrong logic in defaults.sh which resultet in having
4715     loop-aes-utils always installed.
4717  -- Daniel Baumann <mail@daniel-baumann.ch>  Sun,  1 Feb 2009 17:00:00 +0100
4719 live-helper (1.0.2-4) unstable; urgency=low
4721   * Prefering local resolv.conf over truncated one.
4722   * Prefering local hosts over truncated one.
4723   * Moving removal of apt packages lists from minimal and stripped hook
4724     to lh_chroot_sources, thanks to Ben Armstrong <synrg@debian.org>.
4726  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 12 Jan 2009 13:00:00 -0500
4728 live-helper (1.0.2-3) unstable; urgency=medium
4730   [ Chris Lamb ]
4731   * Add 'dump' as a getopt longoption so as not to prevent rejection of --dump
4732     argument to lh_config.
4733   * Only print versions of live-helper in --dump output, not every package
4734     installed.
4735   * Test for dpkg-query instead of dpkg if we are only going to run dpkg-query
4736     within that scope.
4737   * Don't assume that if dpkg is installed, we'll actually get a live-helper
4738     version number from it.
4739   * Re-order arguments to find(1) to silence warning about sub-optimal ordering.
4740   * Set default value of _COLOR to "false" from "disabled".
4742   [ Daniel Baumann ]
4743   * Also handling custom apt.conf in config/chroot_apt/apt.conf to allow further
4744     apt configuration (Closes: #511247).
4745   * Adding sample hook to add custom /etc/modules entries.
4746   * Truncating resolv.conf created during bootstrap stage, otherwise we'll end
4747     up with a local resolv.conf in the final image. Thanks to Ben Armstrong
4748     <synrg@debian.org>.
4750  -- Daniel Baumann <mail@daniel-baumann.ch>  Sat, 10 Jan 2009 15:00:00 -0500
4752 live-helper (1.0.2-2) unstable; urgency=medium
4754   * Marking fragrouter in rescue list as etch only.
4755   * Correcting naming of source tarballs in image autobuild script.
4756   * Marking pstack in rescuelist as i386 only.
4757   * Updating location of archive key in in image autobuild script.
4759  -- Daniel Baumann <mail@daniel-baumann.ch>  Fri, 26 Dec 2008 09:00:00 +0100
4761 live-helper (1.0.2-1) unstable; urgency=medium
4763   * Marking ardour-gtk in studio package list as etch and sid only.
4764   * Iterating over all installed kernel images in update-initramfs example hook.
4765   * Updating udeb data.
4766   * Updating cd includes.
4768  -- Daniel Baumann <mail@daniel-baumann.ch>  Sat, 20 Dec 2008 15:00:00 +0100
4770 live-helper (1.0.1-4) unstable; urgency=medium
4772   [ Daniel Baumann ]
4773   * Don't attempt to remove scripts directory in lh_clean if it doesn't exist.
4774   * Adding tct to rescue list.
4775   * Updating lxde-desktop support.
4776   * Adding missing endif in rescue list.
4777   * Removing nested ifdefs in rescue list.
4778   * Correcting defaults check for diverted losetup binary to also cope with
4779     host systems that do install loop-aes-utils after populating live-helper
4780     config.
4781   * Correcting update-initramfs example hook description.
4782   * Mention possibility to symlink example hooks in their descriptions.
4783   * Also installing build-essential manually in module example hooks, as
4784     module-assistant doesn't do it automatically.
4785   * Adding Debian Science package list.
4786   * Removing debian-edu mode, outdated and apparently not used anymore.
4787   * Adding emdebian grip mode.
4789   [ Marco Amadori ]
4790   * NEW: "binary_debian-installer-includes" config directory.
4792  -- Daniel Baumann <mail@daniel-baumann.ch>  Thu, 11 Dec 2008 06:00:00 +0100
4794 live-helper (1.0.1-3) unstable; urgency=medium
4796   [ An-Cheng Huang ]
4797   * Copy menu binary from the correct directory
4799   [ Antonio Terceiro ]
4800   * Adding missing arguments to printf (l10n disabled)
4802   [ Daniel Baumann ]
4803   * Correcting typo in dh_prep call in rules.
4804   * Correcting wrong defaults setting for internal _L10N variable.
4805   * Applied patch from Maximilian Gass <mxey@cloudconnected.org> to fix
4806     typo in generation of release files in lh_chroot_sources.
4807   * Removing wrong 'new-line' in running echo functions when using no
4808     color output.
4809   * Removing scripts directory through lh_clean, if it's not empty.
4810   * Even though users are supposed to have any local-includes with the
4811     correct owner and permissions, we set them manually on /home/user as
4812     it's likely that anybody will forget it (Closes: #506553).
4814  -- Daniel Baumann <mail@daniel-baumann.ch>  Tue, 25 Nov 2008 12:00:00 +0100
4816 live-helper (1.0.1-2) unstable; urgency=medium
4818   [ An-Cheng Huang ]
4819   * ignore harmless warnings from parted.
4821   [ Chris Lamb ]
4822   * Really fix LH_BOOTSTRAP="copy". Thanks to Andreas Teuchert
4823     <ant+bdo@hsg-kl.de>. (Closes: #498385)
4824   * Ensure local packages lists are sourced over global ones (Closes: #499656)
4825   * Fix timing issue in create of source tarballs. Patch by Sebastian H
4826     <shbugreport@online.de>. (Closes: #499793)
4827   * Additionally save the 'scripts/' subdirectory if it contains files when
4828     building source images.
4829   * Syncing options in lh_config(1) with lh_config, etc. Thanks to Luca Bruno.
4830   * Create a "missing-source.txt" file containing missing source packages
4831     instead of exiting.
4832   * Don't build up source package list inside chroot.
4833   * Install appropriate tasksel program.
4834   * Correcting sparc architecture detection to ensure correct source package
4835     contents.
4836   * Include source for sparc-utils on that architecture.
4837   * Ensure all files installed via chroot_local-includes are owned by root:root.
4838     Thanks to Julien Cristau <jcristau@debian.org>.
4839   * For consistency, don't preserve uid/gid for files in binary_local-includes.
4840   * Add utility function to call 'Exit' when script exits.
4841   * Print message when Exit is called.
4842   * Setup cleanup hook in the high-level helpers.
4843   * Refactor utility to locate conffiles.
4844   * Add utility to dump specified file to stdout.
4845   * Add utility to dump all conffiles to stdout.
4846   * Add lh_dumpconfig helper to print suitable output for pastebins and other
4847     remote debugging.
4850   [ Daniel Baumann ]
4851   * Adding explicit --yes to apt-get call when installing keyring packages
4852     (previously, this was inherited through Apt(); wrapper) (Closes: #499625).
4853   * Correcting wrong spelling of sl-modem-daemon in rescue list.
4854   * Fixing bcm43xx-fwcutter entry in rescue list, only available in etch.
4855   * Automatically correct LH_SETUP value if the configured losetup cannot be
4856     found.
4857   * Improving indices workaround by checking LH_BOOTSTRAP_FLAVOUR rather than
4858     LH_PACKAGES_LISTS in order to handle chicken-egg problem for installing
4859     apt-utils when having bootstrapped a minimal chroot.
4860   * Also accept x86_64 as alias for amd64 when checking for cross architecture
4861     support.
4862   * Adding virtualbox-ose hook.
4863   * Adding lh_chroot_selinuxfs helper to support building live images on a
4864     selinux enabled host (Closes: #501652).
4865   * Applying patch from Frederic Boiteux <fboiteux@calistel.com> to support
4866     wildcards in rootfs exclude lists (Closes: #500677).
4867   * Making removal stage of lh_chroot_selinuxfs dependent on the existence of
4868     /selinux, otherwise that directory would be always created in the chroot.
4869   * Manually setting owner of /etc/skel to root.
4870   * Making sure /etc/sudoers has right owner/permissions.
4871   * Using simplified Require_stagefile(); calls by passing multiple arguments.
4872   * Enforcing lh_config to be run before lh_build, see also
4873     http://lists.debian.org/debian-live/2008/10/msg00102.html (Closes: #500740).
4874   * Updating version number in common.sh.
4875   * Removing LIVE_* grep from Exit(); as we have switched to LH_* variables long
4876     time ago.
4877   * Adding unmount calls for pseudo-filesystems in Exit();.
4878   * Excluding ipppd from rescue list due to #502693.
4879   * Correcting intendation in conffile.sh.
4880   * Adjusting code style of lh_dumpconfig.
4881   * Merging lh_dumpconfig into lh_config as --dump parameter.
4882   * Updating Debian Forensics packages in rescue list.
4883   * Using dd rather than cat to write mbr.bin to usb-hdd images; dd is more
4884     robust in case mbr.bin is corrupted.
4885   * Improving version output of lh_config --dump.
4886   * Removing double cryptsetup entry in rescue list.
4887   * Adding lsof in rescue list.
4888   * Updating releases.sh to match internal namespace of included functions.
4889   * Marking grub and lilo in rescue list as amd64 and i386 only.
4890   * Grouping bootloaders in rescue list.
4891   * Adding hppa bootloader to rescue list.
4892   * Renaming internal Read_conffile(); to Read_conffiles(); for consistency
4893     reasons.
4894   * Generalizing internal Chroot(); by requiring its first argument to be the
4895     chroot directory.
4896   * Don't use set -e in sourced functions, this is the job of the actual
4897     executed script.
4898   * Check for availability of gettext at runtime, and only use it if existing.
4899   * Updating color functions.
4900   * Adding armel to architecture specific checks.
4901   * Slightly reordering genisoimage option assembling.
4902   * Slightely improving wording of the 'bootloader not yet supported' when
4903     creating images.
4904   * Updating signals in exit and lockfile traps.
4905   * Syncing internal lockfile functions.
4906   * Syncing internal l10n functions.
4907   * Generalizing internal LH_L10N variable.
4908   * Generalizing internal LH_FORCE variable.
4909   * Generalizing internal LH_DEBUG variable.
4910   * Generalizing internal LH_QUIET variable.
4911   * Generalizing internal LH_VERBOSE variable.
4912   * Generalizing internal LH_BREAKPOINTS variable.
4913   * Implementing colorful output (currently disabled by default, though).
4914   * Cleaning up code of 'lh' short helper.
4915   * Correcting manpage section reference in a comment in lh.
4916   * Removing double warning symbol.
4917   * Also checking for gettext catalogs to be installed before enabling l10n.
4918   * Using package variable to refere internally to live-helper.
4919   * Generalizing internal LH_CONFFILE variable.
4920   * Replacing obsolete dh_clean -k with dh_prep.
4922   [ Marco Amadori ]
4923   * lh_config --help and manpage 'copy' mention.
4924   * Ensure lh_binary_debian-installer includes local debs (Closes: #502877)
4926   [ Maximilian Gass ]
4927   * Only install memtest in lh_binary_syslinux if enabled.
4929   [ Kai Hendry ]
4930   * Removing etch-only madwifi-doc package from madwifi example hook.
4932  -- Daniel Baumann <mail@daniel-baumann.ch>  Tue, 11 Nov 2008 13:00:00 +0100
4934 live-helper (1.0.1-1) unstable; urgency=medium
4936   [ Chris Lamb ]
4937   * Improve architecture auto-detection.
4938   * mksquashfs in Lenny supports -no-progress, so remove (broken) check.
4939   * Standardise on appending " (fail-safe mode)" for all bootloaders.
4940   * Use cp's "-T" option instead of shell globbing to ensure dotfiles in the
4941     binary image's / are copied.
4942   * Add "/.disk" metadata on usb-hdd images.
4943   * Unmount chroot/dev.tmp/pts filestems created by lh_binary_usb-hdd in
4944     lh_clean.
4945   * Additionally unmount chroot/binary.tmp in lh_clean --chroot.
4946   * Refactor partition size calculation, ensuring a uniform increase for ext
4947     partitions.
4948   * Warn when using syslinux with a non-FAT LH_BINARY_FILESYSTEM.
4949   * Use tar to perform lh_bootstrap_copy (Closes: #498385)
4950   * Add silo to sparc source package selection.
4951   * Correcting package name "dd_rescue" -> "ddrescue".
4952   * Correcting package names for "madwifi", only installing if non-free
4953     selected.
4954   * Removing packages from rescue list where they 'Conflict:' with each other.
4955   * Fix handling of --version and getopt program name.
4957   [ Daniel Baumann ]
4958   * Adding support for squeeze (lenny+1).
4959   * Don't install more than one kernel image when building minimal or stripped
4960     images.
4961   * Removing currently unused Upstream-Depends field in control.
4962   * Making gettext depends unversioned.
4963   * Fixing a chicken-egg problem with package indices when using
4964     minimal/stripped list *and* including local-packages.
4965   * Adding color functions for future usage.
4966   * Adding cursor functions for future usage.
4967   * Updating vcs fields in control file.
4968   * Applying patch from Ian Jackson <ian@davenant.greenend.org.uk> to update
4969     package selection of the rescue list.
4970   * Removing unsupported, unmaintained and unused knoppix package lists.
4971   * Adding syslinux-common to rescue list.
4972   * Adding scalpel to rescue list as suggested by Mathieu Geli
4973     <mathieu.geli@gmail.com>.
4974   * Correcting typo with if/endif statements in the rescue list.
4975   * Removing alsa-oss from standard-x11 package list, this should not really be
4976     in a default list.
4977   * Adding posh and dash to devel-live packages list.
4978   * Not including syslinux-common on lenny just yet, it still neds 1.5 days to
4979     migrate.
4980   * Adding rescue flavour to autobuild images.
4981   * Always using apt to install keyring packages (Closes: #498531).
4982   * Correcting wrong logic in lh_cleans check for beeing in the config directory
4983     or not (in order to prevent accidental cleaning by the user).
4984   * Automatically enforcing fat32 on usb-hdd when detecting files bigger than
4985     2GB.
4986   * Automatically enforcing fat32 on usb-hdd when detecting partitions bigger
4987     than 2GB.
4988   * Simplyfing partition size check when enforcing fat32.
4989   * Removing example hook for qemu-launcher, this is now in the archive as
4990     autorun4linuxcd package.
4991   * Adding example hook to update initramfs.
4992   * Updating cursor.sh with additional functions.
4993   * Re-including syslinux-common for lenny in the rescue list.
4994   * Adding lxde list, thanks to Kam Salisbury <kam@kamsalisbury.com>.
4995   * Adding moreutils to rescue list.
4996   * Adding scripts directory to to include custom helper scripts.
4997   * Removing sbm, not needed anymore.
4999   [ Mathieu Geli ]
5000   * Correcting some little glitches building with the rescue list.
5002   [ Marco Amadori ]
5003   * Splitted "longoptions" in various lines.
5005  -- Daniel Baumann <mail@daniel-baumann.ch>  Fri, 19 Sep 2008 14:00:00 +0200
5007 live-helper (1.0.0-2) unstable; urgency=medium
5009   [ Daniel Baumann ]
5010   * Adding nilfs2-tools to rescue list.
5011   * Including btrfs-tools in rescue list only when building sid.
5012   * Using internal prefix for PACKAGES variable in function/packages.sh
5013     (Closes: #468900).
5014   * Improving check for a mounted chroot/dev/pts to cover all terminals, not
5015     just the 0th (Closes: #459697, #459779).
5016   * Renaming sections to categories in order to use the same names as Debian
5017     Policy does (Closes: #483777).
5018   * Since #433076 is fixed in live-initramfs, we only need to adjust owner of
5019     the live-user when using casper for etch builds.
5020   * Moving the automatic run of the script tests to package build-time
5021     invokation.
5022   * Introducing config/binary_rootfs/excludes as a generic way to exclude files
5023     manually from the binary image.
5024   * Passing -wildcards to mksquashfs call when having excludes, thanks to
5025     Phillip Lougher <phillip@lougher.demon.co.uk>.
5026   * Adding Debian Forensics packages to rescue list.
5027   * Replacing Chroot(); call for removing the udev persistent-net rules with a
5028     direct rm call to avoid beeing expanded by the shell based on the build
5029     systems files.
5030   * Adding some more packages to the rescue list.
5031   * Adding some more packages to the rescue list again.
5032   * Setting project email address to the new debian-live@lists.debian.org.
5033   * Adding lsusb to rescue list.
5034   * Correcting chroot call to process config/binary_rootfs/excludes in chrooted
5035     builds.
5037   [ Marco Amadori ]
5038   * Fixed 2 typos in getopt longoptions string.
5040  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon,  1 Sep 2008 00:00:00 +0200
5042 live-helper (1.0.0-1) unstable; urgency=medium
5044   [ Antonio Terceiro ]
5045   * Sorting functions alphabetically.
5046   * Replacing file checking with ls by function calls
5048   [ Chris Lamb ]
5049   * Install loop-aes-utils if we are using encryption.
5050   * Support expanding wildcards in udeb excludes.
5051   * Remove pointless whitespace.
5052   * Only install unionfs-tools under Etch in rescue list.
5053   * Correct logic in LH_BOOTAPPEND_INSTALL handling
5054   * Removing surrounded braces from LH_BOOTAPPEND_INSTALL - it is expanded by
5055     sed, not the shell.
5056   * Correcting typo LH_BOOTSTRAP_INSTALL -> LH_BOOTAPPEND_INSTALL in Grub kernel
5057     parameters.
5058   * Correct bogus path for d-i preseed files.
5059   * Don't install lists from chroot_local-packageslists without them being
5060     specified in LH_PACKAGES_LISTS (Closes: #490755)
5061   * Don't use interpolation to print usage and help as it breaks newlines and
5062     tabs.
5063   * Remove accidental trailing '"' (quote) package from lh_config usage.
5064   * Tidy "install" / "install-binary" handling in lh_chroot_apt.
5065   * Add informational comments to generated /etc/apt/preferences stanzas.
5066   * Generate Release file for chroot_local-packages when APT_SECURE is disabled.
5067   * Prevent (harmless) duplicate entries appearing in /etc/apt/preferences
5068   * Remove gettext from Build-Depends (it's already in Build-Depends-Indep).
5069   * Correcting aesthetic typo "proces" -> "process".
5070   * Add leading space to prevent unnecessary diff when running lh_config
5071     repeatedly.
5072   * Rename internal LH_BOOTAPPEND_PRESEED variable to _LH_BOOTAPPEND_PRESEED
5073   * Ensure the binary image does not inherit the binary stage's APT settings.
5074   * Always create stagefile for chroot_install-packages and require it for
5075     lh_source
5076   * Correct indentation of conditional code.
5077   * Clean source.list instead of binary.list when calling lh_clean --source.
5078   * Move gettext to Build-Depends-Indep.
5079   * Add busybox to DI_PACKAGES as its required to install kernels.
5080   * Choose correct d-i install method for "live" and usb-hdd/tar image types.
5081   * Don't duplicate .debs of packages in binary/pool that are installed via
5082     live-installer.
5083   * Create pool/main to prevent build failure when no local .debs are queued for
5084     installation.
5085   * Don't include the bootstrap .debs on live-installer based disks (saves
5086     ~30MiB).
5087   * Rework WGET_OPTIONS and use "--no-verbose" by default (just prints the URL).
5088   * Fix "lh_config -c". Thanks to Simon Schiele <lists@codingmonkey.de>.
5089   * Remove --debian-installer-daily from getopt call.
5090   * Update lh_config(1) to match status of
5091     LH_DEBIAN_INSTALLER_{DAILY,DISTRIBUTION}.
5092   * Fix a bug in chroot_local-packages where packages were upgraded with
5093     themselves during lh_binary stages.
5094   * Fix bug in LH_DEBIAN_INSTALLER_DISTRIBUTION = "daily" handling.
5095   * Disabling call to "update-initramfs" in lh_chroot_hacks.
5096   * Always add our apt_preference(5) pinning stanza when using local-packages.
5097   * Ensure packages in config/chroot_local-packages override all others.
5098   * Test whether to use hard-links when caching d-i downloads.
5099   * Print a warning when package caching is disabled but d-i integration is
5100     enabled.
5101   * Don't install Recommends of d-i packages.
5102   * Call "Check_defaults" in lh_build.
5103   * Print nicer error message when bootstrap missing from LH_CACHE_STAGES.
5104   * Remove 'E:' prefix in call to Echo_error - it gets added later too.
5105   * Don't attempt install deprecated helpers/make-live.
5106   * Add lh_chroot_local-patches helper to apply local patches against chroot.
5107   * Fix cache poisoning issue in lh_binary_debian-installer with 404 downloads
5108   * Don't attempt to use live-installer on Etch; it would simply result in no
5109     bootstrap method.
5110   * Cache d-i kernel, initrd and mini.iso downloads (Closes: #492085)
5111   * Wrap most calls to wget in lh_binary_debian-installer.
5112   * Add system-config-printer as a replacement to gnome-cups-manager.
5113   * Removed "gnome-cups-manager" from package lists as it has been removed from
5114     Lenny due to being obsolete. (Closes: #491695)
5116   [ Daniel Baumann ]
5117   * Preserve changed apt settings (pdiffs, recommends, and secure) in binary
5118     image (Closes: #494640).
5119   * Updating chroot hacks to reflect namechange of the udev persistent rules.
5120   * Correcting typo in win32-loader config.
5121   * Correcting win32-loader default values.
5122   * Moving win32-loader inclusion support from external hook into main program
5123     (Closes: #476546).
5124   * Adding generic echo function.
5125   * Removing currently unused help message in lh_config.
5126   * Sorting authors file.
5127   * Removing superfluous echo type from echo call.
5128   * Correcting escaping of $VERSION in LH_ISO_PREPARER defaults.
5129   * Updating po files.
5130   * Replacing remaining echo calls with proper echo functions.
5131   * Don't expand version in default configuration, but rather use it
5132     dynamically.
5133   * Moving live-helper defaults file for cron autobuilder from
5134     /etc/default/live-helper to /etc/default/live-helper_autobuild in order to
5135     not conflict with the system-wide default file for helper configuration.
5136   * Adding guessing of the preseeding filename, and way to manually overwrite it
5137     (or select it in case of multiple available preseeding files).
5138   * Switching chechbashism call to now fail and abort rather than just give a
5139     warning if bashishms are detected.
5140   * Using $HOST rather than $HOSTNAME to avoid false positive in checkbashisms.
5141   * Using signal names rather than signal numbers in trap calls.
5142   * Merging debian-installer-daily option into debian-installer-distribution.
5143   * Bumping version number to 1.0.0.
5144   * Updating credits file.
5145   * Only using hardlinks for local-packages when hardlinks are possible.
5146   * Removing make-live legacy helper.
5147   * Updating debian release information.
5148   * Making check for local-patches silent.
5149   * Making check for local-includes silent.
5150   * Using rfc2606 invalid tld instead of dummy.
5151   * Using better suited variable name for live-helpers local key.
5153   [ Frederic Daniel Luc Lehobey ]
5154   * Added po4a support for manpages. Use case: 'make po4a'.
5156   [ Marco Amadori ]
5157   * Removing evms from rescue list, package got removed from debian.
5159   [ Tiago Bortoletto Vaz ]
5160   * Making help.sh and version.sh messages translatable.
5161   * Making lh_chroot_interactive and lh_source_usb-hdd messages translatable.
5162   * Making lh_binary_usb-hdd messages translatable.
5163   * Making usage.sh messages translatable.
5164   * Supporting remote preseeding files.
5165   * Also allowing multiple preseeding files for netboot.
5166   * Allowing to use more than one preseeding file to be on the media.
5167   * Adding last modifications in order to have localization fully working in
5168     live-helper. This commit goes with some pt_BR translations just for testing.
5169     Thanks to Antonio Terceiro for helping and coding in some shell stuff.
5170   * Adding the basic infrastructure to provide l10n support for live-helper.
5171   * Minor typo fix for encryption parameter in lh_config help message.
5172   * Suporting debian-installer distribution choice, which makes possible to
5173     build a image using a system-independent debian-installer suite. The config
5174     option for this is --debian-installer-distribution CODENAME.
5175   * Adding missing debian-installer options in lh_config --help message.
5176   * Improving message when using default values in /etc/default/live-helper.
5178  -- Daniel Baumann <mail@daniel-baumann.ch>  Sun, 24 Aug 2008 00:00:00 +0200
5180 live-helper (1.0~a48-1) unstable; urgency=medium
5182   [ Chris Lamb ]
5183   * Additionally clean md5sum.txt temporary file.
5184   * Remove pointless whitespace.
5185   * Temporarily replace /dev/urandom with /dev/random when creating local
5186     packages key.
5187   * Correct d-i kernel and initrd locations in grub entries. Thanks to Jun
5188     NOGATA <nogajun@gmail.com> for the patch. (Closes: #490245)
5189   * Fix a bug where a /etc/apt/preferences supplied in chroot_local-includes was
5190     always being deleted when used in conjunction with
5191     config/chroot_apt/preferences.
5192   * Abort build if working directory contains spaces - not supported by (at
5193     least) debootstrap and cdebootstrap.
5194   * Replace spaces in LH_BOOTSTRAP_{IN,EX}CLUDE variables with commas on use.
5195     Thanks to Cyril Brulebois <cyril.brulebois@kerlabs.com>. (Closes: #490114)
5196   * Fix syntax error in --ignore-system-defaults handling.
5197   * Ensure ~/.gnupg exists (required for gnupg >= ~1.4.9)
5198   * Fix bug where command-line argument --ignore-system-default was not seen
5199     before it was required.
5200   * Fix formatting error with --ignore-system-defaults in "lh_config --help"
5201   * Add --ignore-system-defaults option to not source /etc/default/live-helper.
5202   * Correct location of /etc/default/live-helper in lh_config(1) manpage.
5203   * Perform in LH_BOOTAPPEND_INSTALL conditional expansion manually to avoid
5204     expansion bug/feature on repetitive calls to lh_config (Closes: #488672)
5205   * Use a temporary apt key when installing local packages (Closes: #488257)
5206   * Fix caching of APT indices (Closes: #478744)
5207   * Refactor d-i GTK image selection, ensuring the GTK installer is only chosen
5208     on the netboot variant when building on powerpc.
5209   * Only consider linux-image-2.6-prep powerpc kernel image on Etch.
5210   * Refactor remote d-i location handling and ensure correct locations for
5211     powerpc.
5212   * Print a friendlier message if debootstrap or cdebootstrap cannot be found.
5213   * Re-order a case statement for consistency.
5214   * Fix incorrect test for sparc architecture in binary include handling.
5215   * Add support for generation of sparc netboot images.
5216   * Add support for sparc "tar" binary image type.
5217   * Add support for sparc install includes.
5218   * Refactor destination setting in lh_binary_silo to check arguments at
5219     beginning of the script.
5220   * Abort build if building from the root directory (/) as this causes misc
5221     build failures.
5222   * Emit a warning when running lh_build without a config/ directory.
5223   * Migrate a In_list candidate to grep -E.
5224   * Migrate a few uses of grep to In_list.
5225   * Add In_list function to extract various bits of code that did (or should
5226     have done) the same job.
5227   * Remove a useless space
5228   * Consolidate grep text searching predicates to use "grep -qs"
5229   * Revert aborting live d-i installation if minimal/stripped is selected and
5230     instead attempt to not break the chroot too much in this case
5231   * Replace another unweildy "if P1 || P2" statement with its "case" equivalent.
5232   * Remove more imported whitespaces.
5233   * Adjust "lh_config --help" and lh_config(1) so that the -m option corresponds
5234     with --mirror-bootstrap isntead of --mirror-binary-security.
5235   * Only deference symlinks on usb-hdd filesystems that do not support symlinks.
5236   * Add support for ext2 and ext3 to lh_source_usb-hdd.
5237   * Add support for usb-hdd on sparc (requires parted 1.8 from experimental).
5238   * Refactor mkfs handling.
5239   * Refactor partition table type handling.
5240   * Refactor partition type handling.
5241   * Prefix mount and unmount in lh_binary_debian-installer with LH_ROOT_COMMAND.
5242   * Add support for sparc to lh_binary_debian-installer.
5243   * Add support for the sparc architecture.
5244   * Add lh_binary_silo and associated templates to support the SILO bootloader.
5245   * Ensure apt-utils is installed in the helpers it is required.
5246   * Abort if "live" d-i installation is attempted with minimal or stripped
5247     LH_PACKAGES_LISTS
5248   * Fix truncated Echo_breakage messages.
5249   * Fix d-i locations in yaboot entries.
5250   * Fix trivial typographic error ("flavor" => "flavour")
5251   * Only deference symlinks on FAT{16,32} partitions on usb-hdd.
5252   * Replace install.amd/install -> install.386/install symlink with a real copy.
5253   * Revert always deferencing symlinks when installing some binary includes.
5254   * Add Echo_breakage for messages preceeding often-breaking stages and use
5255     before {c,}debootstrap calls
5256   * Replace a few unweildy "if" statements with their "case" equivalents
5257   * Move Etch syslinux workaround closer to the original definitions
5258   * Use correct location of powerpc d-i images.
5259   * Set correct d-i image type on usb-hdd and tar image types
5260   * Remove pointless "echo" statements pre- and post- cdebootstrap
5261   * Allow LH_APT_SECURE to disable package cdebootstrap package authentication
5262   * Rename USE_NETBOOT_DI to DI_IMAGE_TYPE
5263   * Always deference symlinks when installing some binary includes to fix
5264     breakage on amd64.
5265   * Ensure "Using system defaults" message appears when calling lh_config
5266     without --verbose
5267   * Don't skip single dot-files in the root directory of binary and chroot local
5268     includes
5269   * Don't exclude live-installer when LH_DEBIAN_INSTALLER=live
5270   * Fix a few bogus guards in lh_binary_debian-installer
5271   * Show contents of /etc/default/live-helper in bug info collection script
5273   [ Daniel Baumann ]
5274   * Removing imported whitespaces.
5275   * Parsing local arguments to lh_config last.
5276   * Correcting order where system-wide lh_config defaults file is read, thanks
5277     to Juergen Fiedler <juergen.fiedler@gmail.com>.
5278   * Only saving source indices to indices cache if source indices are actually
5279     existing, thanks to Thanatermesis <thanatermesis.ecvs@elivecd.net>.
5280   * Correcting path for system-wide lh_config defaults file.
5282   [ Marco Amadori ]
5283   * Added support for /etc/live-helper.
5284   * Removed a useless space.
5286  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 14 Jul 2008 00:00:00 +0200
5288 live-helper (1.0~a47-1) unstable; urgency=medium
5290   [ Antonio Ospite ]
5291   * Fix formatting problems in lh_config man page
5293   [ Chris Lamb ]
5294   * Create chroot_local-preseed/ directory when building config/ in
5295     lh_config
5296   * Fix minor typographical error in live-helper(7)
5297   * Compress build logs. Thanks to Mathieu Geli for the suggestion.
5299   [ Daniel Baumann ]
5300   * Updating vcs fields in control file.
5301   * Adding uuid-runtime to suggests.
5302   * Moving bugs document to live-manual.
5303   * Updating to standards 3.8.0.
5304   * Updating udeb include/exclude files from debian-cd.
5305   * Reverting previous commit to compress build logs.
5307  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon,  9 Jun 2008 00:00:00 +0200
5309 live-helper (1.0~a46-2) unstable; urgency=medium
5311   [ Chris Lamb ]
5312   * Allow needle and haystack parts of packagelist #if constructs to be
5313     lists
5314   * Conditionally add non-free rar and unrar. Add unrar-free
5315     unconditionally.
5316   * Remove buggy ext2resize
5317   * Remove oldstable-only hwtools from rescue list
5318   * Remove removed/non-Debian packages pasd, irpas and nsed from rescue
5319     list
5320   * Correct typo of "ntfs3g" -> "ntfs-3g" in rescue list
5321   * Only install reaim on Etch in rescue list
5322   * Correct typo of "geopip-bin" => "geoip-bin"
5323   * Only install sysutils on Etch in rescue list
5324   * Only install read-edid on i386 and powerpc in rescue list
5326  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 28 Apr 2008 18:00:00 +0200
5328 live-helper (1.0~a46-1) unstable; urgency=low
5330   [ Tiago Bortoletto Vaz ]
5331   * Support list of items for conditionals in package lists
5332   * Fixed minor typographical error in rescue flavor file.
5333   * Improving rescue flavor: added a set of missing tools, mainly for
5334     file system
5336   [ Chris Lamb ]
5337   * Only install pstack on i386 (Closes: #477815)
5338   * Support simple conditionals in package lists (Closes: #478273)
5339   * Use APT::Install-Recommends to disable installation of recommends
5340     for Etch
5342   [ Daniel Baumann ]
5343   * Adding netboot tarballs and plain squashfs images to images build
5344     script.
5345   * Adding powerpc64 to default kernel flavours (in addition to the
5346     normal 32 bit one).
5347   * Adjusting obtaining of the date string in snapshots.sh to new git
5348     log date format.
5349   * Updating Richards email address.
5350   * Producing rsyncable tarballs where possible.
5351   * Also taking mirrors from environment in image.sh.
5352   * Taking config variables for images.sh from environment.
5353   * Handling sourceless builds in images.sh.
5354   * Removing old cron example scripts for image building, they are
5355     obsoleted by images.sh.
5356   * Updating live-magic git location.
5357   * Getting architecture dynamically in images cron script.
5358   * Correcting permissions in snapshot script.
5360  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 28 Apr 2008 00:00:00 +0200
5362 live-helper (1.0~a45-1) unstable; urgency=medium
5364   [ Tiago Bortoletto Vaz ]
5365   * lh_chroot_local-preseed: fix minor typo
5367   [ Chris Lamb ]
5368   * Install most chroot packages in one  call (Closes: #475739)
5369   * Install local packages using a local APT repo instead of using "dpkg -i"
5370   * hooks/minimal: Use "find -print0 | xargs -0" idiom over "find | xargs"
5371   * Allow fallback to chroot_package-lists inside binary lists
5372   * Remove temporary binary package list files
5373   * Tidy calls to new Expand_packagelist
5374   * Rewrite Expand_packagelist to not be recursive
5376   [ Daniel Baumann ]
5377   * Updating snapshot build script.
5378   * When building snapshot images, also storing source.list away.
5379   * Building snapshot images with --apt-recommends disabled.
5380   * Adding example script to build a row of images.
5381   * Some formating and style cleanups.
5382   * Using one single packages cache directory for all chroot packages.
5383   * Using hardlinks to copy local packages into chroot.
5384   * Moving lh_chroot_packages call in lh_chroot to old place.
5385   * Updating snapshots url.
5386   * Adding live-magic to snapshots.
5387   * Adding debian-unofficial-archive-keyring to snapshots.
5388   * Updating live-snapshots example sources.
5389   * Removing non anymore existing live-backports example sources.
5390   * Renaming image build script.
5391   * Adjusting Save_cache(); to skip already cached .deb files and only
5392     copying new packages to it.
5394  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 21 Apr 2008 00:00:00 +0200
5396 live-helper (1.0~a44-1) unstable; urgency=medium
5398   [ Chris Lamb ]
5399   * lh_chroot_linux-image: Catch missing case in local live-initramfs
5400     handling
5401   * helpers/lh_config, functions/defaults.sh: Correct "boostrap" ->
5402     "bootstrap"
5403   * lh_binary_debian-installer: Add dependency on 'wget'
5404   * Don't install "Recommends:" when installing local tools
5405   * Fix a number of issues with Syslinux templates (Closes: #476204)
5406   * Use "find -path" for matching "path/to/file" files (Closes: #476206)
5407   * Fix quoting when installing local packages (Closes: #470683)
5408   * Fix typo in policy-rc.d
5410   [ Daniel Baumann ]
5411   * Updating oot example hooks to loop through all install kernel
5412     flavours.
5413   * Sorting image file lists.
5414   * Consistenly using short options rather than long options in function
5415     files.
5416   * Improving .deb caching by using hardlinks (if possible).
5417   * Creating binary and source file lists in build directory.
5418   * Also copying binary package list to build directory.
5419   * Also adding a packages.txt when building etch images, although there
5420     is a casper/filesystem.manifest already.
5422  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 14 Apr 2008 00:00:00 +0200
5424 live-helper (1.0~a43-1) unstable; urgency=medium
5426   * Sort md5sum.txt files again after filename.
5427   * Fixing forgotten variable in conffile loop.
5428   * Updating help output of lh_config.
5429   * Applied patch from Erwan Le Gall <elegall@linagora.com> to give a
5430     warning when installing local packages with wrong naming scheme.
5431   * Using new Read_conffile(); now.
5432   * Allowing multiple arguments for Read_conffile();.
5433   * Centraly evaluate LH_CONFIG for custom configuration file.
5434   * Adding 'all' configuration file.
5435   * Removing temporary workaround of adding lzma-modules2.6 to linux
5436     packages, all fixed squashfs are now in sid and lenny.
5438  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon,  7 Apr 2008 00:00:00 +0200
5440 live-helper (1.0~a42-1) unstable; urgency=medium
5442   * Also including lzma modules on lenny temporarily.
5443   * Applying patch from Bas Wijnen <wijnen@debian.org> to correct error
5444     messages in Require_stagefile (Closes: #472774).
5445   * Applying patch from Bas Wijnen <wijnen@debian.org> to make
5446     Check_crossarchitecture() working on non-listed architectures
5447     (Closes: #472775).
5449  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 31 Mar 2008 00:00:00 +0200
5451 live-helper (1.0~a41-1) unstable; urgency=medium
5453   [ Daniel Baumann ]
5454   * Fixing md5sum.txt creation to not fail on filenames with
5455     whitespaces, thanks to Bas Wijnen <wijnen@debian.org> (Closes:
5456     #469085).
5457   * Updating copy instructions in example sources to match current
5458     state.
5459   * Updating credits.
5460   * Switching default of LH_APT from aptitude to apt for >= lenny.
5461   * Correcting wrong logic on handling secure apt.
5462   * Including 686 kernel flavour on i386 too, but defaulting (still) to
5463     486 for compatibility reasons.
5465   [ Chris Lamb ]
5466   * lh_chroot_hacks: Ensure initrds are group- and world- readable
5467   * Allow LH_ENCRYPTION="disabled" to disable encryption
5468   * lh_binary_encryption: Rework and fix broken AES encryption routines
5469   * lh_binary_rootfs: Remove
5470   * lh_binary_debian-installer: Preseed by repacking initrd in some
5471     situations
5472   * lh_binary_debian-installer: Merge pool/netboot determining logic
5473   * lh_binary_debian-installer: Remove "local"-oriented bashisms
5474     (Closes: #471873).
5475   * lists/gnome-core: Add gnome-themes
5476   * lh_chroot_linux-image: Install dependencies differently when using
5477     aptitude
5478   * lh_binary_debian-installer: Don't use --no-clobber for downloading
5479     files
5480   * lh_binary_debian-installer: Only create package pools when necessary
5481   * lh_binary_debian-installer: Re-enable d-i on netboot images
5482   * hooks/stripped: Clean Lintian and Linda overrides in 'stripped' hook
5484   [ Cyril Brulebois ]
5485   * Fix various typos.
5487  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 24 Mar 2008 00:00:00 +0100
5489 live-helper (1.0~a40-1) unstable; urgency=medium
5491   [ Chris Lamb ]
5492   * Ensure syslinux entry names match templates and standard d-i names
5493   * Don't append 'quiet' kernel parameter in rescue modes
5495   [ Daniel Baumann ]
5496   * Updating bug script to also check for recently added packages to
5497     suggests.
5498   * Adding bug presubj message.
5499   * Fixing incomplete changelog entry from git-dch.
5500   * Reworded package description.
5501   * Improved wording of debian-live splash license.
5502   * Removing (temporary) preinst, not needed anymore.
5503   * Cleaning up target depends in rules.
5504   * Updating documentation about how to report bugs.
5505   * Updating copyright years to 2008.
5506   * Bumping live-helper version.
5507   * Re-adding quiet on all d-i install targets in post-etch, except
5508     expert (and keeping Chris fixed quiet handling).
5509   * Adjusting wrong variable convention in syslinux templates for
5510     LH_VERSION (Closes: #468841).
5511   * Fixing wrong debian-installer auto target configuration.
5513   [ Otavio Salvador ]
5514   * functions/losetup.sh: use SECTORS as variable name to reflect the
5515     real usage
5517  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 10 Mar 2008 00:00:00 +0100
5519 live-helper (1.0~a39-1) unstable; urgency=medium
5521   [ Bas Wijnen ]
5522   * Making usb-hdd images large enough (Closes: #468855).
5524   [ Chris Lamb ]
5525   * Use ${*} instead of ${@} for checking for no arguments in lh_clean.
5527   [ Daniel Baumann ]
5528   * Fixing spelling mistake in changelog.
5529   * Fixing manpage quoting errors.
5530   * Rewriting copyright in machine-interpretable format.
5531   * Adding option to set binary-net compression (or disable it).
5532   * When a wrong argument is passed, that argument should be listed
5533     (Closes: #468201).
5534   * Added forgotten getopts arguments for chroot mirror.
5535   * Adding lzma modules on sid.
5536   * Changing version scheme for snapshots.
5537   * Fixing typo in sed call to set isolinux splash file.
5538   * Honor local preseeding file for debian-installer.
5539   * Using wildcards to support more than one preseeding file.
5540   * Including default kernel-img.conf in live-systems.
5541   * It's actually enough to just truncate kernel-img.conf and also less
5542     invasive than including a default configuration.
5543   * Adding --jffs2-eraseblock parameter.
5544   * Adding temporary hack to remove fstab when using live-installer.
5545   * Fixed accidental overwriting of LH_NET_TARBALL value in defaults.
5546   * Also handling ext3 in lh_binary_rootfs, thanks to Bas Wijnen
5547     <wijnen@debian.org> (Closes: #468902).
5549  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon,  3 Mar 2008 00:00:00 +0100
5551 live-helper (1.0~a38-1) unstable; urgency=medium
5553   [ Chris Lamb ]
5554   * Implement -u/--usage function in lh_clean (Closes: #454553)
5555   * Implement -v/--version and -h/--help in lh_clean.
5556   * Remove 'ssl' package references from mini and minimal hooks.
5557   * Don't prompt when autoremoving packages in minimal hooks.
5558   * Don't put more than one glob on a 'for' line, unless they are
5559     guaranteed
5560   * Refactor installing file to binary/pool/main/./.* functionality.
5561   * Remove conditionals, as an expansion never 'fails': it just
5562   * Move installing binary.deb/archives/*.deb.
5563   * Use Install_file for udebs.
5564   * Refactor d-i udeb handling with better failure mode (Closes:
5565     #444565)
5566   * Re-add guards against bogus 'for' shell expansion.
5567   * Re-order hooks such that local hooks are executed first. (Closes:
5568     #453360)
5569   * Remove trailing newline from syslinux splash screens. (Closes:
5570     #457740)
5571   * Remove duplicated 'irpas' package in rescue list.
5572   * Use C-style 'include' in lists (backwards compatible).
5574   [ Daniel Baumann ]
5575   * New upstream release.
5576   * Fixing typing error in Makefile.
5577   * Also removing manpage cache in cleanup.
5578   * Fixed incomplete fdisk parameter list in lh_config --help.
5579   * Don't fail silently when extern executables are configured but not
5580     present.
5581   * Fixing changelog email address.
5582   * Bumping standards version.
5583   * Removing mkisofs from recommends, not needed anymore.
5584   * Updating rules.
5585   * Checking LH_APT when using mini and minimal package lists.
5586   * Adding example binary hook to copy live-helper and its config based
5587     on the idea from Tzafrir Cohen <tzafrir.cohen@xorcom.com>.
5588   * Adding lh_local based on the idea from Tzafrir Cohen
5589     <tzafrir.cohen@xorcom.com>.
5590   * Addjusting lh helper to be called from lh_local.
5591   * Switching to GPL3+.
5592   * Removing discover from standard-x11 list, udev does the same.
5593   * Don't fail if resolv.conf is a symlink, thanks to David Madore
5594     <david.madore@ens.fr> (Closes: #457595).
5595   * Fixing changelog.
5596   * Consistently using the pipe as separator in sed commands now.
5597   * Checking for /sys/class rather than /sys/kernel, avoids problem when
5598     running under OpenVZ which doesn't have sys/kernel, thanks to
5599     Takeshi Yaegashi <yaegashi@debian.org>.
5600   * Using ftp.us.debian.org rather than ftp.debian.org, see
5601     http://lists.debian.org/debian-devel-announce/2007/12/msg00002.html.
5602   * Fixing typo, thanks to Fathi Boudra <fabo@debian.org>.
5603   * Merging old live-package debian changelog into current debian
5604     changelog.
5605   * Merging old live-package debian changelog entry for testing upload.
5606   * Renaming mini flavour to stripped to avoid confusion, thanks to
5607     Fathi Boudra <fabo@debian.org> and Ben Armstrong <synrg@debian.org>.
5608   * Installing initramfs generator from local-packages, if available.
5609   * Removing install call for old changelog, which is not needed
5610     anymore.
5611   * Correcting wrong installation attempt of initramfs generator from
5612     local-packages.
5613   * Working arround aptitude behaviour of removing packages rather than
5614     to installing missing depends when using initramfs generator from
5615     local-packages.
5616   * Removing unintendet set -x.
5617   * Fixing typo.
5618   * Adding apt/aptitude options.
5619   * Renaming extra bootstrap indices to chroot.
5620   * Renaming LH_MIRROR_BOOTSTRAP* to LH_MIRROR_CHROOT and introducing
5621     dedicated LH_MIRROR_BOOTSTRAP for debootstrap/cdebootstrap only.
5622   * Improving etch compat warnings.
5623   * Fixing aptitude typo.
5624   * Fixing quoting with chroot wrapper calls.
5625   * Re-adding additional indices updated, otherwise we wouldn't honor
5626     thirdparty repositories (anymore).
5627   * Updating devel-live package list.
5629   [ Otavio Salvador ]
5630   * bootstrap: adds support to debootstrap 1.0.7
5631   * bootstrap: use minbase flavour when LH_PACKAGES_LISTS is set to
5632     minimal
5633   * binary: do not fail if parameters.txt isn't available
5634   * chroot: don't fail if /dev/pts is already mounted
5635   * debian: add mtd-tools in suggests field since it's used when jffs2
5636     is chosen
5637   * lh_source_debian: add mtd-tools since it provides mkfs.jffs2
5638     application
5639   * lh_config: add jffs2 in supported filesystems
5640   * lh_binary_encryption: add jffs2 as not supported filesystem
5641   * lh_binary_rootfs: add support to generate jffs2 filesystem
5643  -- Daniel Baumann <mail@daniel-baumann.ch>  Tue, 26 Feb 2008 13:33:00 +0100
5645 live-helper (1.0~a37-2) unstable; urgency=medium
5647   * Disabling global arguments in lh_clean (Closes: #451960).
5649  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 19 Nov 2007 18:00:00 +0100
5651 live-helper (1.0~a37-1) unstable; urgency=medium
5653   * New upstream release.
5654   * Preparing live-helper 1.0~a37-1.
5655   * Fixing some coding style issues.
5656   * Removing German manpages, they will be re-translated after the
5657     English manpages are finished.
5658   * Rewritten live-helper manpage.
5659   * Fixing typing errors.
5660   * Extending conffiles to allow config/., config/., as well as config/,
5661     config/. and config/..
5662   * Adding manpage for lh.
5663   * Fixed wrapping.
5664   * Rewritten lh_binary manpage.
5665   * Rewritten lh_bootstrap manpage.
5666   * Rewritten lh_chroot manpage.
5667   * Rewritten lh_source manpage.
5668   * Rewritten lh_build manpage.
5669   * Fixing fstab handling.
5670   * Moving lh_losetup into an internal function, avoiding helper failure
5671     with return value due to new trap.
5672   * Fixing typing error.
5673   * Mounting pseudo filesystems before creating binary images in non-
5674     chrooted builds.
5675   * Do not create the filesystem with parted.
5676   * Do really not create the filesystem with parted.
5677   * Speeding up the dd call, thanks to Peter Skogstroem
5678     <peter.skogstrom@bitrunner.com>.
5679   * Adding binary filesystem option, currently only supporting fat16 and
5680     fat32.
5681   * Adding an upgrade and dist-upgrade to lh_chroot_sources, so that
5682     security updates gets pulled into the base system. Thanks to Kai
5683     Hendry <hendry@iki.fi>.
5684   * Fixing wrong parted call.
5685   * Removing lh_bootstrap_* manpages temporarily.
5686   * Switching lh_clean to proper command line arguments.
5687   * Moving sanity check in lh_clean to the earliest possibility.
5688   * Rewriting lh_clean manpage.
5689   * Fixing lh_clean manpage synopsis formatting.
5690   * Rewritten lh_config manpage.
5691   * Rewritten lh_testroot manpage.
5693  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 19 Nov 2007 00:00:00 +0100
5695 live-helper (1.0~a36-1) unstable; urgency=medium
5697   * New upstream release.
5698   * Preparing live-helper 1.0~a36-1.
5699   * Fixing trap call as suggested by Justin Pryzby
5700     <jpryzby@quoininc.com> (Closes: #431160, #449087).
5701   * Correcting some language shortcommings.
5702   * Fixing wrong kernel flavour warning message on m68k.
5703   * Evaluating local arguments befor setting the defaults (Closes:
5704     #444985).
5705   * Adding custom reportbug script.
5706   * Allowing LH_BOOTSTRAP_FLAVOUR to be minimal or mini.
5707   * Fixing some coding style issues.
5708   * Added warning about etch compatibility of lh_config options.
5709   * Adding generic lh wrapper.
5710   * Fixing spelling mistake, thanks to Kel Modderman <kel@otaku42.de>.
5711   * Improving trap call to unmount pseudo filesystem when failing as
5712     suggested by Justin Pryzby <jpryzby@quoininc.com>.
5713   * Updating to install the generic wrapper.
5714   * Fixing trap call, thanks to An-Cheng Huang <ancheng@vyatta.com>.
5715   * Making umount calls check if they are actually necessary.
5716   * Extending --force to also cover lockfiles to avoid recursive loop
5717     within trap.
5718   * Fixing typing error, thanks to An-Cheng Huang <ancheng@vyatta.com>.
5719   * Adding some more fakeroot related fixes from An-Cheng Huang
5720     <ancheng@vyatta.com>.
5721   * Adding a check to see if user is running lh_clean from a sane
5722     location (i.e. not config/), thanks to Kai Hendry
5723     <hendry@webconverger.com>.
5724   * Adding check to detect gnu-fdisk and using the original fdisk,
5725     thanks to Peter Skogström <peter.skogstrom@bitrunner.com> for the
5726     report.
5727   * Removing the whole cache, not just the .deb cache in mini and
5728     minimal hooks, thanks to Franklin Piat <fpiat@bigfoot.com>.
5729   * Adding option to disable md5sum generation.
5730   * Fixed a few bashisms, thanks to Trent W. Buck <trentbuck@gmail.com>.
5731   * Adding checkbashsms call to test target of the Makefile as suggested
5732     by Trent W. Buck <trentbuck@gmail.com>.
5733   * Outputting an own message when having more than one case in a
5734     helper, instead of a global one.
5735   * Removing the unmounting of pseudo filesystems from the trap call,
5736     needs some other changes before it can safely be done.
5737   * Adding 'remove' case, which is in between of all and purge.
5739  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 12 Nov 2007 00:00:00 +0100
5741 live-helper (1.0~a35-1) unstable; urgency=medium
5743   [ Daniel Baumann ]
5744   * New upstream release.
5745   * Preparing live-helper 1.0~a35-1.
5746   * Corrected wrong path, thanks to Ben Armstrong <synrg@debian.org>.
5747   * Renaming live-failsafe boot target to livefailsafe (Closes:
5748     #450576).
5749   * Using shell redirection to truncate rather than additional
5750     commands/forks/files, thanks to Justin Pryzby
5751     <jpryzby@quoininc.com>.
5752   * Documenting preseeding for sun-java hooks, thanks to Antonio Amorim
5753     <Antonio.Amorim@sim.fc.ul.pt>.
5754   * Adding option to allow building in fakeroot/fakechroot environment,
5755     thanks to An-Cheng Huang <ancheng@vyatta.com>.
5757   [ Jesse Hathaway ]
5758   * add force flag when removing /etc/mtab for exposedroot mode
5759   * allow basename of net-root-path to be binary
5760   * add /etc/adjtime to list of writable files in exposed root mode
5761   * fix syslinux timeout option
5762   * fix isolinux when booting multiple kernel flavours
5763   * add new option --syslinux-menu to enable syslinux menu
5765  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon,  5 Nov 2007 00:00:00 +0100
5767 live-helper (1.0~a34-1) unstable; urgency=medium
5769   [ Daniel Baumann ]
5770   * New upstream release.
5771   * Correcting homepage field.
5772   * Respecting LH_BOOTSTRAP_FLAVOUR (Closes: #448034).
5773   * Fixing typing error (missing paranthese).
5774   * Correcting vcs fields.
5775   * Fixing typing error (wrong variable name).
5776   * Setting LH_BOOTSTRAP_FLAVOUR only when using cdebootstrap.
5777   * Fixing indenting.
5778   * Adding lh_chroot_devpts.
5780   [ Jesse Hathaway ]
5781   * add new option to mount cow device on nfs volume
5783   [ Maarten ter Huurne ]
5784   * Fixed lh_config tool name in manpage.
5785   * Avoid [Y/n] query on package autoremove in "mini" hook.
5787  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 29 Oct 2007 00:00:00 +0100
5789 live-helper (1.0~a33-1) unstable; urgency=medium
5791   [ Daniel Baumann ]
5792   * New upstream release.
5793   * Preparing live-helper 1.0~a33-1.
5794   * Adding cryptsetup.
5795   * Removing ubuntu support.
5796   * Removing mkisofs support.
5797   * Setting default union filesystem to for etch to unionfs.
5799   [ Alex Owen ]
5800   * fix lh_chroot_sources to actually install *.deb from
5801     config/chroot_sources
5803   [ Jesse Hathaway ]
5804   * add exposedroot option which exposes the root fs as ro
5806   [ Maarten ter Huurne ]
5807   * Remove ".img" from kernel image file name.
5808   * Added feature to exclude paths from the root filesystem.
5810  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 22 Oct 2007 00:00:00 +0200
5812 live-helper (1.0~a32-1) unstable; urgency=medium
5814   [ Daniel Baumann ]
5815   * New upstream release.
5816   * Preparing live-helper 1.0~a32-1.
5817   * Fixing consistency error.
5818   * Adding sudo and fakeroot to suggests.
5819   * Adding check to fail if a cross build is started (Closes: #444669, #444670).
5820   * Not interpreting LH_UNION_FILESYSTEM, so that it gets set with an actual
5821     value at build-time (Closes: #446306).
5822   * Adding support for a local /etc/apt/preferences file in
5823     config/chroot_apt/preferences.
5824   * Adjusting error message: debootstrap is default, hence listed first.
5825   * Setting union filesystem default to aufs since default distribution is
5826     lenny.
5827   * Fixing typing error, thanks to Peter Skogström
5828     <peter.skogstrom@bitrunner.com>.
5829   * Updating Debian stable release number, thanks to Peter Skogström
5830     <peter.skogstrom@bitrunner.com>.
5831   * Adding lh_binary_local-packageslists.
5833   [ Jesse Hathaway ]
5834   * Unify syslinux code, so that pxelinux isolinux & usb-hdd
5835   * readd support for booting etch via syslinux
5836   * lh_binary_syslinux: fix usb-hdd etch images
5838   [ Otavio Salvador ]
5839   * lh_binary_syslinux: check for  and not  to detect wrong path
5840   * lh_binary_syslinux: always put splash image as splash.{rle,png} to avoid
5841     filename issues
5843  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 15 Oct 2007 00:00:00 +0200
5845 live-helper (1.0~a31-1) unstable; urgency=medium
5847   [ Daniel Baumann ]
5848   * New upstream release.
5849   * Preparing live-helper 1.0~a31-1.
5851   [ Otavio Salvador ]
5852   * cdebootstrap: simplified code using case instead of if's so it's
5853     easier to read
5854   * iso: move mini and minimal flavors assigment to a cannonical place
5855   * hooks/mini: remove dselect package since it's mostly unused now
5856   * bootstrap: add support to include and exclude packages
5857   * syslinux: force latin1 encoding on texts used for labels
5858   * iso: use -allow-multidot option when calling genisoimage
5859   * templates: change font used on syslinux menu to a better one
5860   * fix version guessing using proper evaluation
5861   * syslinux: fix usb-hdd entries to use menu.cfg file
5862   * syslinux: properly change timeout and do not fail if help files do
5863     not exists
5864   * syslinux: fix usb-hdd templates coping
5866  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon,  8 Oct 2007 00:00:00 +0200
5868 live-helper (1.0~a30-1) unstable; urgency=medium
5870   [ Daniel Baumann ]
5871   * New upstream release.
5872   * Preparing live-helper 1.0~a30-1.
5873   * Replacing backticks with POSIX expression.
5874   * Fixing typing error, thanks to Maarten ter Huurne
5875     <maarten.ter.huurne@philips.com>.
5876   * Fixing typing error, thanks to Jesse W. Hathaway <jesse@mbuki-
5877     mvuki.org>.
5878   * Respecting LH_QUIET for cdebootstrap calls, thanks to Justin Pryzby
5879     <pryzbyj@justinpryzby.com>.
5881   [ Ben Armstrong ]
5882   * genext2fs: new switch name: --reserved-percentage; thanks, Zagiox
5884   [ Otavio Salvador ]
5885   * add template to be used by syslinux vesa menu support
5886   * add new options to allow support for syslinux with vesa menu
5887   * implements syslinux vesa menu support
5888   * refactoring: simplified if/else case since the list of supported
5889     arch were too long
5890   * syslinux: defaults to english text if we lack the specified language
5891   * syslinux: fix menu label usage for normal live boot
5892   * templates: move syslinux-menu to syslinux/menu
5893   * syslinux: always output MENU LABEL since they're ignored if menu.c32
5894     isn't loaded
5895   * syslinux: split syslinux configuration in multiple files
5896   * templates: split syslinux templates to reduce diverting
5897   * syslinux: fix memcheck path since it was using the wrong path
5898   * syslinux: fix module detection otherwise it won't be copied
5899   * debian/control: use XS-Homepage to avoid errors while calling dpkg-
5900     gencontrol
5902  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon,  1 Oct 2007 00:00:00 +0200
5904 live-helper (1.0~a29-1) unstable; urgency=medium
5906   * New upstream release:
5907     - Adding preinst to take care about package upgrades with respect to
5908       directories that are symlinks now (Closes: #442408, #442922).
5909     - Fixed typing error in lh_binary_syslinux, thanks to Jean Pierre LeJacq
5910       <jp.lejacq@quoininc.com> (Closes: #443099).
5912  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 24 Sep 2007 00:00:00 +0200
5914 live-helper (1.0~a28-1) unstable; urgency=medium
5916   * New upstream release.
5918  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 17 Sep 2007 00:00:00 +0200
5920 live-helper (1.0~a27-1) unstable; urgency=medium
5922   * New upstream release.
5924  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 10 Sep 2007 00:00:00 +0200
5926 live-helper (1.0~a26-1) unstable; urgency=medium
5928   * New upstream release.
5930  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon,  3 Sep 2007 00:00:00 +0200
5932 live-helper (1.0~a25-1) unstable; urgency=medium
5934   * New upstream release.
5936  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 27 Aug 2007 00:00:00 +0200
5938 live-helper (1.0~a24-1) unstable; urgency=medium
5940   * New upstream release:
5941     - lh_clean accepts more than one argument at the same time
5942       (Closes: #439947).
5944  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 20 Aug 2007 00:00:00 +0200
5946 live-helper (1.0~a23-1) unstable; urgency=medium
5948   * New upstream release.
5950  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 13 Aug 2007 00:00:00 +0200
5952 live-helper (1.0~a22-1) unstable; urgency=medium
5954   * New upstream release:
5955     - Replacing make-live with lh_config and lh_build (Closes: #435484).
5956     - Added workaround from matth in lh_binary_grub, lh_binary_syslinux and
5957       lh_binary_yaboot to work under dash (Closes: #431748).
5958     - Using fake hostname instead of setting it at build-time (Closes: #435699).
5960  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon,  6 Aug 2007 00:00:00 +0200
5962 live-helper (1.0~a21-1) unstable; urgency=medium
5964   * New upstream release:
5965     - Suppresses xorg configuration in chroot (Closes: #430566).
5967  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 30 Jul 2007 00:00:00 +0200
5969 live-helper (1.0~a20-1) unstable; urgency=medium
5971   * New upstream release.
5973  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 23 Jul 2007 00:00:00 +0200
5975 live-helper (1.0~a19-1) unstable; urgency=medium
5977   * New upstream release:
5978     - Supports using packages from the build host (Closes: #433611).
5979     - Adds destdir to default entries in grub (Closes: #433612).
5981  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 16 Jul 2007 00:00:00 +0200
5983 live-helper (1.0~a18-1) unstable; urgency=medium
5985   * New upstream release:
5986     - Dropping transitional package, not needed anymore.
5988  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon,  9 Jul 2007 00:00:00 +0200
5990 live-helper (1.0~a17-1) unstable; urgency=medium
5992   * New upstream release.
5994  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon,  2 Jul 2007 00:00:00 +0200
5996 live-helper (1.0~a16-1) unstable; urgency=medium
5998   * New upstream release:
5999     - Caches also linux-image packages (Closes: #430511).
6001  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 25 Jun 2007 00:00:00 +0200
6003 live-helper (1.0~a15-1) unstable; urgency=medium
6005   * New upstream release:
6006     - corrected wrong project name in examples/sources/fai (Closes: #428360).
6008  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 18 Jun 2007 00:00:00 +0200
6010 live-helper (1.0~a14-1) unstable; urgency=medium
6012   * New upstream release:
6013     - fixes typo in manpage (Closes: #428192).
6015  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 11 Jun 2007 00:00:00 +0200
6017 live-helper (1.0~a13-1) unstable; urgency=medium
6019   * New upstream release.
6021  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon,  4 Jun 2007 00:00:00 +0200
6023 live-helper (1.0~a12-1) unstable; urgency=medium
6025   * New upstream release.
6027  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 28 May 2007 00:00:00 +0200
6029 live-helper (1.0~a11-1) unstable; urgency=medium
6031   * New upstream release.
6033  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 21 May 2007 00:00:00 +0200
6035 live-helper (1.0~a10-1) unstable; urgency=medium
6037   * New upstream release:
6038     - really removed forgotten set -x in the cron (Closes: #421105).
6040  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 14 May 2007 00:00:00 +0200
6042 live-helper (1.0~a9-1) unstable; urgency=medium
6044   * New upstream release.
6046  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon,  7 May 2007 00:00:00 +0200
6048 live-helper (1.0~a8-1) unstable; urgency=medium
6050   * New upstream release:
6051     - updated syslinux templates (Closes: #399658).
6052     - removed forgotten set -x in the cron (Closes: #421105).
6054  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 30 Apr 2007 00:00:00 +0200
6056 live-helper (1.0~a7-1) unstable; urgency=medium
6058   * New upstream release:
6059     - make-live unmounts proc and sys on exit and failures
6060       (Closes: #394334, #410147).
6061     - supporting sudo (Closes: #387069).
6063  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 23 Apr 2007 00:00:00 +0200
6065 live-helper (1.0~a6-1) unstable; urgency=low
6067   * New upstream release.
6069  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 16 Apr 2007 00:00:00 +0200
6071 live-helper (1.0~a5-1) unstable; urgency=low
6073   * New upstream release.
6075  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon,  9 Apr 2007 00:00:00 +0200
6077 live-helper (1.0~a4-1) unstable; urgency=low
6079   * New upstream release.
6081  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon,  2 Apr 2007 00:00:00 +0200
6083 live-helper (1.0~a3-2) unstable; urgency=low
6085   * New upstream snapshot.
6087  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 26 Mar 2007 17:00:00 +0200
6089 live-helper (1.0~a3-1) unstable; urgency=low
6091   * New upstream release.
6093  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 26 Mar 2007 00:00:00 +0100
6095 live-helper (1.0~a2-1) unstable; urgency=low
6097   * New upstream release.
6099  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 19 Mar 2007 00:00:00 +0100
6101 live-helper (1.0~a1-3) unstable; urgency=low
6103   * New upstream snapshot.
6105  -- Daniel Baumann <mail@daniel-baumann.ch>  Wed, 14 Mar 2007 21:00:00 +0100
6107 live-helper (1.0~a1-2) unstable; urgency=low
6109   * New upstream snapshot.
6111  -- Daniel Baumann <mail@daniel-baumann.ch>  Wed, 14 Mar 2007 18:00:00 +0100
6113 live-helper (1.0~a1-1) unstable; urgency=low
6115   * Initial release, replacing live-package.
6117  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 12 Mar 2007 00:00:00 +0100
6119 live-package (0.99.26-1) unstable; urgency=low
6121   * New upstream release.
6123  -- Daniel Baumann <mail@daniel-baumann.ch>  Fri,  9 Mar 2007 12:27:00 +0100
6125 live-package (0.99.25-1) unstable; urgency=low
6127   * New upstream release.
6129  -- Daniel Baumann <mail@daniel-baumann.ch>  Fri,  9 Mar 2007 01:49:00 +0100
6131 live-package (0.99.24-1) unstable; urgency=low
6133   * New upstream release:
6134     - adds LIVE_INCLUDE_CHROOT to the manual exported variables as reported by
6135       Mathieu Geli <mathieu.geli@gmail.com> (Closes: #412325).
6137  -- Daniel Baumann <mail@daniel-baumann.ch>  Sun,  3 Mar 2007 12:25:00 +0100
6139 live-package (0.99.23-1) unstable; urgency=low
6141   * New upstream release.
6143  -- Daniel Baumann <mail@daniel-baumann.ch>  Wed, 21 Feb 2007 22:08:00 +0100
6145 live-package (0.99.22-1) unstable; urgency=low
6147   * New upstream release:
6148     - updates manpage (Closes: #411008).
6150  -- Daniel Baumann <mail@daniel-baumann.ch>  Fri, 16 Feb 2007 20:38:00 +0100
6152 live-package (0.99.21-1) unstable; urgency=low
6154   * New upstream release.
6156  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 12 Feb 2007 15:06:00 +0100
6158 live-package (0.99.20-1) unstable; urgency=low
6160   * New upstream release:
6161     - Fixed manual pruning in minimal flavour as suggested by
6162       Bas Wijnen <wijnen@debian.org> (Closes: #410040).
6164  -- Daniel Baumann <mail@daniel-baumann.ch>  Thu,  1 Feb 2007 17:35:00 +0100
6166 live-package (0.99.19-1) unstable; urgency=low
6168   * New upstream release.
6170  -- Daniel Baumann <mail@daniel-baumann.ch>  Wed, 31 Jan 2007 12:38:00 +0100
6172 live-package (0.99.18-1) unstable; urgency=low
6174   * New upstream release.
6176  -- Daniel Baumann <mail@daniel-baumann.ch>  Thu, 25 Jan 2007 08:29:00 +0100
6178 live-package (0.99.17-1) unstable; urgency=low
6180   * New upstream release.
6182  -- Daniel Baumann <mail@daniel-baumann.ch>  Wed, 24 Jan 2007 22:18:00 +0100
6184 live-package (0.99.16-1) unstable; urgency=low
6186   * New upstream release.
6188  -- Daniel Baumann <mail@daniel-baumann.ch>  Thu, 18 Jan 2007 16:25:00 +0100
6190 live-package (0.99.15-1) unstable; urgency=low
6192   * New upstream release:
6193     - switched default distribution back to unstable, as unstable is usable
6194       again from the kernel point of view (Closes: #400457).
6195     - added file to the minimal package list (Closes: #400485).
6197  -- Daniel Baumann <mail@daniel-baumann.ch>  Tue, 16 Jan 2007 21:24:00 +0100
6199 live-package (0.99.14-4) testing; urgency=medium
6201   * 02defaults.sh: Updated kernel flavours to match etch.
6202   * 14chroot.sh: Removed xorg hack, not needed in etch.
6203   * 14chroot.sh: Fixed misspelling of aptitude.
6204   * main.sh: Updated release codenames to match etch.
6206  -- Daniel Baumann <mail@daniel-baumann.ch>  Thu,  8 Mar 2007 10:55:00 +0100
6208 live-package (0.99.14-3) unstable; urgency=high
6210   * Adding workaround for new xorg packages by including xserver-xorg-input-all
6211     and xserver-xorg-video-all in all X11 package lists. See #405639 for more
6212     information.
6213   * Adding xdebconfigurator to all X11 package lists.
6215  -- Daniel Baumann <mail@daniel-baumann.ch>  Fri,  5 Jan 2007 22:34:00 +0100
6217 live-package (0.99.14-2) unstable; urgency=high
6219   * Adding workaround for initrd backup files (Closes: #404314).
6221  -- Daniel Baumann <mail@daniel-baumann.ch>  Thu,  4 Jan 2007 20:52:00 +0100
6223 live-package (0.99.14-1) unstable; urgency=medium
6225   * New upstream release:
6226     - fixed typo for policy-rc.d hack (Closes: #396813), thanks to
6227       Markus Bauer <bauer-markus@web.de>.
6228     - corrected manpage section (Closes: #396083), thanks to
6229       Sune Vuorela <reportbug@pusling.com>.
6230     - fixes script sourcing to exclude files in .svn (Closes: #396861),
6231       thanks to Markus Bauer <bauer-markus@web.de>.
6233  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon,  6 Nov 2006 00:00:00 +0200
6235 live-package (0.99.13-1) unstable; urgency=medium
6237   * New upstream release.
6239  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 30 Oct 2006 00:00:00 +0200
6241 live-package (0.99.12-1) unstable; urgency=medium
6243   * New upstream release.
6244     - Reverted mangling of LIVE_DISTRIBUTION for sources.list generation
6245       (Closes: #394226).
6247  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 23 Oct 2006 00:00:00 +0200
6249 live-package (0.99.11-1) unstable; urgency=medium
6251   * New upstream release.
6253  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 16 Oct 2006 00:00:00 +0200
6255 live-package (0.99.10-1) unstable; urgency=medium
6257   * New upstream release.
6259  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon,  9 Oct 2006 00:00:00 +0200
6261 live-package (0.99.9-1) unstable; urgency=medium
6263   * New upstream release:
6264     - adds support for custom repositories (Closes: #387068).
6265     - using proxy for chroot creating too (Closes: #390378).
6267  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon,  2 Oct 2006 00:00:00 +0200
6269 live-package (0.99.8-1) unstable; urgency=medium
6271   * New upstream release.
6273  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 25 Sep 2006 00:00:00 +0200
6275 live-package (0.99.7-1) unstable; urgency=medium
6277   * New upstream release:
6278     - removes the now outdated handling of testing specific kernels
6279       (Closes: #387562).
6280     - added fix from Bas Wijnen <wijnen@debian.org> for space handling in
6281       arguments (Closes: #388204).
6282     - fixes package list handling similar to the fix suggested by Alex Owen
6283       <r.alex.owen@gmail.com> (Closes: #388060).
6285  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 18 Sep 2006 00:00:00 +0200
6287 live-package (0.99.6-1) unstable; urgency=medium
6289   * New upstream release:
6290     - fixing netboot.
6292  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 11 Sep 2006 00:00:00 +0200
6294 live-package (0.99.5-1) unstable; urgency=low
6296   * New upstream release.
6297   * Set maintainer to the project list.
6299  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon,  4 Sep 2006 00:00:00 +0200
6301 live-package (0.99.4-1) unstable; urgency=low
6303   * New upstream release:
6304     - Added patch from Alex Owen <r.a.owen@qmul.ac.uk> to update pxelinux.cfg
6305       for NFS root in casper (Closes: #380512).
6306     - Temporarily hacks xorg configuration file to remove BusID and set
6307       default driver to vesa (Closes: #382391).
6309  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 28 Aug 2006 00:00:00 +0200
6311 live-package (0.99.3-1) unstable; urgency=low
6313   * New upstream release:
6314     - fixed configuration file handling (Closes: #384598).
6315   * Update long descriptiong (Closes: #382473).
6317  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 21 Aug 2006 00:00:00 +0200
6319 live-package (0.99.2-1) unstable; urgency=low
6321   * New upstream release.
6323  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 31 Jul 2006 00:00:00 +0200
6325 live-package (0.99.1-1) unstable; urgency=low
6327   * New upstream release.
6329  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 24 Jul 2006 00:00:00 +0200
6331 live-package (0.99-1) unstable; urgency=low
6333   * Initial release.
6335  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 17 Jul 2006 00:00:00 +0200