remove --enable-udev since pcscd now uses libhal instead of libusb

This commit is contained in:
Ludovic Rousseau 2008-04-30 13:07:29 +00:00
parent ca5bfa4f4e
commit 6a05ac1234
2 changed files with 4 additions and 3 deletions

4
debian/changelog vendored
View File

@ -4,8 +4,10 @@ ccid (1.3.6-1) unstable; urgency=low
* debian/control: add Vcs-Svn: and Vcs-Browser: now the packaging is hosted
on alioth/collab-maint
* debian/rules: do not set CFLAGS since dpkg-dev (>= 1.14.17) does it for me
* debian/rules: remove --enable-udev since pcscd now uses libhal instead of
libusb
-- Ludovic Rousseau <rousseau@debian.org> Wed, 30 Apr 2008 15:04:03 +0200
-- Ludovic Rousseau <rousseau@debian.org> Wed, 30 Apr 2008 15:06:42 +0200
ccid (1.3.5-1) unstable; urgency=low

3
debian/rules vendored
View File

@ -30,8 +30,7 @@ configure-stamp:
./configure $(confflags) \
--prefix=/usr \
--enable-twinserial \
--enable-udev
--enable-twinserial
touch configure-stamp