Package: lde Version: 2.6.0-7 Severity: normal Tags: patch Hi,
Attached is the diff for my lde 2.6.0-7.1 NMU. -- Luk Claes - http://people.debian.org/~luk - GPG key 1024D/9B7C328D Fingerprint: D5AF 25FB 316B 53BB 08E7 F999 E544 DE07 9B7C 328D
diff -u lde-2.6.0/doc/lde.man lde-2.6.0/doc/lde.man --- lde-2.6.0/doc/lde.man +++ lde-2.6.0/doc/lde.man @@ -534,7 +534,8 @@ .TP .B ^R Look up inode which references this block. -.TP / +.TP +.B / Search for a string. You will be prompted for a case-sensative search string. The search will proceede from the current block, if a match is found, the block pointer will be advanced and the matching diff -u lde-2.6.0/src/bitops.c lde-2.6.0/src/bitops.c --- lde-2.6.0/src/bitops.c +++ lde-2.6.0/src/bitops.c @@ -39,7 +39,6 @@ * Linux architectures */ #ifdef HAVE_ASM_SYSTEM_H #include <linux/linkage.h> -#include <asm/system.h> #endif /* As of January 2002, lde doesn't modify any bits, so we don't really diff -u lde-2.6.0/debian/changelog lde-2.6.0/debian/changelog --- lde-2.6.0/debian/changelog +++ lde-2.6.0/debian/changelog @@ -1,3 +1,12 @@ +lde (2.6.0-7.1) unstable; urgency=medium + + * Non-maintainer upload. + * Avoid conflicting types (Closes: #393061). + * Support non linux arches (Closes: #375425). + * Fix typo to show missing word in manpage (Closes: #350485). + + -- Luk Claes <[EMAIL PROTECTED]> Mon, 23 Oct 2006 22:04:55 +0200 + lde (2.6.0-7) unstable; urgency=low * Apply patch for FTBFS on adm64/gcc4 from Andreas Jochens (closes: #287374) diff -u lde-2.6.0/debian/control lde-2.6.0/debian/control --- lde-2.6.0/debian/control +++ lde-2.6.0/debian/control @@ -2,7 +2,7 @@ Section: utils Priority: optional Maintainer: Petr Cech <[EMAIL PROTECTED]> -Build-Depends: debhelper (>= 4), libgpmg1-dev, libncurses5-dev, bison +Build-Depends: debhelper (>= 4), libgpmg1-dev [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386], libncurses5-dev, bison Standards-Version: 3.5.9 Package: lde

