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

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


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

      * debian/rules,
        debian/control:
        + Build only a bridge for Xulrunner 1.9.2 for now
    (Historic bzr commit from Thu 2010-02-18 01:07:34 +0000)

diff --git a/debian/changelog b/debian/changelog
index e354145..e503de5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -22,6 +22,9 @@ moon (2.1-0ubuntu1~pre~ppa1) UNRELEASED; urgency=low
       (Xulrunner 1.9.2). Thanks to Andreia Gaita
   * debian/rules:
     + Rewrite, port to fully DH7 format
+  * debian/rules,
+    debian/control:
+    + Build only a bridge for Xulrunner 1.9.2 for now
   * debian/monodoc-moonlight-manual.install:
     + Create manual package for GTK# widget assembly
 
diff --git a/debian/control b/debian/control
index 50dc4fd..37eb6aa 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Vcs-Bzr: https://code.launchpad.net/~moonlight-team/+junk/master
 Vcs-Browser: http://bazaar.launchpad.net/~moonlight-team/+junk/master/files
 Standards-Version: 3.8.4
 Build-Depends: debhelper (>= 7.0.50~), 
- xulrunner-dev (>= 1.9),
+ xulrunner-dev (>= 1.9.2),
  libavcodec-dev, 
  cli-common-dev,
  libgtk2.0-dev, 
diff --git a/debian/rules b/debian/rules
index 3ae7dc6..aaced71 100644
--- a/debian/rules
+++ b/debian/rules
@@ -106,7 +106,7 @@ moonlight-build-stamp: moonlight-configure-stamp
 
 moonlight-configure-stamp: mono-install-stamp
 	autoreconf
-	PKG_CONFIG_PATH=$(MONO_SHARED_DIR)/monoprefix/lib/pkgconfig ./configure --with-mcspath=$(MONO_SHARED_DIR)/mono-2-6/mcs --with-mono-basic-path=$(MONO_SHARED_DIR)/mono-basic-2-6 --with-cairo=system --with-ff36=no --with-ff3=yes --prefix=/usr
+	PKG_CONFIG_PATH=$(MONO_SHARED_DIR)/monoprefix/lib/pkgconfig ./configure --with-mcspath=$(MONO_SHARED_DIR)/mono-2-6/mcs --with-mono-basic-path=$(MONO_SHARED_DIR)/mono-basic-2-6 --with-cairo=system --with-ff36=yes --with-ff3=no --prefix=/usr
 	touch moonlight-configure-stamp
 
 get-orig-source:

-- 
moon



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