From 51a54079f95dbaea8ffa72e5e947891c175efc1f Mon Sep 17 00:00:00 2001 From: Ludovic Rousseau Date: Sun, 18 May 2014 15:19:41 +0000 Subject: [PATCH] Fix "run dh-autoreconf to update config.{sub, guess} and {libtool, aclocal}.m4" by using dh-autoreconf (Closes: #748275) --- debian/changelog | 7 +++++++ debian/control | 2 +- debian/rules | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index d71a854..9154f25 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 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 diff --git a/debian/control b/debian/control index a2b8da9..44897a2 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, 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/ diff --git a/debian/rules b/debian/rules index 90f6633..3d3efed 100755 --- a/debian/rules +++ b/debian/rules @@ -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)