From 370f791afa86a55be1c98bd35ea02591da4f4601 Mon Sep 17 00:00:00 2001 From: Ludovic Rousseau Date: Tue, 19 Dec 2017 19:08:38 +0100 Subject: [PATCH] Update debian/compat from 9 to 10 --- 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 ec63514..f599e28 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -9 +10 diff --git a/debian/control b/debian/control index 8c3bff8..96049a8 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: pcsc-lite Section: misc Priority: optional Maintainer: Ludovic Rousseau -Build-Depends: debhelper (>= 9), flex, dh-autoreconf, libudev-dev [linux-any], libusb2-dev [kfreebsd-any], pkg-config, dpkg-dev (>= 1.16.1~), dh-systemd (>= 1.4), libsystemd-dev +Build-Depends: debhelper (>= 10), flex, dh-autoreconf, libudev-dev [linux-any], libusb2-dev [kfreebsd-any], pkg-config, dpkg-dev (>= 1.16.1~), dh-systemd (>= 1.4), libsystemd-dev Standards-Version: 3.9.8 Vcs-Git: https://anonscm.debian.org/git/collab-maint/pcsc-lite.git Vcs-Browser: https://anonscm.debian.org/git/collab-maint/pcsc-lite.git diff --git a/debian/rules b/debian/rules index bb50c6d..7cfb8a4 100755 --- a/debian/rules +++ b/debian/rules @@ -8,7 +8,7 @@ endif export DEB_BUILD_MAINT_OPTIONS = hardening=+all %: - dh $@ --with systemd,autoreconf --parallel + dh $@ override_dh_auto_configure: dh_auto_configure -- $(EXTRA_CONFIGURE_ARGS) --with-systemdsystemunitdir=/lib/systemd/system --enable-usbdropdir=/usr/lib/pcsc/drivers $(shell dpkg-buildflags --export=configure)