[Pkg-mono-svn-commits] rev 2063 - in mono-tools/trunk/debian: . patches

Mirco Bauer meebey-guest at costa.debian.org
Wed Oct 5 08:29:01 UTC 2005


Author: meebey-guest
Date: 2005-10-05 08:29:00 +0000 (Wed, 05 Oct 2005)
New Revision: 2063

Modified:
   mono-tools/trunk/debian/changelog
   mono-tools/trunk/debian/control
   mono-tools/trunk/debian/patches/01_use_real_nunit.dpatch
Log:
- 1.1.9-2 release.



Modified: mono-tools/trunk/debian/changelog
===================================================================
--- mono-tools/trunk/debian/changelog	2005-10-02 18:55:03 UTC (rev 2062)
+++ mono-tools/trunk/debian/changelog	2005-10-05 08:29:00 UTC (rev 2063)
@@ -1,3 +1,13 @@
+mono-tools (1.1.9-2) unstable; urgency=low
+
+  * Mirco 'meebey' Bauer
+    + debian/control:
+      - Added dpatch to build-depends.
+    + debian/patches/01_use_real_nunit.dpatch:
+      - Updated to use nunit.pc instead of nunit-core.pc
+
+ -- Debian Mono Group <pkg-mono-group at lists.alioth.debian.org>  Wed, 5 Oct 2005 10:25:47 +0200
+
 mono-tools (1.1.9-1) unstable; urgency=low
 
   * Mirco 'meebey' Bauer

Modified: mono-tools/trunk/debian/control
===================================================================
--- mono-tools/trunk/debian/control	2005-10-02 18:55:03 UTC (rev 2062)
+++ mono-tools/trunk/debian/control	2005-10-05 08:29:00 UTC (rev 2063)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Mono Group <pkg-mono-group at lists.alioth.debian.org>
 Uploaders: Mirco Bauer <meebey at meebey.net>
-Build-Depends: debhelper (>= 4.0.0), cli-common (>= 0.2.0), pkg-config, libmono-dev (>= 1.0), mono-gac (>= 1.0), libnunit-cil (>= 2.2.0), libgtk-cil (>= 1.0), libgnome-cil (>= 1.0), libgconf-cil (>= 1.0), libglade-cil (>= 1.0), libgecko-cil (>= 0.6), monodoc-base (>= 1.1.9)
+Build-Depends: debhelper (>= 4.0.0), dpatch, cli-common (>= 0.2.0), pkg-config, libmono-dev (>= 1.0), mono-gac (>= 1.0), libnunit-cil (>= 2.2.0), libgtk-cil (>= 1.0), libgnome-cil (>= 1.0), libgconf-cil (>= 1.0), libglade-cil (>= 1.0), libgecko-cil (>= 0.6), monodoc-base (>= 1.1.9)
 Standards-Version: 3.6.2.1
 
 Package: monodoc-browser

Modified: mono-tools/trunk/debian/patches/01_use_real_nunit.dpatch
===================================================================
--- mono-tools/trunk/debian/patches/01_use_real_nunit.dpatch	2005-10-02 18:55:03 UTC (rev 2062)
+++ mono-tools/trunk/debian/patches/01_use_real_nunit.dpatch	2005-10-05 08:29:00 UTC (rev 2063)
@@ -7,18 +7,18 @@
 @DPATCH@
 diff -urNad mono-tools-1.1.9~/configure mono-tools-1.1.9/configure
 --- mono-tools-1.1.9~/configure	2005-09-09 04:13:34.000000000 +0200
-+++ mono-tools-1.1.9/configure	2005-09-25 21:53:30.000000000 +0200
++++ mono-tools-1.1.9/configure	2005-10-05 10:24:21.000000000 +0200
 @@ -2164,23 +2164,23 @@
    else
       PKG_CONFIG_MIN_VERSION=0.9.0
       if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
 -        echo "$as_me:$LINENO: checking for mono-nunit" >&5
 -echo $ECHO_N "checking for mono-nunit... $ECHO_C" >&6
-+        echo "$as_me:$LINENO: checking for nunit-core" >&5
-+echo $ECHO_N "checking for nunit-core... $ECHO_C" >&6
++        echo "$as_me:$LINENO: checking for nunit" >&5
++echo $ECHO_N "checking for nunit... $ECHO_C" >&6
  
 -        if $PKG_CONFIG --exists "mono-nunit" ; then
-+        if $PKG_CONFIG --exists "nunit-core" ; then
++        if $PKG_CONFIG --exists "nunit" ; then
              echo "$as_me:$LINENO: result: yes" >&5
  echo "${ECHO_T}yes" >&6
              succeeded=yes
@@ -26,14 +26,14 @@
              echo "$as_me:$LINENO: checking NUNIT_CFLAGS" >&5
  echo $ECHO_N "checking NUNIT_CFLAGS... $ECHO_C" >&6
 -            NUNIT_CFLAGS=`$PKG_CONFIG --cflags "mono-nunit"`
-+            NUNIT_CFLAGS=`$PKG_CONFIG --cflags "nunit-core"`
++            NUNIT_CFLAGS=`$PKG_CONFIG --cflags "nunit"`
              echo "$as_me:$LINENO: result: $NUNIT_CFLAGS" >&5
  echo "${ECHO_T}$NUNIT_CFLAGS" >&6
  
              echo "$as_me:$LINENO: checking NUNIT_LIBS" >&5
  echo $ECHO_N "checking NUNIT_LIBS... $ECHO_C" >&6
 -            NUNIT_LIBS=`$PKG_CONFIG --libs "mono-nunit"`
-+            NUNIT_LIBS="`$PKG_CONFIG --libs "nunit-core"` -r /usr/lib/nunit/nunit.util.dll"
++            NUNIT_LIBS=`$PKG_CONFIG --libs "nunit"`
              echo "$as_me:$LINENO: result: $NUNIT_LIBS" >&5
  echo "${ECHO_T}$NUNIT_LIBS" >&6
          else
@@ -42,7 +42,7 @@
              ## If we have a custom action on failure, don't print errors, but
              ## do set a variable so people can do so.
 -            NUNIT_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "mono-nunit"`
-+            NUNIT_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "nunit-core"`
++            NUNIT_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "nunit"`
              echo $NUNIT_PKG_ERRORS
          fi
  
@@ -52,8 +52,8 @@
    else
 -     { { echo "$as_me:$LINENO: error: Library requirements (mono-nunit) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them." >&5
 -echo "$as_me: error: Library requirements (mono-nunit) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them." >&2;}
-+     { { echo "$as_me:$LINENO: error: Library requirements (nunit-core) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them." >&5
-+echo "$as_me: error: Library requirements (nunit-core) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them." >&2;}
++     { { echo "$as_me:$LINENO: error: Library requirements (nunit) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them." >&5
++echo "$as_me: error: Library requirements (nunit) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them." >&2;}
     { (exit 1); exit 1; }; }
    fi
  




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