[Pkg-silc-commits] r317 - /silc-client/trunk/debian/control

micah at users.alioth.debian.org micah at users.alioth.debian.org
Mon Oct 13 21:17:34 UTC 2008


Author: micah
Date: Mon Oct 13 21:17:33 2008
New Revision: 317

URL: http://svn.debian.org/wsvn/pkg-silc/?sc=1&rev=317
Log:
need to have the -dbg packages depend on (= ${binary:Version})
also they need to be in Priority: extra (thanks lintian!)

Modified:
    silc-client/trunk/debian/control

Modified: silc-client/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-silc/silc-client/trunk/debian/control?rev=317&op=diff
==============================================================================
--- silc-client/trunk/debian/control (original)
+++ silc-client/trunk/debian/control Mon Oct 13 21:17:33 2008
@@ -24,7 +24,8 @@
 
 Package: silc-dbg
 Architecture: any
-Depends: ${shlibs:Depends}
+Priority: extra
+Depends: ${shlibs:Depends}, silc (= ${binary:Version})
 Description: debug symbols for the terminal based SILC client
  SILC (Secure Internet Live Conferencing) is a network protocol designed
  to provide end-to-end security for conferencing services. SILC has a
@@ -50,7 +51,8 @@
 
 Package: irssi-plugin-silc-dbg
 Architecture: any
-Depends: irssi, ${shlibs:Depends}, ${perl:Depends}, ${misc:Depends}
+Priority: extra
+Depends: irssi, ${shlibs:Depends}, ${perl:Depends}, ${misc:Depends}, irssi-plugin-silc (= ${binary:Version})
 Suggests: libmime-tools-perl, libfile-mmagic-perl, libio-stringy-perl, libfile-temp-perl
 Description: debug symbols for the SILC plugin for irssi
  SILC (Secure Internet Live Conferencing) is a network protocol designed




More information about the Pkg-silc-commits mailing list