summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog11
-rwxr-xr-xfunctions/common.sh2
2 files changed, 8 insertions, 5 deletions
diff --git a/debian/changelog b/debian/changelog
index 51d602532..48e5332ac 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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
diff --git a/functions/common.sh b/functions/common.sh
index 2be9e5421..184ebe006 100755
--- a/functions/common.sh
+++ b/functions/common.sh
@@ -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}"