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

Jo Shields directhex-guest at alioth.debian.org
Wed Aug 20 18:28:55 UTC 2008


Author: directhex-guest
Date: 2008-08-20 18:28:55 +0000 (Wed, 20 Aug 2008)
New Revision: 3695

Modified:
   mono-basic/trunk/debian/changelog
   mono-basic/trunk/debian/control
   mono-basic/trunk/debian/copyright
   mono-basic/trunk/debian/rules
Log:
* Add myself to uploaders.
* Bump standards version to 3.8.0 (no changes)
* Explicitly remove build/config.make in "clean" target, as it is left behind by "make clean"
* Another file removed in get-orig-source for DFSG version: vbnc/vbnc/tests/Errors/2017-aspnet1.vb
* Alter get-orig-source to append "+dfsg" to source tarball's directory
* Document bootstrap binaries in class/lib/bootstrap/, in debian/copyright


Modified: mono-basic/trunk/debian/changelog
===================================================================
--- mono-basic/trunk/debian/changelog	2008-08-10 13:14:24 UTC (rev 3694)
+++ mono-basic/trunk/debian/changelog	2008-08-20 18:28:55 UTC (rev 3695)
@@ -19,4 +19,18 @@
   * Added get-orig-source target in debian/rules.
   * Add myself to uploaders.
 
- -- Jelmer Vernooij <jelmer at samba.org>  Thu, 10 Jul 2008 13:09:22 +0200
+  [ Jo Shields ]
+  * debian/control:
+    + Add myself to uploaders.
+    + Bump standards version to 3.8.0 (no changes)
+  * debian/rules:
+    + Explicitly remove build/config.make in "clean" target, as it
+      is left behind by "make clean"
+    + Another file removed in get-orig-source for DFSG version:
+      vbnc/vbnc/tests/Errors/2017-aspnet1.vb
+    + Alter get-orig-source to append "+dfsg" to source tarball's
+      directory
+  * debian/changelog:
+    + Document bootstrap binaries in class/lib/bootstrap/
+
+ -- Jo Shields <directhex at apebox.org>  Wed, 20 Aug 2008 19:25:22 +0100

Modified: mono-basic/trunk/debian/control
===================================================================
--- mono-basic/trunk/debian/control	2008-08-10 13:14:24 UTC (rev 3694)
+++ mono-basic/trunk/debian/control	2008-08-20 18:28:55 UTC (rev 3695)
@@ -1,13 +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>
+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>
 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)
-Standards-Version: 3.7.3
+Standards-Version: 3.8.0
 Section: devel
 
 Package: libmono-microsoft-visualbasic8.0-cil

Modified: mono-basic/trunk/debian/copyright
===================================================================
--- mono-basic/trunk/debian/copyright	2008-08-10 13:14:24 UTC (rev 3694)
+++ mono-basic/trunk/debian/copyright	2008-08-20 18:28:55 UTC (rev 3695)
@@ -3,6 +3,25 @@
 
 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
+      vbnc/vbnc/tests/Errors/2017-aspnet1.vb
+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.
+
+These binaries are used to compile the code in vbnc/* and vbruntime/*,
+which in turn, produce their own vbnc.exe and Microsoft.VisualBasic.dll.
+
+Only the resulting binaries are included in packages - not the versions
+used for bootstrapping.
+
 Visual Basic.NET Compiler (vbnc/*)
   Upstream Author(s): 
       Rolf Bjarne Kvinge <RKvinge at novell.com>

Modified: mono-basic/trunk/debian/rules
===================================================================
--- mono-basic/trunk/debian/rules	2008-08-10 13:14:24 UTC (rev 3694)
+++ mono-basic/trunk/debian/rules	2008-08-20 18:28:55 UTC (rev 3695)
@@ -19,10 +19,12 @@
 		  vbruntime/Test/bin/nunit.framework.dll \
           vbruntime/Test/bin/nunit.core.dll \
 		  vbruntime/Test/bin/nunit.util.dll \
-		  vbruntime/Test/bin/nunit-console.exe
+		  vbruntime/Test/bin/nunit-console.exe \
+		  vbnc/vbnc/tests/Errors/2017-aspnet1.vb
+	mv mono-basic-$(upstream_version) mono-basic-$(upstream_version)+dfsg
 	tar cfvz mono-basic_$(upstream_version)+dfsg.orig.tar.gz \
-		     mono-basic-$(upstream_version)
-	rm -rf mono-basic-$(upstream_version).tar.bz2 mono-basic-$(upstream_version)
+		     mono-basic-$(upstream_version)+dfsg
+	rm -rf mono-basic-$(upstream_version).tar.bz2 mono-basic-$(upstream_version)+dfsg
 
 build: build-stamp
 build-stamp: config.status
@@ -35,6 +37,7 @@
 	dh_testroot
 	rm -f build-stamp
 	rm -rf $(MONO_SHARED_DIR)/.wapi
+	rm -f build/config.make
 	$(MAKE) clean
 	dh_clean
 




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