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

meskes at alioth.debian.org meskes at alioth.debian.org
Sat Feb 28 18:01:37 UTC 2009


Author: meskes
Date: 2009-02-28 18:01:36 +0000 (Sat, 28 Feb 2009)
New Revision: 225

Modified:
   citadel/trunk/debian/changelog
   citadel/trunk/debian/citadel-server.postrm
   citadel/trunk/debian/compat
   citadel/trunk/debian/control
   citadel/trunk/debian/rules
Log:
Added debug package.


Modified: citadel/trunk/debian/changelog
===================================================================
--- citadel/trunk/debian/changelog	2009-02-28 17:06:19 UTC (rev 224)
+++ citadel/trunk/debian/changelog	2009-02-28 18:01:36 UTC (rev 225)
@@ -2,6 +2,7 @@
 
   * New upstream version.
   * Removed config files generated by citadel, closes: #516853
+  * Added debug package.
 
  -- Michael Meskes <meskes at debian.org>  Mon, 23 Feb 2009 10:16:39 +0100
 

Modified: citadel/trunk/debian/citadel-server.postrm
===================================================================
--- citadel/trunk/debian/citadel-server.postrm	2009-02-28 17:06:19 UTC (rev 224)
+++ citadel/trunk/debian/citadel-server.postrm	2009-02-28 18:01:36 UTC (rev 225)
@@ -9,7 +9,7 @@
 
 case "$1" in
     purge)
-	# remove config file generate by citadel itself
+	# remove config files generate by citadel itself
 	rm -f /etc/citadel/citadel.config
 	rm -f /etc/citadel/citadel.control
 	rm -f /etc/citadel/refcount_adjustments.dat

Modified: citadel/trunk/debian/compat
===================================================================
--- citadel/trunk/debian/compat	2009-02-28 17:06:19 UTC (rev 224)
+++ citadel/trunk/debian/compat	2009-02-28 18:01:36 UTC (rev 225)
@@ -1 +1 @@
-4
+5

Modified: citadel/trunk/debian/control
===================================================================
--- citadel/trunk/debian/control	2009-02-28 17:06:19 UTC (rev 224)
+++ citadel/trunk/debian/control	2009-02-28 18:01:36 UTC (rev 225)
@@ -94,3 +94,18 @@
  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 (= ${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-02-28 17:06:19 UTC (rev 224)
+++ citadel/trunk/debian/rules	2009-02-28 18:01:36 UTC (rev 225)
@@ -28,6 +28,7 @@
 	EXTRA_ARGS = --with-backtrace
 else
 	CFLAGS += -O2
+	LDFLAGS += -g
 endif
 
 ifneq (,$(findstring threadoff,$(DEB_BUILD_OPTIONS)))
@@ -116,7 +117,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