Default suite is the current one as returned by $(lsb_release -cs); depend

on lsb-release.
ubuntu/precise
Loïc Minier 16 years ago
parent 687d393a84
commit f497b75aad

7
debian/changelog vendored

@ -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 <lool@dooz.org> Mon, 11 May 2009 09:53:39 +0200
livecd-rootfs (0.81) karmic; urgency=low
* ia64 uses -ia64 kernels across the board now.

2
debian/control vendored

@ -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

@ -111,7 +111,7 @@ select_mirror () {
fi
}
STE=gutsy
STE=$(lsb_release -cs)
EXCLUDE=""
LIST=""
SUBARCH=""

Loading…
Cancel
Save