From: Michael Prokop Date: Mon, 1 Mar 2010 01:18:40 +0000 (+0100) Subject: Move ia32-libs from Depends to Recommends. X-Git-Tag: v0.9.38^0 X-Git-Url: https://git.grml.org/?p=grml-live.git;a=commitdiff_plain;h=c15fa3e39e0dabcb6b960b07642f4cc780cf7255;hp=75b4c27bcc5675a733eb5ef75dfafc442755035c Move ia32-libs from Depends to Recommends. --- diff --git a/debian/changelog b/debian/changelog index 2b2a25e..b7015c2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +grml-live (0.9.38) unstable; urgency=low + + * Move ia32-libs from Depends to Recommends so installation + on i386 works again. + + -- Michael Prokop Mon, 01 Mar 2010 02:16:08 +0100 + grml-live (0.9.37) unstable; urgency=low * Drop noquick bootoption from serial console boot entry. diff --git a/debian/control b/debian/control index 3fd2008..1c65582 100644 --- a/debian/control +++ b/debian/control @@ -11,8 +11,8 @@ Vcs-Browser: http://git.grml.org/?p=grml-live.git Package: grml-live Architecture: all -Depends: ${misc:Depends}, bc, fai-client (>= 3.2.4), fai-server (>= 3.2.4), mkisofs | genisoimage, mksh, moreutils, squashfs-lzma-tools | squashfs-tools, wget, ia32-libs [amd64] -Recommends: grml-live-addons, grml-live-db +Depends: ${misc:Depends}, bc, fai-client (>= 3.2.4), fai-server (>= 3.2.4), mkisofs | genisoimage, mksh, moreutils, squashfs-lzma-tools | squashfs-tools, wget +Recommends: grml-live-addons, grml-live-db, ia32-libs Suggests: fai-doc Description: build system for creating a Grml (based) Linux live system This package provides the build system for creating a Debian / diff --git a/grml-live b/grml-live index 7de7b04..316e810 100755 --- a/grml-live +++ b/grml-live @@ -23,7 +23,7 @@ fi set -e # global variables -GRML_LIVE_VERSION='0.9.37' +GRML_LIVE_VERSION='0.9.38' PN="$(basename $0)" CMDLINE="$0 $@" SOURCES_LIST_FILE='/etc/grml/fai/apt/sources.list'