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

directhex-guest at users.alioth.debian.org directhex-guest at users.alioth.debian.org
Mon Mar 2 16:13:01 UTC 2009


Author: directhex-guest
Date: Mon Mar  2 16:13:01 2009
New Revision: 4052

URL: http://svn.debian.org/wsvn/pkg-cli-libs/?sc=1&rev=4052
Log:
  * Update for Mono 2.0 transition
    + debian/patches/02_use_csc.patch:
      - Adjust existing patch to use csc instead of gmcs
  * debian/control:
    + Add myself to Uploaders
    + No-change standards bump to 3.8.0
    + Add Vcs-* lines

Added:
    packages/njb-sharp/trunk/debian/patches/02_use_csc.patch
Removed:
    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=4052&op=diff
==============================================================================
--- packages/njb-sharp/trunk/debian/changelog (original)
+++ packages/njb-sharp/trunk/debian/changelog Mon Mar  2 16:13:01 2009
@@ -1,3 +1,15 @@
+njb-sharp (0.3.0-4) UNRELEASED; urgency=low
+
+  * Update for Mono 2.0 transition
+    + debian/patches/02_use_csc.patch:
+      - Adjust existing patch to use csc instead of gmcs
+  * debian/control:
+    + Add myself to Uploaders
+    + No-change standards bump to 3.8.0
+    + Add Vcs-* lines
+
+ -- Jo Shields <directhex at apebox.org>  Mon, 02 Mar 2009 16:06:12 +0000
+
 njb-sharp (0.3.0-3) unstable; urgency=low
 
   * debian/patches/02_gmcs.patch,

Modified: packages/njb-sharp/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-cli-libs/packages/njb-sharp/trunk/debian/control?rev=4052&op=diff
==============================================================================
--- packages/njb-sharp/trunk/debian/control (original)
+++ packages/njb-sharp/trunk/debian/control Mon Mar  2 16:13:01 2009
@@ -2,9 +2,11 @@
 Section: libs
 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-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.3
+Uploaders: Sebastian Dröge <slomo at debian.org>, Jo Shields <directhex at apebox.org>
+Build-Depends: debhelper (>= 4.1.0), cdbs, cli-common-dev (>= 0.4.0), mono-devel (>= 2.0.1), libnjb-dev (>= 2.2.4), pkg-config, monodoc-base (>= 1.1.9)
+Standards-Version: 3.8.0
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-cli-libs/packages/njb-sharp/trunk/
+Vcs-Svn: svn://svn.debian.org/svn/pkg-cli-libs/packages/njb-sharp/trunk/
 
 Package: libnjb-cil
 Architecture: any

Added: packages/njb-sharp/trunk/debian/patches/02_use_csc.patch
URL: http://svn.debian.org/wsvn/pkg-cli-libs/packages/njb-sharp/trunk/debian/patches/02_use_csc.patch?rev=4052&op=file
==============================================================================
--- packages/njb-sharp/trunk/debian/patches/02_use_csc.patch (added)
+++ packages/njb-sharp/trunk/debian/patches/02_use_csc.patch Mon Mar  2 16:13:01 2009
@@ -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, csc, no)
+ if test "x$MCS" = "xno"; then
+-    AC_MSG_ERROR([Can not find "mcs" in your PATH])
++    AC_MSG_ERROR([Can not find "csc" 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 "csc", so it can be a program name with args.
++set dummy csc; 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 \"csc\" in your PATH" >&5
++echo "$as_me: error: Can not find \"csc\" in your PATH" >&2;}
+    { (exit 1); exit 1; }; }
+ fi
+ 




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