[Pkg-silc-commits] [SCM] server for the SILC protocol branch, master, updated. fa150714d2562c855e7b2b9560f56a06f2b04a61
Jérémy Bobbio
lunar at debian.org
Fri Jun 26 15:22:12 UTC 2009
The following commit has been merged in the master branch:
commit f38b074880faae37bbcf941e4bb29b0c16f5662d
Author: Jérémy Bobbio <lunar at debian.org>
Date: Thu Jun 25 21:45:03 2009 +0200
Fix debug package
diff --git a/debian/changelog b/debian/changelog
index 6c53c10..d9b018b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,7 @@ silc-server (1.1.16-1) UNRELEASED; urgency=low
* New upstream release.
* Update Vcs-* field and document Git usage in README.source.
* Build-Depend on libsilc-dev instead of libsilc-1.1-2-dev.
+ * Provide a package with debug symbols.
-- Jérémy Bobbio <lunar at debian.org> Thu, 25 Jun 2009 18:00:10 +0200
diff --git a/debian/control b/debian/control
index c550df5..bfebf30 100644
--- a/debian/control
+++ b/debian/control
@@ -24,15 +24,10 @@ Description: server for the SILC protocol
server.
Package: silcd-dbg
+Section: debug
Architecture: any
Priority: extra
-Depends: libsilc-1.1-2 (>= 1.1.7-2), ${shlibs:Depends}, ${misc:Depends}, ucf, silcd (= ${binary:Version})
-Description: debugging for SILC server
- 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.
- .
+Depends: silcd (= ${binary:Version}), ${misc:Depends}
+Description: debugging symbols for the SILC server
This package provides the debugging symbols for the system daemon
that can act as a SILC router or server.
diff --git a/debian/rules b/debian/rules
index 2762697..c64522b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -79,7 +79,7 @@ binary-arch: build install
dh_installlogrotate
dh_installinit
dh_link
- dh_strip
+ dh_strip --dbg-package=silcd-dbg
dh_compress
dh_fixperms
dh_installdeb
--
server for the SILC protocol
More information about the Pkg-silc-commits
mailing list