[pkg-opensc-commit] [SCM] OpenSC packaging branch, master, updated. 2385ead4c58cca50df00d23e1aa3970b8e5671fb

Eric Dorland eric at debian.org
Sat Apr 4 22:01:10 UTC 2009


The following commit has been merged in the master branch:
commit dbf6091c45a75200add8791c97696ac98d0841c6
Author: Eric Dorland <eric at debian.org>
Date:   Sat Apr 4 17:46:44 2009 -0400

    debian/control: Update Standards-Version to 3.8.1, add ${misc:Depends} everywhere.

diff --git a/debian/changelog b/debian/changelog
index bb1a4b9..b3b94ed 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,11 @@
 opensc (0.11.7-2) unstable; urgency=low
 
   * debian/rules: Explicitly enable openct and pcsc. (Closes: #522077)
+  * debian/control:
+    - Update Standards-Version to 3.8.1.
+    - Add ${misc:Depends} everywhere.
 
- --
+ -- Eric Dorland <eric at debian.org>  Sat, 04 Apr 2009 17:46:05 -0400
 
 opensc (0.11.7-1) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index e7cac6a..64bd380 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Priority: extra
 Section: utils
 Maintainer: Eric Dorland <eric at debian.org>
 Build-Depends: cdbs, debhelper (>> 5), libltdl3-dev, libssl-dev (>= 0.9.7d-3), libpcsclite-dev (>= 1.2.9-beta1), libassuan-dev (>= 0.6.4-2), libopenct1-dev, libxt-dev, flex, pkg-config
-Standards-Version: 3.7.3
+Standards-Version: 3.8.1
 Homepage: http://www.opensc-project.org/
 Vcs-Git: git://git.debian.org/git/pkg-opensc/opensc.git
 Vcs-Browser: http://git.debian.org/?p=pkg-opensc/opensc.git 
@@ -11,7 +11,7 @@ Vcs-Browser: http://git.debian.org/?p=pkg-opensc/opensc.git
 Package: opensc
 Section: utils
 Architecture: any
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: SmartCard utilities with support for PKCS#15 compatible cards
  This package includes utilities for manipulating
  PKCS#15 compatible smart cards and similar security tokens
@@ -32,7 +32,7 @@ Architecture: any
 Conflicts: libopensc0-dev, libopensc1-dev
 Replaces: libopensc0-dev, libopensc1-dev, libscam1 (<< 0.9.4-5)
 Provides: libopensc-dev
-Depends: libopensc2 (= ${binary:Version}), libssl-dev
+Depends: libopensc2 (= ${binary:Version}), libssl-dev, ${misc:Depends}
 Description: OpenSC development files
  Files necessary for developing applications with the libopensc 
  libraries from OpenSC.org.
@@ -43,7 +43,7 @@ Priority: optional
 Architecture: any
 Conflicts: libopensc0, libopensc1
 Replaces: libopensc0, libopensc1
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: SmartCard library with support for PKCS#15 compatible smart cards
  This package contains the libopensc libraries from OpenSC.org.
  These libraries allow programs to access data, such as
@@ -59,7 +59,7 @@ Package: libopensc2-dbg
 Section: devel
 Priority: extra
 Architecture: any
-Depends: libopensc2 (= ${binary:Version})
+Depends: libopensc2 (= ${binary:Version}), ${misc:Depends}
 Description: debugging symbols for libopensc2
  This package contains the debugging symbols for the libopensc library
  from OpenSC.org.  These libraries allow programs to access data, such
@@ -74,7 +74,7 @@ Description: debugging symbols for libopensc2
 Package: mozilla-opensc
 Section: web
 Architecture: any
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Recommends: pinentry-gtk2 | pinentry-x11
 Replaces: libopensc-openssl (<< 0.9.4-6)
 Description: Mozilla plugin for authentication using OpenSC

-- 
OpenSC packaging



More information about the pkg-opensc-commit mailing list