From: Bdale Garbee Date: Fri, 29 Aug 2008 15:01:09 +0000 (-0600) Subject: fix lintian warnings X-Git-Tag: debian/0.4b41-6~1 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=3d99319f92df54223fb883b2009661ef907b21bb;p=debian%2Fdump fix lintian warnings --- diff --git a/debian/control b/debian/control index 340099a..91e9bcb 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: utils Priority: optional Maintainer: Bdale Garbee Build-Depends: autoconf, comerr-dev, debhelper (>= 5), e2fslibs-dev, libbz2-dev, libreadline5-dev | libreadline-dev, zlib1g-dev, libblkid-dev, uuid-dev, autotools-dev -Standards-Version: 3.7.2 +Standards-Version: 3.8.0 Package: dump Architecture: any diff --git a/debian/copyright b/debian/copyright index b19e1fc..474053f 100644 --- a/debian/copyright +++ b/debian/copyright @@ -10,8 +10,7 @@ Copyright: * Ported to Linux's Second Extended File System as part of the * dump and restore backup suit * Remy Card , 1994-1997 - * Stelian Pop , 1999-2000 - * Stelian Pop - AlcĂ´ve , 2000-2002 + * Stelian Pop , 1999-2002 */ /*- diff --git a/debian/rules b/debian/rules index 52de07f..c211897 100755 --- a/debian/rules +++ b/debian/rules @@ -16,7 +16,7 @@ clean: dh_testdir dh_testroot rm -f build-stamp - -make distclean + [ ! f Makefile ] || make distclean -test -r /usr/share/misc/config.sub && \ cp -f /usr/share/misc/config.sub config.sub -test -r /usr/share/misc/config.guess && \