[SCM] live-build branch, debian, updated. debian/2.0_a20-1

Daniel Baumann daniel at debian.org
Sat Jul 24 15:31:59 UTC 2010


The following commit has been merged in the debian branch:
commit 7fdbb8ef5c7220d2add324900c7183e4446d6182
Author: Daniel Baumann <daniel at debian.org>
Date:   Sat Jul 24 17:14:07 2010 +0200

    Using global version file.

diff --git a/VERSION b/VERSION
new file mode 100644
index 0000000..ddd3439
--- /dev/null
+++ b/VERSION
@@ -0,0 +1 @@
+2.0~a19-1
diff --git a/manpages/bin/update-version.sh b/manpages/bin/update-version.sh
index f1d9ee4..2c51d83 100755
--- a/manpages/bin/update-version.sh
+++ b/manpages/bin/update-version.sh
@@ -2,11 +2,9 @@
 
 set -e
 
-. ../functions/common.sh
-
 DATE="$(LC_ALL=C date +%Y\\\\-%m\\\\-%d)"
 PROGRAM="LIVE\\\-HELPER"
-VERSION="${CONFIG_VERSION}"
+VERSION="$(cat ../VERSION)"
 
 echo "Updating version headers..."
 

-- 
live-build



More information about the debian-live-changes mailing list