[Pkg-mono-svn-commits] rev 3734 - mono-basic/trunk/debian

Jo Shields directhex-guest at alioth.debian.org
Thu Oct 16 09:12:08 UTC 2008


Author: directhex-guest
Date: 2008-10-16 09:12:08 +0000 (Thu, 16 Oct 2008)
New Revision: 3734

Modified:
   mono-basic/trunk/debian/changelog
   mono-basic/trunk/debian/control
   mono-basic/trunk/debian/rules
Log:
And mono-basic. This stuff's easy!


Modified: mono-basic/trunk/debian/changelog
===================================================================
--- mono-basic/trunk/debian/changelog	2008-10-16 08:53:11 UTC (rev 3733)
+++ mono-basic/trunk/debian/changelog	2008-10-16 09:12:08 UTC (rev 3734)
@@ -1,3 +1,13 @@
+mono-basic (2.0+dfsg-1) unstable; urgency=low
+
+  * New upstream release
+  * debian/control:
+    + Bump standards version
+    + Change sloppy build-dependencies to exact dependencies
+    + Bump version of Mono required to build
+
+ -- Jo Shields <directhex at apebox.org>  Thu, 16 Oct 2008 10:01:18 +0100
+
 mono-basic (1.9+dfsg-3) unstable; urgency=low
 
   * debian/control:

Modified: mono-basic/trunk/debian/control
===================================================================
--- mono-basic/trunk/debian/control	2008-10-16 08:53:11 UTC (rev 3733)
+++ mono-basic/trunk/debian/control	2008-10-16 09:12:08 UTC (rev 3734)
@@ -1,12 +1,13 @@
 Source: mono-basic
 Priority: optional
 Maintainer: Debian Mono Group <pkg-mono-group at lists.alioth.debian.org>
-Uploaders: Matthias Jahn <jahn.matthias at freenet.de>, Mirco Bauer <meebey at debian.org>, Jelmer Vernooij <jelmer at samba.org>, Jo Shields <directhex at apebox.org>
+Uploaders: Mirco Bauer <meebey at debian.org>, Jo Shields <directhex at apebox.org>
 Build-Depends: debhelper (>= 5),
  cli-common-dev (>= 0.4.4),
- mono-2.0-devel (>= 1.2.6),
- libmono-winforms2.0-cil (>= 1.2.6),
- libmono-i18n2.0-cil (>= 1.2.6)
+ libmono-winforms2.0-cil (>= 1.9),
+ libmono-system2.0-cil (>= 1.9)
+ libmono-corlib2.0-cil (>= 1.9)
+ libmono-i18n2.0-cil (>= 1.9)
 Standards-Version: 3.8.0
 Section: devel
 

Modified: mono-basic/trunk/debian/rules
===================================================================
--- mono-basic/trunk/debian/rules	2008-10-16 08:53:11 UTC (rev 3733)
+++ mono-basic/trunk/debian/rules	2008-10-16 09:12:08 UTC (rev 3734)
@@ -4,7 +4,7 @@
 #export DH_VERBOSE=1
 export MONO_SHARED_DIR=$(CURDIR)
 
-DEB_CLI_API_VERSION = 1.9
+DEB_CLI_API_VERSION = 2.0
 
 config.status: configure
 	dh_testdir
@@ -17,7 +17,7 @@
 	tar xvfj mono-basic-$(upstream_version).tar.bz2
 	cd mono-basic-$(upstream_version) && rm -f \
 		  vbruntime/Test/bin/nunit.framework.dll \
-          vbruntime/Test/bin/nunit.core.dll \
+  	          vbruntime/Test/bin/nunit.core.dll \
 		  vbruntime/Test/bin/nunit.util.dll \
 		  vbruntime/Test/bin/nunit-console.exe \
 		  vbnc/vbnc/tests/Errors/2017-aspnet1.vb




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