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

Eric Dorland eric at debian.org
Sun May 10 08:30:55 UTC 2009


The following commit has been merged in the master branch:
commit bddc8455e63ea63c33a88db82e10f0bea96be027
Author: Eric Dorland <eric at debian.org>
Date:   Sun May 10 04:11:45 2009 -0400

    debian/control: Add ${misc:Depends} to Depends.

diff --git a/debian/changelog b/debian/changelog
index 5a3a738..1e8cb17 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ openct (0.6.16-1) unstable; urgency=low
   * 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 2703fe4..d27807a 100644
--- a/debian/control
+++ b/debian/control
@@ -16,7 +16,7 @@ Provides: libopenct-dev
 Conflicts: libopenct0-dev
 Replaces: libopenct0-dev
 Suggests: pkg-config
-Depends: libopenct1 (= ${binary:Version})
+Depends: libopenct1 (= ${binary:Version}), ${misc:Depends}
 Description: headers and development libraries for libopenct1
  OpenCT is an open source implementation providing card terminal
  drivers. It provides a native OpenCT, CT-API and PC/SC Lite IFD
@@ -28,7 +28,7 @@ Package: libopenct1
 Architecture: any
 Section: libs
 Priority: optional
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: middleware framework for smart card terminals (libraries)
  OpenCT is an open source implementation providing card terminal
  drivers. It provides a native OpenCT, CT-API and PC/SC Lite IFD
@@ -40,7 +40,7 @@ Package: libopenct1-dbg
 Architecture: any
 Section: debug
 Priority: extra
-Depends: libopenct1 (= ${binary:Version})
+Depends: libopenct1 (= ${binary:Version}), ${misc:Depends}
 Description: middleware framework for smart card terminals (libraries)
  OpenCT is an open source implementation providing card terminal
  drivers. It provides a native OpenCT, CT-API and PC/SC Lite IFD
@@ -52,7 +52,7 @@ Description: middleware framework for smart card terminals (libraries)
 Package: openct
 Architecture: any
 Provides: pcsc-ifd-handler
-Depends: ${shlibs:Depends}, dpkg (>= 1.7.0), adduser
+Depends: ${shlibs:Depends}, dpkg (>= 1.7.0), adduser, ${misc:Depends}
 Recommends: udev
 Enhances: pcscd
 Description: middleware framework for smart card terminals

-- 
OpenCT packaging



More information about the pkg-opensc-commit mailing list