[Pkg-mono-svn-commits] rev 3532 - mono/trunk/debian

Mirco Bauer meebey at alioth.debian.org
Thu Dec 20 23:53:17 UTC 2007


Author: meebey
Date: 2007-12-20 23:53:17 +0000 (Thu, 20 Dec 2007)
New Revision: 3532

Modified:
   mono/trunk/debian/changelog
   mono/trunk/debian/rules
Log:
- mono 1.2.6+dfsg-1 release



Modified: mono/trunk/debian/changelog
===================================================================
--- mono/trunk/debian/changelog	2007-12-20 23:31:51 UTC (rev 3531)
+++ mono/trunk/debian/changelog	2007-12-20 23:53:17 UTC (rev 3532)
@@ -1,4 +1,4 @@
-mono (1.2.6+dfsg-1~pre1) UNRELEASED; urgency=low
+mono (1.2.6+dfsg-1) unstable; urgency=low
 
   * DFSG version of Mono 1.2.6
     + Deleted mcs/class/System.Web.Extensions/System.Web.Script.Serialization/

Modified: mono/trunk/debian/rules
===================================================================
--- mono/trunk/debian/rules	2007-12-20 23:31:51 UTC (rev 3531)
+++ mono/trunk/debian/rules	2007-12-20 23:53:17 UTC (rev 3532)
@@ -6,7 +6,7 @@
 MONO_API = 1.2.6
 
 VERSION = $(shell dpkg-parsechangelog | grep ^Vers | cut -d\  -f2)
-UPVERSION = $(shell echo $(VERSION) | sed 's,-.*,,' | sed 's,+.*,,') 
+UPVERSION = $(shell echo $(VERSION) | sed 's,-.*,,' | sed 's,+dfsg.*,,') 
 NEXT_UPVERSION = $(shell perl -e '$$_=pop; s/(\d+)$$/$$1+1/e; print' $(UPVERSION))
 
 RUN_MONO = LD_LIBRARY_PATH=debian/tmp/usr/lib MONO_PATH=debian/tmp/usr/lib/mono/1.0:debian/tmp/usr/lib/mono/2.0 debian/tmp/usr/bin/mono




More information about the Pkg-mono-svn-commits mailing list