[Pkg-cli-libs-commits] r3555 - in /packages/njb-sharp/trunk/debian: changelog control patches/02_gmcs.patch

slomo at users.alioth.debian.org slomo at users.alioth.debian.org
Sat Jan 5 06:52:25 UTC 2008


Author: slomo
Date: Sat Jan  5 06:52:24 2008
New Revision: 3555

URL: http://svn.debian.org/wsvn/pkg-cli-libs/?sc=1&rev=3555
Log:
* debian/patches/02_gmcs.patch,
  debian/control:
  + Build with gmcs to get 2.0 dependencies as all packages using this
    are using 2.0 too and there's absolutely no need to depend on 1.0
    packages.

Added:
    packages/njb-sharp/trunk/debian/patches/02_gmcs.patch
Modified:
    packages/njb-sharp/trunk/debian/changelog
    packages/njb-sharp/trunk/debian/control

Modified: packages/njb-sharp/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-cli-libs/packages/njb-sharp/trunk/debian/changelog?rev=3555&op=diff
==============================================================================
--- packages/njb-sharp/trunk/debian/changelog (original)
+++ packages/njb-sharp/trunk/debian/changelog Sat Jan  5 06:52:24 2008
@@ -1,3 +1,13 @@
+njb-sharp (0.3.0-3) unstable; urgency=low
+
+  * debian/patches/02_gmcs.patch,
+    debian/control:
+    + Build with gmcs to get 2.0 dependencies as all packages using this
+      are using 2.0 too and there's absolutely no need to depend on 1.0
+      packages.
+
+ -- Sebastian Dröge <slomo at debian.org>  Sat, 05 Jan 2008 07:48:57 +0100
+
 njb-sharp (0.3.0-2) unstable; urgency=low
 
   * debian/control:

Modified: packages/njb-sharp/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-cli-libs/packages/njb-sharp/trunk/debian/control?rev=3555&op=diff
==============================================================================
--- packages/njb-sharp/trunk/debian/control (original)
+++ packages/njb-sharp/trunk/debian/control Sat Jan  5 06:52:24 2008
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian CLI Libraries Team <pkg-cli-libs-team at lists.alioth.debian.org>
 Uploaders: Sebastian Dröge <slomo at debian.org>
-Build-Depends: debhelper (>= 4.1.0), cdbs, cli-common-dev (>= 0.4.0), mono-mcs (>= 1.0) | c-sharp-compiler, mono-gac (>= 1.0), libnjb-dev (>= 2.2.4), pkg-config, monodoc-base (>= 1.1.9)
+Build-Depends: debhelper (>= 4.1.0), cdbs, cli-common-dev (>= 0.4.0), mono-gmcs (>= 1.0) | c-sharp-2.0-compiler, mono-gac (>= 1.0), libnjb-dev (>= 2.2.4), pkg-config, monodoc-base (>= 1.1.9)
 Standards-Version: 3.7.0
 
 Package: libnjb-cil

Added: packages/njb-sharp/trunk/debian/patches/02_gmcs.patch
URL: http://svn.debian.org/wsvn/pkg-cli-libs/packages/njb-sharp/trunk/debian/patches/02_gmcs.patch?rev=3555&op=file
==============================================================================
--- packages/njb-sharp/trunk/debian/patches/02_gmcs.patch (added)
+++ packages/njb-sharp/trunk/debian/patches/02_gmcs.patch Sat Jan  5 06:52:24 2008
@@ -1,0 +1,38 @@
+--- configure.ac.old	2008-01-05 07:47:26.000000000 +0100
++++ configure.ac	2008-01-05 07:47:42.000000000 +0100
+@@ -23,9 +23,9 @@
+     AC_MSG_ERROR([Can not find "mono" in your PATH])
+ fi
+ 
+-AC_PATH_PROG(MCS, mcs, no)
++AC_PATH_PROG(MCS, gmcs, no)
+ if test "x$MCS" = "xno"; then
+-    AC_MSG_ERROR([Can not find "mcs" in your PATH])
++    AC_MSG_ERROR([Can not find "gmcs" in your PATH])
+ fi
+ 
+ AC_ARG_ENABLE(docs, AC_HELP_STRING([--disable-docs], [Do not build documentation]), with_docs=no, with_docs=yes)
+--- configure.old	2008-01-05 07:47:30.000000000 +0100
++++ configure	2008-01-05 07:48:22.000000000 +0100
+@@ -18840,8 +18840,8 @@
+    { (exit 1); exit 1; }; }
+ fi
+ 
+-# Extract the first word of "mcs", so it can be a program name with args.
+-set dummy mcs; ac_word=$2
++# Extract the first word of "gmcs", so it can be a program name with args.
++set dummy gmcs; ac_word=$2
+ echo "$as_me:$LINENO: checking for $ac_word" >&5
+ echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
+ if test "${ac_cv_path_MCS+set}" = set; then
+@@ -18881,8 +18881,8 @@
+ fi
+ 
+ if test "x$MCS" = "xno"; then
+-    { { echo "$as_me:$LINENO: error: Can not find \"mcs\" in your PATH" >&5
+-echo "$as_me: error: Can not find \"mcs\" in your PATH" >&2;}
++    { { echo "$as_me:$LINENO: error: Can not find \"gmcs\" in your PATH" >&5
++echo "$as_me: error: Can not find \"gmcs\" in your PATH" >&2;}
+    { (exit 1); exit 1; }; }
+ fi
+ 




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