From f497b75aada00dec77f8ba9fc337c468e28ce844 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Minier?= Date: Mon, 11 May 2009 09:54:20 +0200 Subject: [PATCH] Default suite is the current one as returned by $(lsb_release -cs); depend on lsb-release. --- debian/changelog | 7 +++++++ debian/control | 2 +- livecd.sh | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 23c95bd0..5d23f008 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +livecd-rootfs (0.82) UNRELEASED; urgency=low + + * Default suite is the current one as returned by $(lsb_release -cs); depend + on lsb-release. + + -- Loic Minier Mon, 11 May 2009 09:53:39 +0200 + livecd-rootfs (0.81) karmic; urgency=low * ia64 uses -ia64 kernels across the board now. diff --git a/debian/control b/debian/control index f33e7a18..c26842ab 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,7 @@ Vcs-Bzr: http://bazaar.launchpad.net/~ubuntu-core-dev/livecd-rootfs/trunk Package: livecd-rootfs Architecture: all -Depends: debootstrap, rsync, python-minimal | python, procps, squashfs-tools (>= 1:3.3-1), grep-dctrl, fdupes +Depends: debootstrap, rsync, python-minimal | python, procps, squashfs-tools (>= 1:3.3-1), grep-dctrl, fdupes, lsb-release Suggests: partimage Description: construction script for the livecd rootfs livecd-rootfs provides the script used to create the root filesystem diff --git a/livecd.sh b/livecd.sh index db1fbf06..4d690c03 100755 --- a/livecd.sh +++ b/livecd.sh @@ -111,7 +111,7 @@ select_mirror () { fi } -STE=gutsy +STE=$(lsb_release -cs) EXCLUDE="" LIST="" SUBARCH=""