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

Eric Dorland eric at debian.org
Mon Apr 6 08:02:28 UTC 2009


The following commit has been merged in the master branch:
commit e4ccdc701d5fe3b0a6791e2355bf7fe3d02de77d
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.1.

diff --git a/debian/changelog b/debian/changelog
index 5242b8e..1611b60 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.1.
+
+ -- Eric Dorland <eric at debian.org>  Mon, 06 Apr 2009 03:51:15 -0400
+
 libp11 (0.2.4-1) unstable; urgency=low
 
   * New upstream release.
diff --git a/debian/control b/debian/control
index dd0f85d..6a15a83 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.1
 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