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

bzed at alioth.debian.org bzed at alioth.debian.org
Fri Mar 27 14:08:31 UTC 2009


Author: bzed
Date: 2009-03-27 14:08:30 +0000 (Fri, 27 Mar 2009)
New Revision: 308

Modified:
   webcit/trunk/debian/changelog
   webcit/trunk/debian/control
   webcit/trunk/debian/rules
Log:
* Calculate dependency on citadel-common based on the current webcit
  upstream version, closes: #520881
* Added Homepage, Vcs-Svn and Vcs-Browser information to debian/control.

Modified: webcit/trunk/debian/changelog
===================================================================
--- webcit/trunk/debian/changelog	2009-03-18 13:40:23 UTC (rev 307)
+++ webcit/trunk/debian/changelog	2009-03-27 14:08:30 UTC (rev 308)
@@ -1,3 +1,11 @@
+webcit (7.43-dfsg-2) unstable; urgency=low
+
+  * Calculate dependency on citadel-common based on the current webcit
+    upstream version, closes: #520881
+  * Added Homepage, Vcs-Svn and Vcs-Browser information to debian/control.
+
+ -- Bernd Zeimetz <bzed at debian.org>  Fri, 27 Mar 2009 15:09:50 +0100
+
 webcit (7.43-dfsg-1) unstable; urgency=high
 
   * New upstream version.

Modified: webcit/trunk/debian/control
===================================================================
--- webcit/trunk/debian/control	2009-03-18 13:40:23 UTC (rev 307)
+++ webcit/trunk/debian/control	2009-03-27 14:08:30 UTC (rev 308)
@@ -6,10 +6,13 @@
 Build-Depends: debhelper (>= 5), po-debconf, libical-dev (>=0.30), gettext, locales,
  libcitadel-dev (>= 7.43), quilt (>= 0.40), autotools-dev, libssl-dev
 Standards-Version: 3.8.1
+Vcs-Svn: svn://svn.debian.org/pkg-citadel/webcit/trunk
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-citadel/webcit/trunk/
+Homepage: http://www.citadel.org/
 
 Package: citadel-webcit
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, debconf, tinymce, citadel-common (= 7.43-1), openssl, locales, libjs-prototype, libjs-scriptaculous
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${citadel:Depends}, debconf, tinymce, openssl, locales, libjs-prototype, libjs-scriptaculous
 Suggests: citadel-server, apache2, localepurge, gnome-icon-theme
 Recommends: shared-mime-info
 Description: web-based frontend to Citadel groupware server

Modified: webcit/trunk/debian/rules
===================================================================
--- webcit/trunk/debian/rules	2009-03-18 13:40:23 UTC (rev 307)
+++ webcit/trunk/debian/rules	2009-03-27 14:08:30 UTC (rev 308)
@@ -13,7 +13,8 @@
 
 upstreamversion := $(shell dpkg-parsechangelog | sed -n 's/^Version: *\([^-]\+\)-.\+/\1/p')
 
-DESTDIR=$(CURDIR)/debian/citadel-webcit
+PKGNAME=citadel-webcit
+DESTDIR=$(CURDIR)/debian/$(PKGNAME)
 
 EXTRA_ARGS=
 PROFILE_ARGS=
@@ -119,6 +120,7 @@
 	dh_fixperms
 	dh_installdeb
 	dh_shlibdeps
+	echo "citadel:Depends=citadel-common (>= $(upstreamversion), citadel-common (<< $(shell echo $(upstreamversion) |  LANG=C awk '{print $$NF+0.01}')" >> $(CURDIR)/debian/$(PKGNAME).substvars
 	dh_gencontrol
 	dh_md5sums
 	dh_builddeb




More information about the Pkg-citadel-commit mailing list