From f7c90ddeaa68c36008efb78622765ad72880e691 Mon Sep 17 00:00:00 2001 From: Ludovic Rousseau Date: Wed, 19 Sep 2018 10:00:39 +0200 Subject: [PATCH] Move from debhelper compat 9 to 11 --- debian/changelog | 1 + debian/compat | 2 +- debian/control | 2 +- debian/rules | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 4b07beb..a27eaed 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ ccid (1.4.30-1) UNRELEASED; urgency=medium * d/watch: The project moved to https://ccid.apdu.fr/ + * Move from debhelper compat 9 to 11 -- Ludovic Rousseau Wed, 19 Sep 2018 09:44:15 +0200 diff --git a/debian/compat b/debian/compat index ec63514..b4de394 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -9 +11 diff --git a/debian/control b/debian/control index 178855d..0ac49e2 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: ccid Section: libs Priority: extra Maintainer: Ludovic Rousseau -Build-Depends: debhelper (>= 9~), libusb-1.0-0-dev, libpcsclite-dev (>= 1.8.3~), flex, pkg-config +Build-Depends: debhelper (>= 11~), libusb-1.0-0-dev, libpcsclite-dev (>= 1.8.3~), flex, pkg-config Standards-Version: 3.9.8 Vcs-Git: https://salsa.debian.org/debian/ccid.git Vcs-Browser: https://salsa.debian.org/debian/ccid diff --git a/debian/rules b/debian/rules index 8e44d1e..7e70f55 100755 --- a/debian/rules +++ b/debian/rules @@ -5,7 +5,7 @@ DESTDIR=debian/libccid export DEB_BUILD_MAINT_OPTIONS = hardening=+all %: - dh $@ --parallel + dh $@ override_dh_auto_configure: # add support of the GemPC Twin in serial mode