Ouch, gmail byte mail previous mail... once again.
diff -Nru jless-382-iso262/debian/changelog jless-382-iso262/debian/changelog --- jless-382-iso262/debian/changelog 2007-01-08 14:05:51.000000000 +0900 +++ jless-382-iso262/debian/changelog 2010-12-20 09:21:55.000000000 +0900 @@ -1,3 +1,13 @@ +jless (382-iso262-1.1) unstable; urgency=low + + * Non-maintainer upload. + * debian/control + - add "Build-Depends: autoconf" (Closes: #607511) + * debian/patches + - add Makefile_comply_policy.dpatch + + -- Hideki Yamane <henr...@debian.org> Mon, 20 Dec 2010 09:20:54 +0900 + jless (382-iso262-1) unstable; urgency=high * New upstream release. (Closes: #401126, #399218) diff -Nru jless-382-iso262/debian/control jless-382-iso262/debian/control --- jless-382-iso262/debian/control 2007-01-08 14:05:51.000000000 +0900 +++ jless-382-iso262/debian/control 2010-12-20 09:20:48.000000000 +0900 @@ -3,7 +3,7 @@ Priority: extra Maintainer: Tatsuki Sugiura <s...@nemui.org> Standards-Version: 3.7.2 -Build-Depends: cdbs, debhelper (>= 4.0.0), dpatch, libncurses5-dev | libncurses-dev +Build-Depends: cdbs, debhelper (>= 4.0.0), dpatch, libncurses5-dev | libncurses-dev, autoconf Package: jless Architecture: any diff -Nru jless-382-iso262/debian/patches/00list jless-382-iso262/debian/patches/00list --- jless-382-iso262/debian/patches/00list 2007-01-08 14:05:51.000000000 +0900 +++ jless-382-iso262/debian/patches/00list 2010-12-20 09:19:16.000000000 +0900 @@ -3,3 +3,4 @@ less-382-iso259-260 less-382-iso260-261 less-382-iso261-262 +Makefile_comply_policy diff -Nru jless-382-iso262/debian/patches/Makefile_comply_policy.dpatch jless-382-iso262/debian/patches/Makefile_comply_policy.dpatch --- jless-382-iso262/debian/patches/Makefile_comply_policy.dpatch 1970-01-01 09:00:00.000000000 +0900 +++ jless-382-iso262/debian/patches/Makefile_comply_policy.dpatch 2010-12-20 09:20:11.000000000 +0900 @@ -0,0 +1,19 @@ +#! /bin/sh /usr/share/dpatch/dpatch-run +## Makefile_comply_policy.dpatch by Hideki Yamane <henr...@debian.org> +## +## All lines beginning with `## DP:' are a description of the patch. +## DP: Comply Debian Policy 4.6, see Bug#607511 + +...@dpatch@ +diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' jless-382-iso262~/Makefile.in jless-382-iso262/Makefile.in +--- jless-382-iso262~/Makefile.in 2007-01-08 14:05:51.000000000 +0900 ++++ jless-382-iso262/Makefile.in 2010-12-20 09:18:09.672261162 +0900 +@@ -97,7 +97,7 @@ + ./config.status --recheck + + ${srcdir}/configure: ${srcdir}/configure.ac +- cd ${srcdir}; autoheader; autoconf ++ cd ${srcdir} && autoheader && autoconf + + clean: + rm -f *.${O} core less lesskey lessecho -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org