[Pkg-citadel-commit] r227 - webcit/trunk/debian
meskes at alioth.debian.org
meskes at alioth.debian.org
Sat Feb 28 18:09:58 UTC 2009
Author: meskes
Date: 2009-02-28 18:09:57 +0000 (Sat, 28 Feb 2009)
New Revision: 227
Modified:
webcit/trunk/debian/compat
webcit/trunk/debian/control
webcit/trunk/debian/rules
Log:
Added debug package.
Modified: webcit/trunk/debian/compat
===================================================================
--- webcit/trunk/debian/compat 2009-02-28 18:01:59 UTC (rev 226)
+++ webcit/trunk/debian/compat 2009-02-28 18:09:57 UTC (rev 227)
@@ -1 +1 @@
-4
+5
Modified: webcit/trunk/debian/control
===================================================================
--- webcit/trunk/debian/control 2009-02-28 18:01:59 UTC (rev 226)
+++ webcit/trunk/debian/control 2009-02-28 18:09:57 UTC (rev 227)
@@ -19,3 +19,17 @@
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-02-28 18:01:59 UTC (rev 226)
+++ webcit/trunk/debian/rules 2009-02-28 18:09:57 UTC (rev 227)
@@ -113,7 +113,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