[Pkg-mono-svn-commits] [SCM] moon branch, master, updated. upstream/2.3-47-g8f32d36

Jo Shields directhex at apebox.org
Fri Nov 5 00:58:11 UTC 2010


The following commit has been merged in the master branch:
commit e2dd73172a81de92dff140f5aacb26fcf91f50f0
Author: Jo Shields <directhex at apebox.org>
Date:   Thu Nov 4 23:27:04 2010 +0000

    fix build
    create -web-devel package (DOES NOT WORK YET, CONSIDER BUNDLING RUNTIME)
    (Historic bzr commit from Tue 2010-02-02 16:54:07 +0000)

diff --git a/debian/control b/debian/control
index 14c76c8..e1452dd 100644
--- a/debian/control
+++ b/debian/control
@@ -184,3 +184,20 @@ Description: Moonlight SDK for desktop apps
  .
  This package contains development files for writing desktop applications 
  with Moonlight, and should be used for compilation.
+
+Package: moonlight-web-devel
+Architecture: all
+Depends: ${cli:Depends}, ${misc:Depends}
+Recommends: moonlight-tools
+Description: Moonlight SDK for web apps
+ Moonlight is a free Silverlight clone, allowing Free Software systems to
+ run embedded web-browser objects or standalone code targetting Microsoft
+ Silverlight.
+ .
+ About Microsoft Silverlight
+ Microsoft Silverlight is a cross-browser, cross-platform, and cross-device
+ plug-in for delivering the next generation of .NET based media experiences
+ and rich interactive applications for the Web.
+ .
+ This package contains development files for writing web content with 
+ Moonlight, and should be used for compilation.
diff --git a/debian/libmoonlight-gtk3.0-cil.install b/debian/libmoonlight-gtk3.0-cil.install
index b107986..b6078cd 100644
--- a/debian/libmoonlight-gtk3.0-cil.install
+++ b/debian/libmoonlight-gtk3.0-cil.install
@@ -1,2 +1,2 @@
 usr/lib/mono/gac/Moonlight.Gtk/3.0*/
-usr/lib/mono/moonlight/Moonlight.Gtk.dll
+usr/lib/mono/moonlight/Moonlight.Gtk.dll*
diff --git a/debian/moonlight-web-devel.install b/debian/moonlight-web-devel.install
new file mode 100644
index 0000000..b711cf1
--- /dev/null
+++ b/debian/moonlight-web-devel.install
@@ -0,0 +1,4 @@
+usr/share/pkgconfig/moonlight-web-2.0.pc	/usr/lib/pkgconfig/
+usr/lib/moonlight/2.0-redist
+usr/lib/moonlight/2.0
+usr/bin/smcs

-- 
moon



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