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

meskes at alioth.debian.org meskes at alioth.debian.org
Thu Mar 12 09:05:57 UTC 2009


Author: meskes
Date: 2009-03-12 09:05:57 +0000 (Thu, 12 Mar 2009)
New Revision: 282

Modified:
   citadel/trunk/debian/changelog
   citadel/trunk/debian/control
   citadel/trunk/debian/rules
Log:
Started working on 7.43


Modified: citadel/trunk/debian/changelog
===================================================================
--- citadel/trunk/debian/changelog	2009-03-12 09:04:51 UTC (rev 281)
+++ citadel/trunk/debian/changelog	2009-03-12 09:05:57 UTC (rev 282)
@@ -1,3 +1,10 @@
+citadel (7.43-1) UNRELEASED; urgency=low
+
+  * New upstream version.
+  * Added debug package.
+
+ -- Michael Meskes <meskes at debian.org>  Thu, 12 Mar 2009 10:06:00 +0100
+
 citadel (7.42-1) unstable; urgency=low
 
   * New upstream version.

Modified: citadel/trunk/debian/control
===================================================================
--- citadel/trunk/debian/control	2009-03-12 09:04:51 UTC (rev 281)
+++ citadel/trunk/debian/control	2009-03-12 09:05:57 UTC (rev 282)
@@ -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-03-12 09:04:51 UTC (rev 281)
+++ citadel/trunk/debian/rules	2009-03-12 09:05:57 UTC (rev 282)
@@ -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