From ef797135f8cee023a0486d1c708595a5608074f3 Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Mon, 20 Apr 2009 08:12:15 -0400 Subject: [PATCH] debian: Update debhelper compat level to 7 Signed-off-by: "Theodore Ts'o" --- debian/compat | 2 +- debian/control | 2 +- debian/rules | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/compat b/debian/compat index b8626c4..7f8f011 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -4 +7 diff --git a/debian/control b/debian/control index 2831e27..2b128fc 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: e2fsprogs Section: admin Priority: required Maintainer: Theodore Y. Ts'o -Build-Depends: texi2html (>= 1.76), gettext, texinfo, dc, pkg-config, dietlibc-dev [alpha amd64 arm hppa i386 ia64 mips mipsel powerpc ppc64 s390 sparc], debhelper (>= 4.2) +Build-Depends: texi2html (>= 1.76), gettext, texinfo, dc, pkg-config, dietlibc-dev [alpha amd64 arm hppa i386 ia64 mips mipsel powerpc ppc64 s390 sparc], debhelper (>= 7.0) Standards-Version: 3.8.0.0 Homepage: http://e2fsprogs.sourceforge.net diff --git a/debian/rules b/debian/rules index c12a203..9520b02 100755 --- a/debian/rules +++ b/debian/rules @@ -271,7 +271,7 @@ install: cleanup install-std cleanup: dh_testdir dh_testroot - dh_clean -k + dh_prep install-std: DH_OPTIONS= install-std: build -- 1.8.3.1