[Pkg-citadel-commit] r320 - webcit/trunk/debian

meskes at alioth.debian.org meskes at alioth.debian.org
Wed Apr 1 12:25:32 UTC 2009


Author: meskes
Date: 2009-04-01 12:25:32 +0000 (Wed, 01 Apr 2009)
New Revision: 320

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



Modified: webcit/trunk/debian/changelog
===================================================================
--- webcit/trunk/debian/changelog	2009-04-01 11:59:53 UTC (rev 319)
+++ webcit/trunk/debian/changelog	2009-04-01 12:25:32 UTC (rev 320)
@@ -9,6 +9,8 @@
 
   [ Michael Meskes ]
   * Updated to internal releases 7.44.
+  * Bumped debhelper compat level to 7.
+  * Added debug package.
 
  -- Michael Meskes <meskes at debian.org>  Wed, 01 Apr 2009 12:22:39 +0200
 

Modified: webcit/trunk/debian/control
===================================================================
--- webcit/trunk/debian/control	2009-04-01 11:59:53 UTC (rev 319)
+++ webcit/trunk/debian/control	2009-04-01 12:25:32 UTC (rev 320)
@@ -21,3 +21,18 @@
  By combining WebCit and Citadel, you can have a versatile online environment
  with many users concurrently accessing the same system using the user
  interface of their choice (text, web, or downloaded client software).
+
+Package: webcit-dbg
+Section: devel
+Priority: extra
+Architecture: any
+Depends: ${misc:Depends},
+         citadel-webcit (= ${binary:Version})
+Description: web-based frontend to Citadel groupware server
+ WebCit is a web-based, AJAX-enabled frontend to the Citadel groupware system.
+ It is an attractive web middleware layer that allows user-friendly access.
+ By combining WebCit and Citadel, you can have a versatile online environment
+ with many users concurrently accessing the same system using the user
+ interface of their choice (text, web, or downloaded client software).
+ .
+ This package provides the debugging symbols for WebCit.

Modified: webcit/trunk/debian/rules
===================================================================
--- webcit/trunk/debian/rules	2009-04-01 11:59:53 UTC (rev 319)
+++ webcit/trunk/debian/rules	2009-04-01 12:25:32 UTC (rev 320)
@@ -115,7 +115,7 @@
 	dh_installinit --name=webcit
 	dh_installman
 	dh_link
-	dh_strip
+	dh_strip --dbg-package=webcit-dbg
 	dh_compress
 	dh_fixperms
 	dh_installdeb




More information about the Pkg-citadel-commit mailing list