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

Michael Meskes meskes at alioth.debian.org
Sat Sep 5 12:26:11 UTC 2009


Author: meskes
Date: 2009-09-05 12:26:11 +0000 (Sat, 05 Sep 2009)
New Revision: 390

Modified:
   webcit/trunk/debian/changelog
   webcit/trunk/debian/control
   webcit/trunk/debian/rules
Log:
New upstream version and fixed dfsg-free target


Modified: webcit/trunk/debian/changelog
===================================================================
--- webcit/trunk/debian/changelog	2009-09-05 12:24:41 UTC (rev 389)
+++ webcit/trunk/debian/changelog	2009-09-05 12:26:11 UTC (rev 390)
@@ -1,3 +1,9 @@
+webcit (7.65-dfsg-1) unstable; urgency=low
+
+  * New upstream version
+
+ -- Michael Meskes <meskes at debian.org>  Sat, 05 Sep 2009 14:25:37 +0200
+
 webcit (7.62-dfsg-1) unstable; urgency=low
 
   * New upstream version.

Modified: webcit/trunk/debian/control
===================================================================
--- webcit/trunk/debian/control	2009-09-05 12:24:41 UTC (rev 389)
+++ webcit/trunk/debian/control	2009-09-05 12:26:11 UTC (rev 390)
@@ -4,7 +4,7 @@
 Maintainer: Debian Citadel Team <pkg-citadel-devel at lists.alioth.debian.org>
 Uploaders: Wilfried Goesgens <w.goesgens at outgesourced.org>, Michael Meskes <meskes at debian.org>, Alexander Wirt <formorer at debian.org>
 Build-Depends: debhelper (>= 7), po-debconf, libical-dev (>=0.43), gettext, locales,
- libcitadel-dev (>= 7.61), quilt (>= 0.40), autotools-dev, libssl-dev
+ libcitadel-dev (>= 7.63), quilt (>= 0.40), autotools-dev, libssl-dev
 Standards-Version: 3.8.2
 Vcs-Svn: svn://svn.debian.org/pkg-citadel/webcit/trunk
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-citadel/webcit/trunk/

Modified: webcit/trunk/debian/rules
===================================================================
--- webcit/trunk/debian/rules	2009-09-05 12:24:41 UTC (rev 389)
+++ webcit/trunk/debian/rules	2009-09-05 12:26:11 UTC (rev 390)
@@ -12,6 +12,7 @@
 include /usr/share/quilt/quilt.make
 
 upstreamversion := $(shell dpkg-parsechangelog | sed -n 's/^Version: *\([^-]\+\)[0-9]-.\+/\1/p')
+upstreampatchlevel := $(shell dpkg-parsechangelog | sed -n 's/^Version: *\([^-]\+\)-.\+/\1/p')
 
 PKGNAME=citadel-webcit
 DESTDIR=$(CURDIR)/debian/$(PKGNAME)
@@ -72,9 +73,9 @@
 
 dfsg-free:
 	rm -f static/openid-small.gif
-	cd ..; mv $(CURDIR) webcit-$(upstreamversion)-dfsg; \
-		tar --exclude debian -czf webcit_$(upstreamversion)-dfsg.orig.tar.gz \
-	            webcit-$(upstreamversion)-dfsg
+	cd ..; mv $(CURDIR) webcit-$(upstreampatchlevel)-dfsg; \
+		tar --exclude debian -czf webcit_$(upstreampatchlevel)-dfsg.orig.tar.gz \
+	            webcit-$(upstreampatchlevel)-dfsg
 
 clean: unpatch
 	dh_testdir




More information about the Pkg-citadel-commit mailing list