[Pkg-citadel-commit] r322 - citadel/trunk/debian

meskes at alioth.debian.org meskes at alioth.debian.org
Wed Apr 1 13:04:53 UTC 2009


Author: meskes
Date: 2009-04-01 13:04:52 +0000 (Wed, 01 Apr 2009)
New Revision: 322

Modified:
   citadel/trunk/debian/changelog
   citadel/trunk/debian/control
   citadel/trunk/debian/rules
Log:
Added debug package.


Modified: citadel/trunk/debian/changelog
===================================================================
--- citadel/trunk/debian/changelog	2009-04-01 12:56:47 UTC (rev 321)
+++ citadel/trunk/debian/changelog	2009-04-01 13:04:52 UTC (rev 322)
@@ -2,6 +2,7 @@
 
   * Install xml file needed ot funambol email sync, closes: #520491
   * Upgraded source to internal 7.44 release.
+  * Added debug package.
 
  -- Michael Meskes <meskes at debian.org>  Wed, 01 Apr 2009 11:39:28 +0200
 

Modified: citadel/trunk/debian/control
===================================================================
--- citadel/trunk/debian/control	2009-04-01 12:56:47 UTC (rev 321)
+++ citadel/trunk/debian/control	2009-04-01 13:04:52 UTC (rev 322)
@@ -94,3 +94,20 @@
  open source groupware platform.
  .
  See the 'citadel-server' package for more informations.
+
+Package: citadel-dbg
+Section: devel
+Priority: extra
+Architecture: any
+Depends: ${misc:Depends},
+         citadel-server (= ${binary:Version})
+         citadel-mta (= ${binary:Version})
+         citadel-client (= ${binary:Version})
+Description: complete and feature-rich groupware server - debugging symbols
+ Citadel is a complete and feature-rich open source groupware platform.
+  * Email, calendaring/scheduling, address books
+  * Bulletin boards, mailing list server, instant messaging
+  * Multiple domain support
+  * An intuitive, attractive AJAX-style web interface
+ .
+ This package provides the debugging symbols for the Citadel server.

Modified: citadel/trunk/debian/rules
===================================================================
--- citadel/trunk/debian/rules	2009-04-01 12:56:47 UTC (rev 321)
+++ citadel/trunk/debian/rules	2009-04-01 13:04:52 UTC (rev 322)
@@ -116,7 +116,7 @@
 	dh_installdebconf	
 	dh_installinit --name=citadel
 	dh_installman
-	dh_strip
+	dh_strip --dbg-package=citadel-dbg
 	dh_link
 	dh_compress 
 	dh_fixperms




More information about the Pkg-citadel-commit mailing list