From 3d99319f92df54223fb883b2009661ef907b21bb Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Fri, 29 Aug 2008 09:01:09 -0600 Subject: [PATCH] fix lintian warnings --- debian/control | 2 +- debian/copyright | 3 +-- debian/rules | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) 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 && \ -- 2.39.5