Move ia32-libs from Depends to Recommends. v0.9.38
authorMichael Prokop <mika@grml.org>
Mon, 1 Mar 2010 01:18:40 +0000 (02:18 +0100)
committerMichael Prokop <mika@grml.org>
Mon, 1 Mar 2010 01:18:40 +0000 (02:18 +0100)
debian/changelog
debian/control
grml-live

index 2b2a25e..b7015c2 100644 (file)
@@ -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 <mika@grml.org>  Mon, 01 Mar 2010 02:16:08 +0100
+
 grml-live (0.9.37) unstable; urgency=low
 
   * Drop noquick bootoption from serial console boot entry.
index 3fd2008..1c65582 100644 (file)
@@ -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 /
index 7de7b04..316e810 100755 (executable)
--- 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'