[Pkg-mono-svn-commits] [SCM] mono branch, master, updated. 2.0.1-6-92-g5f57dc0

Mirco Bauer meebey at meebey.net
Mon May 25 18:13:25 UTC 2009


The following commit has been merged in the master branch:
commit 33747ea27fb2c1c2e858a283aae4c5ab328fd48b
Author: Mirco Bauer <meebey at meebey.net>
Date:   Thu May 21 01:34:15 2009 +0200

    build permview for CLI 2.0

diff --git a/debian/changelog b/debian/changelog
index 57fc217..a99314d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -78,8 +78,9 @@ mono (2.4+dfsg-1~pre1) unstable; urgency=low
   * debian/copyright:
     + Added Lucene.Net, RabbitMQ.Client and HtmlAgilityPack licenses.
   * debian/patches/build_cecil_as_2.0.dpatch
-    debian/patches/build_firebirdsql_as_2.0.dpatch:
-    + Build Mono.Cecil and FirebirdSql.Data.Firebird for CLI 2.0.
+    debian/patches/build_firebirdsql_as_2.0.dpatch
+    debian/patches/build_permview_as_2.0.dpatch:
+    + Build Mono.Cecil, FirebirdSql.Data.Firebird and permview for CLI 2.0.
   * debian/control
     debian/rules
     debian/mono-jt.*
diff --git a/debian/patches/00list b/debian/patches/00list
index 05da880..88701ce 100644
--- a/debian/patches/00list
+++ b/debian/patches/00list
@@ -14,4 +14,5 @@ disable_building_convert.exe
 disable_building_RabbitMQ.Client.dll
 build_cecil_as_2.0
 build_firebirdsql_as_2.0
+build_permview_as_2.0
 build_genxs_2.0
diff --git a/debian/patches/build_permview_as_2.0.dpatch b/debian/patches/build_permview_as_2.0.dpatch
new file mode 100755
index 0000000..604b045
--- /dev/null
+++ b/debian/patches/build_permview_as_2.0.dpatch
@@ -0,0 +1,21 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## build_permview_as_2.0.dpatch by Mirco Bauer <meebey at debian.org>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: No description.
+
+ at DPATCH@
+diff -urNad mono-2.4+dfsg~/mcs/tools/security/Makefile mono-2.4+dfsg/mcs/tools/security/Makefile
+--- mono-2.4+dfsg~/mcs/tools/security/Makefile	2009-02-14 00:36:30.000000000 +0100
++++ mono-2.4+dfsg/mcs/tools/security/Makefile	2009-05-21 01:31:11.000000000 +0200
+@@ -6,8 +6,8 @@
+ LOCAL_MCS_FLAGS = /lib:$(topdir)/class/lib/$(PROFILE) -r:Mono.Security.dll
+ 
+ SECURITY_PROGRAMS = secutil.exe cert2spc.exe sn.exe makecert.exe chktrust.exe \
+-	signcode.exe setreg.exe certmgr.exe caspol.exe permview.exe mozroots.exe
+-SECURITY_PROGRAMS_2_0 = httpcfg.exe
++	signcode.exe setreg.exe certmgr.exe caspol.exe mozroots.exe
++SECURITY_PROGRAMS_2_0 = httpcfg.exe permview.exe
+ 
+ HELPER_SOURCES = AssemblyInfo.cs $(topdir)/build/common/Consts.cs
+ SN_SOURCES = sn.cs StrongNameManager.cs $(HELPER_SOURCES)

-- 
mono



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