summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2009-11-22 14:40:20 +0100
committerDaniel Baumann <daniel@debian.org>2009-11-22 14:40:20 +0100
commit6b73a487ab88cc1011426d34ef01d106ea0ef753 (patch)
tree102412a488c35606ad867bbfa468d21366078ea6
parent5f7d15bc3d761924cc9aa7f84bfa1eea9681d0cf (diff)
downloadvyos-live-build-6b73a487ab88cc1011426d34ef01d106ea0ef753.tar.gz
vyos-live-build-6b73a487ab88cc1011426d34ef01d106ea0ef753.zip
Releasing debian version 2.0~a1-1.
-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}"