[Pkg-silc-commits] r315 - in /silc-client/trunk/debian: changelog control rules

micah at users.alioth.debian.org micah at users.alioth.debian.org
Mon Oct 13 20:31:16 UTC 2008


Author: micah
Date: Mon Oct 13 20:31:15 2008
New Revision: 315

URL: http://svn.debian.org/wsvn/pkg-silc/?sc=1&rev=315
Log:
add some debugging packages

Modified:
    silc-client/trunk/debian/changelog
    silc-client/trunk/debian/control
    silc-client/trunk/debian/rules

Modified: silc-client/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-silc/silc-client/trunk/debian/changelog?rev=315&op=diff
==============================================================================
--- silc-client/trunk/debian/changelog (original)
+++ silc-client/trunk/debian/changelog Mon Oct 13 20:31:15 2008
@@ -10,7 +10,8 @@
   [ Micah Anderson ]
   * New upstream release
   * Changed installation of upstream CHANGES to ChangeLog 
-
+  * Added debugging symbols packages: silc-dbg, irssi-plugin-silc-dbg
+	
  -- Micah Anderson <micah at debian.org>  Tue, 07 Oct 2008 11:47:03 -0400
 
 silc-client (1.1.4-1) unstable; urgency=low

Modified: silc-client/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-silc/silc-client/trunk/debian/control?rev=315&op=diff
==============================================================================
--- silc-client/trunk/debian/control (original)
+++ silc-client/trunk/debian/control Mon Oct 13 20:31:15 2008
@@ -22,6 +22,19 @@
  This package provides a terminal based client, much similar to irssi, a well
  recognized IRC client.
 
+Package: silc-dbg
+Architecture: any
+Depends: ${shlibs:Depends}
+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
+ command set and a user interface similar to IRC, but the network
+ protocol is completely different as it supports public key strong
+ cryptography and a different network model.
+ .
+ This package provides the debug symbols for the terminal based
+ client, much similar to irssi, a well recognized IRC client.
+
 Package: irssi-plugin-silc
 Architecture: any
 Depends: irssi, ${shlibs:Depends}, ${perl:Depends}, ${misc:Depends}
@@ -34,3 +47,16 @@
  cryptography and a different network model.
  .
  This package provides a plugin to connect to SILC networks using irssi.
+
+Package: irssi-plugin-silc-dbg
+Architecture: any
+Depends: irssi, ${shlibs:Depends}, ${perl:Depends}, ${misc:Depends}
+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
+ to provide end-to-end security for conferencing services. SILC has a
+ command set and a user interface similar to IRC, but the network
+ protocol is completely different as it supports public key strong
+ cryptography and a different network model.
+ .
+ This package provides the debugging symbols for the irssi SILC plugin.

Modified: silc-client/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-silc/silc-client/trunk/debian/rules?rev=315&op=diff
==============================================================================
--- silc-client/trunk/debian/rules (original)
+++ silc-client/trunk/debian/rules Mon Oct 13 20:31:15 2008
@@ -116,7 +116,7 @@
 	dh_testroot
 	dh_installchangelogs ChangeLog
 	dh_link
-	dh_strip
+	dh_strip --dbg-package=silc-dbg --dbg-package=irssi-plugin-silc-dbg
 	dh_compress
 	dh_fixperms
 	dh_installdeb




More information about the Pkg-silc-commits mailing list