Adding casper 1.79+debian-2. debian/1.79+debian-2
authorDaniel Baumann <daniel@debian.org>
Sun, 23 Sep 2007 12:46:29 +0000 (14:46 +0200)
committerDaniel Baumann <daniel@debian.org>
Sun, 23 Sep 2007 12:46:29 +0000 (14:46 +0200)
debian/changelog
debian/control
debian/control.debian
scripts/casper

index 38b383f..f9ef321 100644 (file)
@@ -1,3 +1,11 @@
+casper (1.79+debian-2) unstable; urgency=low
+
+  * It now depends also on "file" (Closes: #409308).
+  * Fixed LIVEMEDIA_TIMEOUT values (Closes: #409300).
+    Thanks for both to Jonathan Hall <flimzy@flimzy.com>.
+
+ -- Marco Amadori <marco.amadori@gmail.com>  Sat,  3 Feb 2007 18:29:20 +0100
+
 casper (1.79+debian-1) unstable; urgency=low
 
   * New Upstream release.
index 0ebb148..4ce301f 100644 (file)
@@ -8,7 +8,7 @@ Standards-Version: 3.7.2
 
 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
index 0ebb148..4ce301f 100644 (file)
@@ -8,7 +8,7 @@ Standards-Version: 3.7.2
 
 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
index f070aa2..17e19ae 100644 (file)
@@ -589,7 +589,7 @@ mountroot() {
         fi
     else
         # Scan local devices for the image
-        for i in 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13; do
+        for i in 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19; do
             livefs_root=$(find_livefs $i)
             if [ -n "${livefs_root}" ]; then
                 break