From 26e3a8b7ef72c555073d617cedb53af8f53b3fad Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Wed, 2 May 2012 11:32:26 -0500 Subject: [PATCH] Build Debian package with debhelper 7 --- debian/compat | 2 +- debian/control | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/compat b/debian/compat index 45a4fb75..7f8f011e 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -8 +7 diff --git a/debian/control b/debian/control index 15ddc7ec..44d79eef 100644 --- a/debian/control +++ b/debian/control @@ -1,7 +1,7 @@ Source: wimlib Priority: optional Maintainer: Eric Biggers -Build-Depends: debhelper (>= 8.0.0), autotools-dev, libfuse-dev, libxml2-dev, libssl-dev +Build-Depends: debhelper (>= 7.0.0), autotools-dev, libfuse-dev, libxml2-dev, libssl-dev Standards-Version: 3.9.2 Section: libs Homepage: http://sourceforge.net/projects/wimlib -- 2.43.0