[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Please accept casper 1.77+debian-7



Hi,

please allow the upload of casper 1.77+debian-7 to testing, it fixes two
serious bugs, debdiff is attached.

Regards,
Daniel

-- 
Address:        Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist
Email:          daniel.baumann@panthera-systems.net
Internet:       http://people.panthera-systems.net/~daniel-baumann/
diff -u casper-1.77+debian/scripts/casper casper-1.77+debian/scripts/casper
--- casper-1.77+debian/scripts/casper
+++ casper-1.77+debian/scripts/casper
@@ -95,7 +95,7 @@
                 PRESEEDS="${PRESEEDS}\"${question}=${value}\" "
                 ;;
             console=*)
-                export DEFCONSOLE=$(sed -e 's%.*console=%console=%' /proc/cmdline) ;;
+                export DEFCONSOLE="${x#*=}" ;;
         esac
     done
 
diff -u casper-1.77+debian/debian/control casper-1.77+debian/debian/control
--- casper-1.77+debian/debian/control
+++ casper-1.77+debian/debian/control
@@ -8,7 +8,7 @@
 
 Package: casper
 Architecture: any
-Depends: initramfs-tools (>= 0.40), user-setup, sudo, lsb-base (>= 3.0-6)
+Depends: initramfs-tools (>= 0.40), user-setup, sudo, lsb-base (>= 3.0-6), file
 Conflicts: usplash (<< 0.3-0)
 Recommends: live-package
 Suggests: squashfs-tools, genext2fs
diff -u casper-1.77+debian/debian/control.debian casper-1.77+debian/debian/control.debian
--- casper-1.77+debian/debian/control.debian
+++ casper-1.77+debian/debian/control.debian
@@ -8,7 +8,7 @@
 
 Package: casper
 Architecture: any
-Depends: initramfs-tools (>= 0.40), user-setup, sudo, lsb-base (>= 3.0-6)
+Depends: initramfs-tools (>= 0.40), user-setup, sudo, lsb-base (>= 3.0-6), file
 Conflicts: usplash (<< 0.3-0)
 Recommends: live-package
 Suggests: squashfs-tools, genext2fs
diff -u casper-1.77+debian/debian/changelog casper-1.77+debian/debian/changelog
--- casper-1.77+debian/debian/changelog
+++ casper-1.77+debian/debian/changelog
@@ -1,3 +1,13 @@
+casper (1.77+debian-7) testing; urgency=medium
+
+  * Backported two 1 line fixes (both serious bugs) from casper-1.79+debian-1
+    and casper-1.79+debian-3:
+    - It now depends also on "file" (Closes: #409308).
+    - Fix DEFCONSOLE for autoserial console, thanks to
+        "Alex Owen" <r.alex.owen@gmail.com>.
+
+ -- Marco Amadori <marco.amadori@gmail.com>  Thu,  8 Feb 2007 11:19:46 +0100
+
 casper (1.77+debian-6) unstable; urgency=medium
 
   * Improved snapshots features (even still experimental).

Reply to: