ソースを参照

Update patches for new upstream version

Christoph Biedl 10 年 前
コミット
92964f2d82
2 ファイル変更4 行追加4 行削除
  1. 1 1
      debian/patches/0007-c64-tap.patch
  2. 3 3
      debian/patches/0010-mdadm.patch

+ 1 - 1
debian/patches/0007-c64-tap.patch

@@ -13,4 +13,4 @@ diff -Naurp file.orig/magic/Magdir/c64 file/magic/Magdir/c64
 +# Esa Hyytiä <esa@netlab.tkk.fi>
 +0	string		C64-TAPE-RAW	C64 Raw Tape File (.tap),
 +>0x0c	byte		x		Version:%u,
-+>0x10   lelong		x		Length:%lu cycles
++>0x10   lelong		x		Length:%u cycles

+ 3 - 3
debian/patches/0010-mdadm.patch

@@ -3,9 +3,9 @@ Description: Adding new magics for Linux Software RAID (Closes: #663454).
 
 --- a/magic/Magdir/linux
 +++ b/magic/Magdir/linux
-@@ -395,3 +395,24 @@
- >>0x1042	ubelong		x	\b-%08x
- >>0x1046	ubeshort	x	\b%04x
+@@ -413,3 +413,24 @@
+ >>>>20		belong		>16
+ >>>>>36		belong		x	\b, DT structure block size=%d
  
 +# Linux Software RAID (mdadm)
 +# Russell Coker <russell@coker.com.au>