diff --git a/debian/changelog b/debian/changelog index 98a4a80..5f85902 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ pcsc-lite (1.9.4-1) UNRELEASED; urgency=medium * d/upstream/metadata: add DEP12/UMEGAYA file * new upstream release + * d/rules: install systemd-service file in /usr/lib/systemd/system -- Ludovic Rousseau Fri, 01 Oct 2021 18:16:02 +0200 diff --git a/debian/pcscd.install b/debian/pcscd.install index 4314dcd..dbd1060 100644 --- a/debian/pcscd.install +++ b/debian/pcscd.install @@ -1,3 +1,3 @@ usr/sbin/pcscd -lib/systemd/system/pcscd.socket -lib/systemd/system/pcscd.service +usr/lib/systemd/system/pcscd.socket +usr/lib/systemd/system/pcscd.service diff --git a/debian/rules b/debian/rules index 73cb02a..cbcdbe3 100755 --- a/debian/rules +++ b/debian/rules @@ -12,7 +12,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all override_dh_auto_configure: dh_auto_configure -- $(EXTRA_CONFIGURE_ARGS) \ - --with-systemdsystemunitdir=/lib/systemd/system \ + --with-systemdsystemunitdir=/usr/lib/systemd/system \ --enable-usbdropdir=/usr/lib/pcsc/drivers \ --enable-ipcdir=/run/pcscd \ $(shell dpkg-buildflags --export=configure)