Hi,

On Sat, 27 Oct 2018 03:55:27 -0400, Alexandre Viau <av...@debian.org> wrote:
> > How tightly coupled is wine-mono to specific Mono releases?  
> 
> It should be very lightly coupled.

Oops, sorry Jo, I never saw your question. As Alexandre says, it should be
very lightly coupled (unlike Wine Gecko).

> Can this get uploaded?

I second that ;-). I’m attaching an updated patch.

Regards,

Stephen
diff -urN mono-4.6.2.7+dfsg/debian/control mono-4.6.2.7+dfsg.orig/debian/control
--- mono-4.6.2.7+dfsg/debian/control	2018-05-20 13:52:05.000000000 +0200
+++ mono-4.6.2.7+dfsg.orig/debian/control	2018-10-27 17:24:07.448504181 +0200
@@ -3043,6 +3043,19 @@
  For examples and a brief overview of the commands see:
  http://www.mono-project.com/CsharpRepl
 
+Package: mono-source
+Section: devel
+Architecture: all
+Description: Mono source code
+ Mono is a platform for running and developing applications based on the
+ ECMA/ISO Standards. Mono is an open source effort led by Xamarin.
+ Mono provides a complete CLR (Common Language Runtime) including compiler and
+ runtime, which can produce and execute CIL (Common Intermediate Language)
+ bytecode (aka assemblies), and a class library.
+ .
+ This package contains an archive of the source code used to build the
+ Mono packages in Debian.
+
 Package: monodoc-base
 Architecture: all
 Depends: ${misc:Depends}, ${cli:Depends}
diff -urN mono-4.6.2.7+dfsg/debian/mono-source.install mono-4.6.2.7+dfsg.orig/debian/mono-source.install
--- mono-4.6.2.7+dfsg/debian/mono-source.install	1970-01-01 01:00:00.000000000 +0100
+++ mono-4.6.2.7+dfsg.orig/debian/mono-source.install	2018-10-27 17:24:27.593091209 +0200
@@ -0,0 +1 @@
+debian/mono-source.tar* usr/src
diff -urN mono-4.6.2.7+dfsg/debian/rules mono-4.6.2.7+dfsg.orig/debian/rules
--- mono-4.6.2.7+dfsg/debian/rules	2018-05-20 13:52:05.000000000 +0200
+++ mono-4.6.2.7+dfsg.orig/debian/rules	2018-10-27 17:25:38.419154948 +0200
@@ -104,8 +104,13 @@
 	MONO_MAKE_FLAGS += -j$(NUMJOBS)
 endif
 
+source: source-stamp
+source-stamp:
+	cd $(DEBIAN_DIR) && tar cJf mono-source.tar.xz --exclude=mono-source.tar.xz -C ../.. $$(cd ..; basename $$(pwd))
+	touch $@
+
 autoreconf: autoreconf-stamp
-autoreconf-stamp:
+autoreconf-stamp: source-stamp
 	autoreconf -f -i -s
 	touch $@
 

Attachment: pgpKlhHAVlyIv.pgp
Description: OpenPGP digital signature

Reply via email to