diff options
-rw-r--r-- | debian/changelog | 9 | ||||
-rwxr-xr-x | functions/common.sh | 2 |
2 files changed, 10 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index cbf6d0b..7649f2f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +live-helper (1.0.2-2) unstable; urgency=medium + + * Marking fragrouter in rescue list as etch only. + * Correcting naming of source tarballs in image autobuild script. + * Marking pstack in rescuelist as i386 only. + * Updating location of archive key in in image autobuild script. + + -- Daniel Baumann <daniel@debian.org> Fri, 26 Dec 2008 09:00:00 +0100 + live-helper (1.0.2-1) unstable; urgency=medium * Marking ardour-gtk in studio package list as etch and sid only. diff --git a/functions/common.sh b/functions/common.sh index c542861..174187c 100755 --- a/functions/common.sh +++ b/functions/common.sh @@ -9,6 +9,6 @@ PROGRAM="$(basename ${0})" PACKAGE="live-helper" -VERSION="1.0.2-1" +VERSION="1.0.2-2" PATH="${PWD}/scripts:${PATH}" |