[Pkg-mono-svn-commits] rev 3995 - xsp/trunk/debian

Jo Shields directhex-guest at alioth.debian.org
Mon Jun 1 15:50:11 UTC 2009


Author: directhex-guest
Date: 2009-06-01 15:50:11 +0000 (Mon, 01 Jun 2009)
New Revision: 3995

Modified:
   xsp/trunk/debian/changelog
   xsp/trunk/debian/control
   xsp/trunk/debian/rules
Log:
   * New upstream release
   * debian/rules:
     + Bump ABI version to 2.4
   * debian/control:
     + Bump standards version to 3.8.1
     + Bump minimum Mono version to 2.4


Modified: xsp/trunk/debian/changelog
===================================================================
--- xsp/trunk/debian/changelog	2009-05-27 21:09:04 UTC (rev 3994)
+++ xsp/trunk/debian/changelog	2009-06-01 15:50:11 UTC (rev 3995)
@@ -1,11 +1,16 @@
-xsp (2.0-3) UNRELEASED; urgency=low
+xsp (2.4-1) UNRELEASED; urgency=low
 
+  * New upstream release
   * debian/rules:
     + Implement reliable get-orig-source rule which repacks from bz2
+    + Bump ABI version to 2.4
   * po/es.po:
     + Updated Spanish translation. (Closes: #525788)
+  * debian/control:
+    + Bump standards version to 3.8.1
+    + Bump minimum Mono version to 2.4
 
- -- Jo Shields <directhex at apebox.org>  Sun, 24 May 2009 22:52:44 +0100
+ -- Jo Shields <directhex at apebox.org>  Mon, 01 Jun 2009 15:40:47 +0100
 
 xsp (2.0-2) unstable; urgency=low
 

Modified: xsp/trunk/debian/control
===================================================================
--- xsp/trunk/debian/control	2009-05-27 21:09:04 UTC (rev 3994)
+++ xsp/trunk/debian/control	2009-06-01 15:50:11 UTC (rev 3995)
@@ -5,10 +5,10 @@
 Uploaders: Dylan R. E. Moonfire <debian at mfgames.com>, Mirco Bauer <meebey at debian.org>, Jo Shields <directhex at apebox.org>
 Build-Depends: debhelper (>= 5.0.0), po-debconf, dpatch, autotools-dev
 Build-Depends-Indep: cli-common-dev (>= 0.5.4),
- mono-devel (>= 2.0.1),
- mono-1.0-devel (>= 2.0.1),
- mono-2.0-devel (>= 2.0.1),
- libmono-dev (>= 2.0.1),
+ mono-devel (>= 2.4),
+ mono-1.0-devel (>= 2.4),
+ mono-2.0-devel (>= 2.4),
+ libmono-dev (>= 2.4),
  libmono-system-web1.0-cil,
  libmono-system-web2.0-cil,
  libmono-security1.0-cil,
@@ -23,7 +23,7 @@
  libmono-system-ldap1.0-cil,
  libmono-cscompmgd7.0-cil,
  libmono-nunit2.2-cil
-Standards-Version: 3.8.0
+Standards-Version: 3.8.1
 Homepage: http://www.mono-project.com/ASP.NET
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-mono/xsp/trunk/
 Vcs-Svn: svn://svn.debian.org/svn/pkg-mono/xsp/trunk/

Modified: xsp/trunk/debian/rules
===================================================================
--- xsp/trunk/debian/rules	2009-05-27 21:09:04 UTC (rev 3994)
+++ xsp/trunk/debian/rules	2009-06-01 15:50:11 UTC (rev 3995)
@@ -3,7 +3,7 @@
 #export DH_VERBOSE=1
 export MONO_SHARED_DIR=$(CURDIR)
 
-MONO_ABI_COMP_VERSION = 2.0
+MONO_ABI_COMP_VERSION = 2.4
 
 DEB_HOST_GNU_TYPE   ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
 DEB_BUILD_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)




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