Releasing debian version 2.0~a1-1.

This commit is contained in:
Daniel Baumann 2009-11-22 14:40:20 +01:00
parent 5f7d15bc3d
commit 6b73a487ab
2 changed files with 8 additions and 5 deletions

11
debian/changelog vendored
View File

@ -1,9 +1,12 @@
live-helper (1.0.6-2) unstable; urgency=high
live-helper (2.0~a1-1) experimental; urgency=low
* Replacing sed 4.2 command to assemble debootstraps components option
with a less advanced one, in order to work on legacy distributions.
* Renaming categories to archive areas (Closes: #519690).
* Renaming functions.sh to live-helper.sh.
* Installing helpers to /usr/share/live-helper/helpers instead of
/usr/bin.
* Removing legacy function for dashed commands.
-- Daniel Baumann <daniel@debian.org> Sun, 22 Nov 2009 13:35:50 +0100
-- Daniel Baumann <daniel@debian.org> Sun, 15 Nov 2009 22:42:59 +0100
live-helper (1.0.6-1) unstable; urgency=medium

View File

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