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

meskes at alioth.debian.org meskes at alioth.debian.org
Thu Mar 12 09:04:07 UTC 2009


Author: meskes
Date: 2009-03-12 09:04:06 +0000 (Thu, 12 Mar 2009)
New Revision: 280

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


Modified: webcit/trunk/debian/changelog
===================================================================
--- webcit/trunk/debian/changelog	2009-03-12 09:02:32 UTC (rev 279)
+++ webcit/trunk/debian/changelog	2009-03-12 09:04:06 UTC (rev 280)
@@ -1,3 +1,10 @@
+webcit (7.43-dfsg-1) UNRELEASED; urgency=low
+
+  * New upstream version.
+  * Added debug package.
+
+ -- Michael Meskes <meskes at debian.org>  Thu, 12 Mar 2009 10:04:13 +0100
+
 webcit (7.42-dfsg-1) unstable; urgency=high
 
   * New upstream version, closes: #517579

Modified: webcit/trunk/debian/control
===================================================================
--- webcit/trunk/debian/control	2009-03-12 09:02:32 UTC (rev 279)
+++ webcit/trunk/debian/control	2009-03-12 09:04:06 UTC (rev 280)
@@ -18,3 +18,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-03-12 09:02:32 UTC (rev 279)
+++ webcit/trunk/debian/rules	2009-03-12 09:04:06 UTC (rev 280)
@@ -114,7 +114,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