From 88189a737fcf9085aa2f8897b7e33f028034422b Mon Sep 17 00:00:00 2001 From: Ludovic Rousseau Date: Wed, 9 Mar 2011 13:46:10 +0000 Subject: [PATCH] debian/control: add a Build-Depends: pkg-config since we use it to detect the presence of libudev --- debian/changelog | 4 +++- debian/control | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index d50b0a3..af84d6c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,8 +5,10 @@ pcsc-lite (1.7.0-1) unstable; urgency=low (Closes: #587979) * Fix "please drop dependency on pcscd". libpcsclite1 now Recommends: instead of Depends: on pcscd (Closes: #612971) + * debian/control: add a Build-Depends: pkg-config since we use it to detect + the presence of libudev - -- Ludovic Rousseau Wed, 09 Mar 2011 14:34:10 +0100 + -- Ludovic Rousseau Wed, 09 Mar 2011 14:45:34 +0100 pcsc-lite (1.6.7-1) unstable; urgency=low diff --git a/debian/control b/debian/control index 5ea1a28..000c826 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: pcsc-lite Section: misc Priority: optional Maintainer: Ludovic Rousseau -Build-Depends: debhelper (>= 7.0.50~), flex, autotools-dev, libudev-dev +Build-Depends: debhelper (>= 7.0.50~), flex, autotools-dev, libudev-dev, pkg-config Standards-Version: 3.9.1 Vcs-Svn: svn://svn.debian.org/svn/collab-maint/deb-maint/pcsc-lite/trunk Vcs-Browser: http://svn.debian.org/viewsvn/collab-maint/deb-maint/pcsc-lite/trunk/