From dffd11faef9ce8bec75e293e7d09752a0aecdc2e Mon Sep 17 00:00:00 2001 From: Ludovic Rousseau Date: Wed, 3 Feb 2010 10:57:54 +0000 Subject: [PATCH] use debhelper compat V7 --- debian/changelog | 3 ++- debian/compat | 2 +- debian/control | 2 +- debian/rules | 3 +-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index 4ece32f..02b8b6f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,8 +5,9 @@ pcsc-lite (1.5.5-3) unstable; urgency=low * Fix "update-reader.conf depends on collation order, but does not override LC_ALL" by using unset LC_ALL (Closes: #567764) + * use debhelper compat V7 - -- Ludovic Rousseau Wed, 03 Feb 2010 11:38:16 +0100 + -- Ludovic Rousseau Wed, 03 Feb 2010 11:57:12 +0100 pcsc-lite (1.5.5-2) unstable; urgency=medium diff --git a/debian/compat b/debian/compat index 7ed6ff8..7f8f011 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -5 +7 diff --git a/debian/control b/debian/control index 925cd65..3bfe1ca 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: pcsc-lite Section: misc Priority: extra Maintainer: Ludovic Rousseau -Build-Depends: debhelper (>= 6.0.7~), flex, autotools-dev, libhal-dev +Build-Depends: debhelper (>= 7), flex, autotools-dev, libhal-dev Standards-Version: 3.8.4 Vcs-Svn: svn://svn.debian.org/svn/collab-maint/deb-maint/pcsc-lite/trunk Vcs-Browser: http://svn.debian.org/viewsvn/collab-maint/deb-maint/pcsc-lite/trunk/ diff --git a/debian/rules b/debian/rules index dc469b8..fa1890c 100755 --- a/debian/rules +++ b/debian/rules @@ -69,7 +69,6 @@ build-stamp: configure-stamp clean: dh_testdir dh_testroot - rm -f build-stamp configure-stamp # Add here commands to clean up after the build process. -test -e Makefile && \ @@ -81,7 +80,7 @@ clean: install: build dh_testdir dh_testroot - dh_clean -k + dh_prep dh_installdirs # Add here commands to install the package into debian/tmp.