[Pkg-cli-apps-commits] [SCM] monodevelop branch, master, updated. debian/2.8.6.3+dfsg-2-16-g628a876

Jo Shields directhex at apebox.org
Sat May 26 01:12:28 UTC 2012


The following commit has been merged in the master branch:
commit 628a876155f93b65446174383545136a9940d33a
Author: Jo Shields <directhex at apebox.org>
Date:   Sat May 26 01:39:34 2012 +0100

    Add a new moduleref to a private glue lib to exclude.

diff --git a/debian/changelog b/debian/changelog
index b33ffe1..66a855d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,16 @@
+monodevelop (3.0.2+dfsg-1) UNRELEASED; urgency=low
+
+  * [d9ae4b4] Imported Upstream version 3.0.1+dfsg
+  * [a5fbc35] Remove obsolete downstream port to NUnit 2.5, upstream now requires 2.6.
+  * [9be4510] Remove patch to make 4.0 profile the default - it is now the default upstream.
+  * [c0e5c81] Remove obsolete patch to use our downstream mono-csc compiler command for contrib libs.
+  * [d225eb7] Moonlight is dead, so remove our patch to disable support.
+  * [9597e12] Remove patch to generate Automake 1.11.2-compatible makefiles, this has been accepted upstream.
+  * [4850e5b] Delete more things in get-orig-source, since upstream has accidentally left more things in the source.
+  * [17080f3] Imported Upstream version 3.0.2+dfsg
+
+ -- Jo Shields <directhex at apebox.org>  Sat, 26 May 2012 01:21:04 +0100
+
 monodevelop (2.8.6.3+dfsg-2) unstable; urgency=low
 
   * Team upload.
diff --git a/debian/rules b/debian/rules
index ca811f5..ce7ed47 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,5 @@
 #!/usr/bin/make -f
-export DH_VERBOSE=1
+#export DH_VERBOSE=1
 
 MAKEFILE = $(firstword $(MAKEFILE_LIST))
 DEBIAN_DIR = $(dir $(MAKEFILE))
@@ -27,7 +27,8 @@ override_dh_clideps:
 			--exclude-moduleref=/System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices \
 			--exclude-moduleref=libigemacintegration.dylib \
 			--exclude-moduleref=/usr/lib/libobjc.dylib \
-			--exclude-moduleref=glibsharpglue-2
+			--exclude-moduleref=glibsharpglue-2 \
+			--exclude-moduleref=gtksharpglue-2
 
 override_dh_auto_test:
 	# skip "make test"

-- 
monodevelop



More information about the Pkg-cli-apps-commits mailing list