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

bzed at alioth.debian.org bzed at alioth.debian.org
Fri Mar 27 14:17:59 UTC 2009


Author: bzed
Date: 2009-03-27 14:17:59 +0000 (Fri, 27 Mar 2009)
New Revision: 311

Modified:
   webcit/trunk/debian/rules
Log:
And another missing ).


Modified: webcit/trunk/debian/rules
===================================================================
--- webcit/trunk/debian/rules	2009-03-27 14:15:56 UTC (rev 310)
+++ webcit/trunk/debian/rules	2009-03-27 14:17:59 UTC (rev 311)
@@ -120,7 +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
+	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