Fix "run dh-autoreconf to update config.{sub, guess} and {libtool,

aclocal}.m4" by using dh-autoreconf (Closes: #748275)
This commit is contained in:
Ludovic Rousseau 2014-05-18 15:19:41 +00:00
parent 2bbf65b095
commit 51a54079f9
3 changed files with 9 additions and 2 deletions

7
debian/changelog vendored
View File

@ -1,3 +1,10 @@
pcsc-lite (1.8.11-3) unstable; urgency=medium
* Fix "run dh-autoreconf to update config.{sub, guess} and {libtool,
aclocal}.m4" by using dh-autoreconf (Closes: #748275)
-- Ludovic Rousseau <rousseau@debian.org> Sun, 18 May 2014 17:18:25 +0200
pcsc-lite (1.8.11-2) unstable; urgency=medium
* Fix "pcscd should rely on dh-systemd to enable the socket" let dh-systemd

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, autotools-dev, libudev-dev [linux-any], libusb2-dev [kfreebsd-any], pkg-config, dpkg-dev (>= 1.16.1~), dh-systemd (>= 1.4)
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)
Standards-Version: 3.9.4
Vcs-Svn: svn://anonscm.debian.org/collab-maint/deb-maint/pcsc-lite/trunk
Vcs-Browser: http://anonscm.debian.org/viewvc/collab-maint/deb-maint/pcsc-lite/trunk/

2
debian/rules vendored
View File

@ -6,7 +6,7 @@ ifeq ($(DEB_HOST_ARCH_OS),hurd)
endif
%:
dh $@ --with=systemd --parallel
dh $@ --with systemd,autoreconf --parallel
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)