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

Jo Shields directhex-guest at alioth.debian.org
Wed Jan 21 16:46:32 UTC 2009


Author: directhex-guest
Date: 2009-01-21 16:46:32 +0000 (Wed, 21 Jan 2009)
New Revision: 3888

Modified:
   mono-basic/trunk/debian/changelog
   mono-basic/trunk/debian/copyright
   mono-basic/trunk/debian/rules
   mono-basic/trunk/debian/watch
Log:
VBNC 2.2
+ No longer needs +dfsg or repacking
+ DOES NOT BUILD ON EXPERIMENTAL (needs mono-devel build-dep to use 'sn'), this is for Sid.


Modified: mono-basic/trunk/debian/changelog
===================================================================
--- mono-basic/trunk/debian/changelog	2009-01-20 21:32:35 UTC (rev 3887)
+++ mono-basic/trunk/debian/changelog	2009-01-21 16:46:32 UTC (rev 3888)
@@ -1,3 +1,10 @@
+mono-basic (2.2-1) unstable; urgency=low
+
+  * New upstream release
+    + Dropping +dfsg, only documented bootstrap binaries remain
+
+ -- Jo Shields <directhex at apebox.org>  Wed, 21 Jan 2008 16:32:18 +0000
+
 mono-basic (2.0+dfsg-1) unstable; urgency=low
 
   [ Jo Shields ]

Modified: mono-basic/trunk/debian/copyright
===================================================================
--- mono-basic/trunk/debian/copyright	2009-01-20 21:32:35 UTC (rev 3887)
+++ mono-basic/trunk/debian/copyright	2009-01-21 16:46:32 UTC (rev 3888)
@@ -3,14 +3,6 @@
 
 It was downloaded from http://mono-project.com
 
-Some files were removed to comply with the DFSG:
-      vbruntime/Test/bin/nunit.framework.dll
-      vbruntime/Test/bin/nunit.core.dll
-      vbruntime/Test/bin/nunit.util.dll
-      vbruntime/Test/bin/nunit-console.exe
-A DFSG-compliant source package may be obtained using 
-      debian/rules get-orig-source
-
 The compiler needs to bootstrap using the pre-build binary 
 class/lib/bootstrap/vbnc.exe, which requires 
 class/lib/bootstrap/Microsoft.VisualBasic.dll in order to operate.

Modified: mono-basic/trunk/debian/rules
===================================================================
--- mono-basic/trunk/debian/rules	2009-01-20 21:32:35 UTC (rev 3887)
+++ mono-basic/trunk/debian/rules	2009-01-21 16:46:32 UTC (rev 3888)
@@ -13,17 +13,7 @@
 upstream_version=$(shell uscan --dehs | sed -n 's/.*<upstream-version>\(.*\)<\/upstream-version>.*/\1/p')
 get-orig-source::
 	uscan --download-version $(upstream_version) --force-download --destdir . \
-		  --no-symlink
-	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.util.dll \
-		  vbruntime/Test/bin/nunit-console.exe
-	mv mono-basic-$(upstream_version) mono-basic-$(upstream_version)+dfsg
-	tar cfvz mono-basic_$(upstream_version)+dfsg.orig.tar.gz \
-		     mono-basic-$(upstream_version)+dfsg
-	rm -rf mono-basic-$(upstream_version).tar.bz2 mono-basic-$(upstream_version)+dfsg
+		  --no-symlink --repack --rename
 
 build: build-stamp
 build-stamp: config.status

Modified: mono-basic/trunk/debian/watch
===================================================================
--- mono-basic/trunk/debian/watch	2009-01-20 21:32:35 UTC (rev 3887)
+++ mono-basic/trunk/debian/watch	2009-01-21 16:46:32 UTC (rev 3888)
@@ -1,3 +1,2 @@
 version=3
-opts=dversionmangle=s/\+dfsg// \
-  http://ftp.novell.com/pub/mono/sources/mono-basic/ mono-basic-([.\d]+)\.tar\.bz2
+http://ftp.novell.com/pub/mono/sources/mono-basic/ mono-basic-([.\d]+)\.tar\.bz2




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