[pkg-opensc-commit] [SCM] OpenCT packaging branch, master, updated. df7027070a12b964630a539b81896e27c81d0a30

Eric Dorland eric at debian.org
Mon Jun 15 05:27:09 UTC 2009


The following commit has been merged in the master branch:
commit 5530d270d9041c838ef66ca8f463a78de0efea5f
Author: Eric Dorland <eric at debian.org>
Date:   Sun May 24 03:20:59 2009 -0400

    debian/rules, debian/control: Drop libusb in favor of native usb support.

diff --git a/debian/changelog b/debian/changelog
index 7f66127..e778344 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,13 @@
+openct (0.6.16-2) unstable; urgency=low
+
+  * debian/rules, debian/control: Drop libusb in favor of native usb support.
+
+ --
+
 openct (0.6.16-1) unstable; urgency=low
 
   * New upstream release. (Closes: #526912)
-  * debian/control: 
+  * debian/control:
     - Upgrade Standards-Version to 3.8.1.
     - Set dbg package section to debug.
     - Add ${misc:Depends} to Depends.
diff --git a/debian/control b/debian/control
index d27807a..f4e0635 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: openct
 Section: utils
 Priority: extra
 Maintainer: Eric Dorland <eric at debian.org>
-Build-Depends: cdbs (>= 0.4.38), debhelper (>= 5.0.45), libpcsclite-dev (>= 1.4.0), libusb-dev, pkg-config, libltdl3-dev
+Build-Depends: cdbs (>= 0.4.38), debhelper (>= 5.0.45), libpcsclite-dev (>= 1.4.0), pkg-config, libltdl3-dev
 Standards-Version: 3.8.1
 Homepage: http://www.opensc-project.org/
 Vcs-Git: git://git.debian.org/git/pkg-opensc/openct.git
diff --git a/debian/rules b/debian/rules
index c9c6355..5e222bb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,7 @@
 include /usr/share/cdbs/1/class/autotools.mk
 include /usr/share/cdbs/1/rules/debhelper.mk
 
-DEB_CONFIGURE_EXTRA_FLAGS = --enable-pcsc --enable-usb --with-udev=/lib/udev
+DEB_CONFIGURE_EXTRA_FLAGS = --enable-pcsc --with-udev=/lib/udev
 
 DEB_INSTALL_DOCS_ALL := NEWS TODO
 

-- 
OpenCT packaging



More information about the pkg-opensc-commit mailing list