[Pkg-cyrus-sasl2-commits] r146 - in /cyrus-sasl-2.1/trunk/debian: changelog control rules

fabbe at users.alioth.debian.org fabbe at users.alioth.debian.org
Tue Nov 14 09:26:50 CET 2006


Author: fabbe
Date: Tue Nov 14 09:26:50 2006
New Revision: 146

URL: http://svn.debian.org/wsvn/pkg-cyrus-sasl2/?sc=1&rev=146
Log:
Add debug package.

Modified:
    cyrus-sasl-2.1/trunk/debian/changelog
    cyrus-sasl-2.1/trunk/debian/control
    cyrus-sasl-2.1/trunk/debian/rules

Modified: cyrus-sasl-2.1/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-cyrus-sasl2/cyrus-sasl-2.1/trunk/debian/changelog?rev=146&op=diff
==============================================================================
--- cyrus-sasl-2.1/trunk/debian/changelog (original)
+++ cyrus-sasl-2.1/trunk/debian/changelog Tue Nov 14 09:26:50 2006
@@ -2,7 +2,11 @@
 
   * NOT RELEASED YET
 
- -- Fabian Fagerholm <fabbe at debian.org>  Mon, 13 Nov 2006 08:56:28 +0200
+  [ Fabian Fagerholm ]
+  * debian/control, debian/rules: Add cyrus-sasl2-dbg package and make
+    dh_strip put debugging symbols in it. (Closes: #240767)
+
+ -- Fabian Fagerholm <fabbe at debian.org>  Tue, 14 Nov 2006 10:02:56 +0200
 
 cyrus-sasl2 (2.1.22.dfsg1-2) unstable; urgency=low
 

Modified: cyrus-sasl-2.1/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-cyrus-sasl2/cyrus-sasl-2.1/trunk/debian/control?rev=146&op=diff
==============================================================================
--- cyrus-sasl-2.1/trunk/debian/control (original)
+++ cyrus-sasl-2.1/trunk/debian/control Tue Nov 14 09:26:50 2006
@@ -150,3 +150,16 @@
  This package includes development files for compiling programs with SASL
  support. It is needed for development purposes only.
 
+Package: cyrus-sasl2-dbg
+Section: libdevel
+Architecture: any
+Priority: extra
+Depends: libsasl2-2 (= ${Source-Version})
+Description: Debugging symbols for Cyrus SASL
+ This is the Cyrus SASL API implementation, version 2. See package
+ libsasl2-2 and RFC 2222 for more information.
+ .
+ This package contains the debugging symbols for all Cyrus SASL packages.
+ The debugging symbols can be useful when investigating crashes in the SASL
+ library or tools. You may be asked to install this package if you encounter
+ such a crash.

Modified: cyrus-sasl-2.1/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-cyrus-sasl2/cyrus-sasl-2.1/trunk/debian/rules?rev=146&op=diff
==============================================================================
--- cyrus-sasl-2.1/trunk/debian/rules (original)
+++ cyrus-sasl-2.1/trunk/debian/rules Tue Nov 14 09:26:50 2006
@@ -209,7 +209,7 @@
 	dh_installinit --name=saslauthd
 	dh_installman -a
 	dh_link -a
-	dh_strip -a
+	dh_strip -a --dbg-package=cyrus-sasl2-dbg
 	dh_compress -a
 	dh_fixperms -a
 	dh_makeshlibs -a -X/usr/lib/sasl2




More information about the Pkg-cyrus-sasl2-commits mailing list