[Pkg-coolkey-commits] r30 - in /coolkey/trunk/debian: changelog control

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Sun Nov 1 15:12:20 UTC 2009


Author: rousseau
Date: Sun Nov  1 15:12:05 2009
New Revision: 30

URL: http://svn.debian.org/wsvn/pkg-coolkey/?sc=1&rev=30
Log:
debian/control: add ${misc:Depends}
lintian warning debhelper-but-no-misc-depends

Modified:
    coolkey/trunk/debian/changelog
    coolkey/trunk/debian/control

Modified: coolkey/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-coolkey/coolkey/trunk/debian/changelog?rev=30&op=diff
==============================================================================
--- coolkey/trunk/debian/changelog (original)
+++ coolkey/trunk/debian/changelog Sun Nov  1 15:12:05 2009
@@ -3,8 +3,10 @@
   * debian/control: Standards-Version: 3.7.3 => 3.8.3
     add debian/README.source (lintian warning patch-system-but-no-source-readme)
   * use debhelper compat level 7 instead of (deprecated) 4
+  * debian/control: add ${misc:Depends}
+    lintian warning debhelper-but-no-misc-depends
 
- -- Ludovic Rousseau <rousseau at debian.org>  Sun, 01 Nov 2009 14:57:55 +0000
+ -- Ludovic Rousseau <rousseau at debian.org>  Sun, 01 Nov 2009 16:10:52 +0100
 
 coolkey (1.1.0-5) unstable; urgency=medium
 

Modified: coolkey/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-coolkey/coolkey/trunk/debian/control?rev=30&op=diff
==============================================================================
--- coolkey/trunk/debian/control (original)
+++ coolkey/trunk/debian/control Sun Nov  1 15:12:05 2009
@@ -11,7 +11,7 @@
 
 Package: coolkey
 Architecture: any
-Depends: ${shlibs:Depends}, libpcsclite1
+Depends: ${shlibs:Depends}, ${misc:Depends}, libpcsclite1
 Recommends: libnss3-tools, epiphany-extensions
 Description: Smart Card PKCS #11 cryptographic module
  Linux Driver support for the CoolKey and Common Access Card (CAC)
@@ -22,13 +22,13 @@
 Package: libckyapplet1
 Architecture: any
 Section: libs
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: Smart Card Coolkey applet
  Protocol library for Coolkey applications.
 
 Package: libckyapplet1-dev
 Architecture: any
 Section: libdevel
-Depends: ${shlibs:Depends}, libckyapplet1 (= ${binary:Version})
+Depends: ${shlibs:Depends}, ${misc:Depends}, libckyapplet1 (= ${binary:Version})
 Description: Smart Card Coolkey applet development files
  Header files and support for Coolkey applications.




More information about the Pkg-coolkey-commits mailing list