[pkg-opensc-commit] [SCM] libp11 packaging branch, master, updated. ebe2d5cbd6e458c65617c14bac53e07daff1e8cf

Eric Dorland eric at debian.org
Mon Mar 9 01:41:22 UTC 2009


The following commit has been merged in the master branch:
commit ebe2d5cbd6e458c65617c14bac53e07daff1e8cf
Author: Eric Dorland <eric at debian.org>
Date:   Sun Mar 8 21:41:00 2009 -0400

    debian/control: Add ${misc:Depends} to packages, Bump Standards-Version to 3.8.0.

diff --git a/debian/changelog b/debian/changelog
index 5242b8e..08b6fa4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+libp11 (0.2.4-2) unstable; urgency=low
+
+  * debian/control:
+    - Add ${misc:Depends} to packages.
+    - Bump Standards-Version to 3.8.0.
+
+ --
+
 libp11 (0.2.4-1) unstable; urgency=low
 
   * New upstream release.
diff --git a/debian/control b/debian/control
index dd0f85d..f0b0b64 100644
--- a/debian/control
+++ b/debian/control
@@ -3,14 +3,14 @@ Section: libdevel
 Priority: optional
 Maintainer: Eric Dorland <eric at debian.org>
 Build-Depends: cdbs, debhelper (>= 5), libssl-dev, pkg-config, libltdl3-dev
-Standards-Version: 3.7.2.2
+Standards-Version: 3.8.0
 Homepage: http://www.opensc-project.org/libp11/
 Vcs-Git: git://git.debian.org/git/pkg-opensc/libp11.git
 Vcs-Browser: http://git.debian.org/?p=pkg-opensc/libp11.git
 
 Package: libp11-dev
 Architecture: any
-Depends: libp11-0 (= ${binary:Version}), libssl-dev, pkg-config
+Depends: libp11-0 (= ${binary:Version}), libssl-dev, pkg-config, ${misc:Depends}
 Description: pkcs#11 convenience library - development files
  Libp11 is a library to simplify using smart cards via PKCS#11
  modules.  It was spun of the OpenSC project but can be used with any
@@ -23,7 +23,7 @@ Architecture: any
 Section: libs
 Conflicts: libp11-1
 Replaces: libp11-1
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: pkcs#11 convenience library
  Libp11 is a library to simplify using smart cards via PKCS#11
  modules.  It was spun of the OpenSC project but can be used with any
@@ -32,7 +32,7 @@ Description: pkcs#11 convenience library
 Package: libp11-0-dbg
 Architecture: any
 Priority: extra
-Depends: libp11-0 (= ${binary:Version})
+Depends: libp11-0 (= ${binary:Version}), ${misc:Depends}
 Description: pkcs#11 convenience library - debugging symbols
  Libp11 is a library to simplify using smart cards via PKCS#11
  modules.  It was spun of the OpenSC project but can be used with any

-- 
libp11 packaging



More information about the pkg-opensc-commit mailing list