Releasing debian version 2.0~a4-1.

This commit is contained in:
Daniel Baumann 2010-01-19 20:27:19 +01:00
parent 3371ccb586
commit c2bd339a74
2 changed files with 29 additions and 1 deletions

28
debian/changelog vendored
View File

@ -1,3 +1,31 @@
live-helper (2.0~a4-1) unstable; urgency=low
* Handling d-i required packages regarding kernel flavours differently
on ubuntu.
* Bumping ubuntu default distribution to karmic.
* Changing local packageslists behaviour for consistency reasons, now
looking for .list suffix and enabling them automatically (Closes:
#545403).
* Replacing lxnm in lxde package list with wicd as suggested by Jun
Nogata and confirmed by Andrew Lee.
* Ensure that precached-chroots are prepared as well.
* Only using wicd instead of lxnm for squeeze and newer.
* Removing mailx from rescue list.
* Correcting handling of precached chroot when using plain chroot
filesystem.
* Making unmount routines a bit more robust.
* Marking aufs-source and squashfs-source in debian-live packagelist
as lenny-only (Closes: #562664).
* Updating year in copyright file.
* Renaming directory that holds automatic scripts (e.g. scripts/config
or scripst/clean) to auto for consistency reasons.
* Automatically setting-up backports repository when specifying lenny-
backports as target distribution.
* Adjusting lh_config manpage to reflect changes wrt/ local packages
lists.
-- Daniel Baumann <daniel@debian.org> Tue, 19 Jan 2010 20:25:35 +0100
live-helper (2.0~a3-1) unstable; urgency=low
* Updating icedove-l10n packagename handling for post-lenny, thanks to

View File

@ -9,7 +9,7 @@
PROGRAM="$(basename ${0})"
PACKAGE="live-helper"
VERSION="2.0~a3-1"
VERSION="2.0~a4-1"
CONFIG_VERSION="$(echo ${VERSION} | awk -F- '{ print $1 }')"
PATH="${PWD}/auto/helpers:${PATH}"