Get rif of debian/patches/03_support_for_lzma.diff
authorMichael Prokop <devnull@localhost>
Thu, 17 Jul 2008 12:40:32 +0000 (14:40 +0200)
committerMichael Prokop <devnull@localhost>
Thu, 17 Jul 2008 12:40:32 +0000 (14:40 +0200)
debian/changelog
debian/patches/00list
debian/patches/03_support_for_lzma.diff [deleted file]
hooks/live

index 3bcfdfa..7523a3c 100644 (file)
@@ -3,6 +3,7 @@ live-initramfs (1.136.2-2~grml.00) unstable; urgency=low
   * Rebase against current version of live-initramfs in Debian.
   * Add debian/patches/04_fix_cow_tmpfs_mount.dpatch and
     debian/patches/05_get_rid_of_wrong_debug_message.dpatch.
+  * Get rid of 03_support_for_lzma.diff.
   * Add dpatch as Build-Depency.
 
  -- Michael Prokop <mika@grml.org>  Thu, 17 Jul 2008 13:38:06 +0200
index a51c36e..83c4c0b 100644 (file)
@@ -1,5 +1,4 @@
 01_add_rsync.dpatch
 02_more_verbose_toram.diff
-03_support_for_lzma.diff
 04_fix_cow_tmpfs_mount.dpatch
 05_get_rid_of_wrong_debug_message.dpatch
diff --git a/debian/patches/03_support_for_lzma.diff b/debian/patches/03_support_for_lzma.diff
deleted file mode 100755 (executable)
index 4fb12a7..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 03_support_for_lzma.diff
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: support LZMA compression at squashfs
-
-@DPATCH@
-
---- a/hooks/live       Thu Jul 17 14:17:27 2008 +0200
-+++ b/hooks/live       Thu Jul 17 14:17:39 2008 +0200
-@@ -92,6 +92,8 @@ copy_exec /sbin/losetup /sbin
- copy_exec /sbin/losetup /sbin
- manual_add_modules loop
- manual_add_modules squashfs
-+manual_add_modules sqlzma
-+manual_add_modules unlzma
- # Filesystem: aufs/unionfs
- manual_add_modules aufs
index de5c0f3..190fac5 100755 (executable)
@@ -90,6 +90,8 @@ manual_add_modules jffs2
 copy_exec /sbin/losetup /sbin
 manual_add_modules loop
 manual_add_modules squashfs
+manual_add_modules sqlzma
+manual_add_modules unlzma
 
 # Filesystem: aufs/unionfs
 manual_add_modules aufs