[Pkg-mono-svn-commits] rev 1983 - mono/trunk/debian

Mirco Bauer meebey-guest at costa.debian.org
Sun Sep 4 20:43:13 UTC 2005


Author: meebey-guest
Date: 2005-09-04 20:43:13 +0000 (Sun, 04 Sep 2005)
New Revision: 1983

Modified:
   mono/trunk/debian/changelog
   mono/trunk/debian/control
   mono/trunk/debian/rules
Log:
- 1.1.8.3-1 release.



Modified: mono/trunk/debian/changelog
===================================================================
--- mono/trunk/debian/changelog	2005-09-04 20:41:22 UTC (rev 1982)
+++ mono/trunk/debian/changelog	2005-09-04 20:43:13 UTC (rev 1983)
@@ -1,15 +1,22 @@
-mono (1.1.8.3-0pre1) unstable; urgency=low
+mono (1.1.8.3-1) unstable; urgency=low
 
-  * NOT RELEASED YET
   * New upstream release
   * Mirco 'meebey' Bauer
     + debian/rules:
       - Copying monodis to debian/tmp/usr/bin now, else dh_clideps in
         internal-mono mode will fail.
+      - Copying monograph from mono/monograph/.libs to debian/tmp/usr/bin.
+        "make install" is still on drugs installing libtool wrapper scripts.
+        (Closes: #320479)
     + debian/mono-utils.install:
       - Use monodis from debian/tmp again.
+    + debian/control:
+      - Updated versioned cli-common build-dep to >= 0.2.1, this version
+        will generate proper deps now when using internal-mono mode.
+        (Closes: #325473)
+      - Updated to Standards Version 3.6.2.1 (no changes).
 
- -- Debian Mono Group <pkg-mono-group at lists.alioth.debian.org>  Sun, 28 Aug 2005 22:52:11 +0200
+ -- Debian Mono Group <pkg-mono-group at lists.alioth.debian.org>  Fri, 2 Sep 2005 18:42:39 +0200
 
 mono (1.1.8.2-1) unstable; urgency=low
 

Modified: mono/trunk/debian/control
===================================================================
--- mono/trunk/debian/control	2005-09-04 20:41:22 UTC (rev 1982)
+++ mono/trunk/debian/control	2005-09-04 20:43:13 UTC (rev 1983)
@@ -3,9 +3,9 @@
 Priority: optional
 Maintainer: Debian Mono Group <pkg-mono-group at lists.alioth.debian.org>
 Uploaders: Eduard Bloch <blade at debian.org>, Mirco Bauer <meebey at meebey.net>
-Build-Depends: debhelper (>= 4.0.0), cli-common (>= 0.1.4), libglib2.0-dev (>= 2.4), bison, libtool, dpatch, libxslt1-dev
+Build-Depends: debhelper (>= 4.0.0), cli-common (>= 0.2.1), libglib2.0-dev (>= 2.4), bison, libtool, dpatch, libxslt1-dev
 Build-Conflicts: pnet-compiler
-Standards-Version: 3.6.1
+Standards-Version: 3.6.2.1
 
 Package: mono-common
 Architecture: i386 powerpc amd64

Modified: mono/trunk/debian/rules
===================================================================
--- mono/trunk/debian/rules	2005-09-04 20:41:22 UTC (rev 1982)
+++ mono/trunk/debian/rules	2005-09-04 20:43:13 UTC (rev 1983)
@@ -61,6 +61,7 @@
 	$(MAKE) install DESTDIR=$(CURDIR)/debian/tmp
 	# hack, the buildsystem of mono installs sometimes libtool wrapper
 	cp mono/dis/.libs/monodis debian/tmp/usr/bin/
+	cp mono/monograph/.libs/monograph debian/tmp/usr/bin/
 	# we do not want nunit, it's a forked version
 	rm -f debian/tmp/usr/lib/pkgconfig/mono-nunit.pc
 	rm -f debian/tmp/usr/lib/mono/1.0/nunit*.dll
@@ -96,7 +97,7 @@
 	rm -f debian/mono-mcs/usr/bin/wsdl2
 	# delete gmcs from mono-mcs (this is already in mono-gmcs)
 	rm -f debian/mono-mcs/usr/bin/gmcs
-	# delete *.mdb from mono-classlib-1.0/2.0
+	# delete *.mdb from mono-classlib-1.0/2.0 (those are already in mono-classlib-1.0/2.0-dbg)
 	cd debian/mono-classlib-1.0 && find -type f -name "*.mdb" | xargs rm -f
 	cd debian/mono-classlib-2.0 && find -type f -name "*.mdb" | xargs rm -f
 	# delete programs from mono-classlib-1.0/2.0 (those are already in mono-mcs/mono-gmcs)




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