[Pkg-cli-libs-commits] [SCM] semweb branch, master, updated. upstream/1.05+dfsg-25-ga804ed3

Mirco Bauer meebey at meebey.net
Fri Sep 25 22:36:59 UTC 2009


The following commit has been merged in the master branch:
commit 26fc7600e1883b73fcd80369e85513b6cd6ad94d
Author: Mirco Bauer <meebey at meebey.net>
Date:   Sat Sep 26 00:31:59 2009 +0200

      * debian/patches/04-use_csc_as_compiler.patch
        debian/patches/04-use_mono-csc_as_compiler.patch
        debian/control:
        + Use mono-csc instead of csc and updated mono-devel build-dep.

diff --git a/debian/changelog b/debian/changelog
index 9d431be..3260e80 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-semweb (1.05+dfsg-3) UNRELEASED; urgency=low
+semweb (1.05+dfsg-3) unstable; urgency=low
 
   [ David Paleino ]
   * debian/rules:
@@ -26,6 +26,10 @@ semweb (1.05+dfsg-3) UNRELEASED; urgency=low
   [ Mirco Bauer ]
   * debian/control:
     + Updated Vcs-* fields for the migrated git repository.
+  * debian/patches/04-use_csc_as_compiler.patch
+    debian/patches/04-use_mono-csc_as_compiler.patch
+    debian/control:
+    + Use mono-csc instead of csc and updated mono-devel build-dep.
 
  -- David Paleino <d.paleino at gmail.com>  Sat, 26 Sep 2009 00:00:42 +0200
 
diff --git a/debian/control b/debian/control
index 85d1b5e..9d47980 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Uploaders: Mirco Bauer <meebey at debian.org>
 Build-Depends: debhelper (>= 7.0.50), quilt
 Build-Depends-Indep: cli-common-dev (>= 0.5.7),
  sharutils,
- mono-devel (>= 2.0.1),
+ mono-devel (>= 2.4.2.3),
  pkg-config,
  monodoc-base,
  libmono-npgsql2.0-cil,
diff --git a/debian/patches/04-use_csc_as_compiler.patch b/debian/patches/04-use_csc_as_compiler.patch
deleted file mode 100644
index ec6674d..0000000
--- a/debian/patches/04-use_csc_as_compiler.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-Description: use csc instead of gmcs as compiler
-Author: Jo Shields <directhex at apebox.org>
-Forwarded: not-needed
-
----
- Makefile |    4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
---- semweb.orig/Makefile
-+++ semweb/Makefile
-@@ -35,12 +35,12 @@ endif
- 
- ifeq "$(PROFILE)" "DOTNET2"
- BIN=bin_generics
--MCS=gmcs -d:DOTNET2
-+MCS=/usr/bin/csc -d:DOTNET2
- endif
- 
- ifeq "$(PROFILE)" "DOTNET3"
- BIN=bin_linq
--MCS=gmcs -d:DOTNET3 -langversion:linq
-+MCS=/usr/bin/csc -d:DOTNET3 -langversion:linq
- endif
- 
- ifeq "$(PROFILE)" "SILVERLIGHT"
diff --git a/debian/patches/series b/debian/patches/series
index ca5eef2..b0b7fba 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,4 +1,4 @@
 01-fix_mysql_linkage.patch
 02-fix_store_builds.patch
 03-enable_AssemblyDelaySign.patch
-04-use_csc_as_compiler.patch
+04-use_mono-csc_as_compiler.patch

-- 
semweb



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