Update debian/compat from 9 to 10

This commit is contained in:
Ludovic Rousseau 2017-12-19 19:08:38 +01:00
parent 2aac340984
commit 370f791afa
3 changed files with 3 additions and 3 deletions

2
debian/compat vendored
View File

@ -1 +1 @@
9
10

2
debian/control vendored
View File

@ -2,7 +2,7 @@ Source: pcsc-lite
Section: misc
Priority: optional
Maintainer: Ludovic Rousseau <rousseau@debian.org>
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

2
debian/rules vendored
View File

@ -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)