diff options
author | Daniel Baumann <daniel@debian.org> | 2007-09-23 14:46:28 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2007-09-23 14:46:28 +0200 |
commit | 97458dd49a574c8d84f5c1e1051ca2c47dd902a3 (patch) | |
tree | 40069a1821f9991460212ecaad1c3a34f3cdc767 /debian | |
parent | f454e1250e7deec95166035de0d1b303b99b3a0f (diff) | |
download | live-boot-97458dd49a574c8d84f5c1e1051ca2c47dd902a3.tar.gz live-boot-97458dd49a574c8d84f5c1e1051ca2c47dd902a3.zip |
Adding casper 1.77+debian-7.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 10 | ||||
-rw-r--r-- | debian/control | 2 | ||||
-rw-r--r-- | debian/control.debian | 2 |
3 files changed, 12 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 83768c2..f97e50f 100644 --- a/debian/changelog +++ b/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). diff --git a/debian/control b/debian/control index 0ebb148..4ce301f 100644 --- a/debian/control +++ b/debian/control @@ -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 diff --git a/debian/control.debian b/debian/control.debian index 0ebb148..4ce301f 100644 --- a/debian/control.debian +++ b/debian/control.debian @@ -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 |