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

Mirco Bauer meebey-guest at costa.debian.org
Sun Apr 23 19:11:58 UTC 2006


Author: meebey-guest
Date: 2006-04-23 19:11:57 +0000 (Sun, 23 Apr 2006)
New Revision: 2480

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



Modified: mono-tools/trunk/debian/changelog
===================================================================
--- mono-tools/trunk/debian/changelog	2006-04-23 18:47:28 UTC (rev 2479)
+++ mono-tools/trunk/debian/changelog	2006-04-23 19:11:57 UTC (rev 2480)
@@ -1,3 +1,14 @@
+mono-tools (1.1.11-2) unstable; urgency=low
+
+  * Mirco 'meebey' Bauer
+    + Rebuild against Mono 1.1.13.6-3
+    + debian/control:
+      - Updated build-deps for Mono 1.1.13.6-2 split. (Closes: #363651, #351651)
+    + debian/patches/01_use_real_nunit.dpatch:
+      - Updated to use nunit-2.2 instead of nunit.
+
+ -- Debian Mono Group <pkg-mono-group at lists.alioth.debian.org>  Sun, 23 Apr 2006 13:21:01 +0200
+
 mono-tools (1.1.11-1) unstable; urgency=low
 
   * New upstream release

Modified: mono-tools/trunk/debian/control
===================================================================
--- mono-tools/trunk/debian/control	2006-04-23 18:47:28 UTC (rev 2479)
+++ mono-tools/trunk/debian/control	2006-04-23 19:11:57 UTC (rev 2480)
@@ -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-Indep: debhelper (>= 5.0.0), dpatch, cli-common (>= 0.2.0), pkg-config, mono-mcs (>= 1.0), mono-gmcs (>= 1.0), 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-Indep: debhelper (>= 5.0.0), dpatch, cli-common (>= 0.2.0), pkg-config, mono-mcs (>= 1.0), mono-gmcs (>= 1.0), libmono-dev (>= 1.0), mono-gac (>= 1.0), libnunit2.2-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	2006-04-23 18:47:28 UTC (rev 2479)
+++ mono-tools/trunk/debian/patches/01_use_real_nunit.dpatch	2006-04-23 19:11:57 UTC (rev 2480)
@@ -5,33 +5,33 @@
 ## DP: No description.
 
 @DPATCH@
-diff -urNad mono-tools-1.1.9~/configure.in mono-tools-1.1.9/configure.in
---- mono-tools-1.1.9~/configure.in	2005-09-08 21:30:49.000000000 +0200
-+++ mono-tools-1.1.9/configure.in	2005-10-12 11:20:14.000000000 +0200
+diff -urNad mono-tools-1.1.11~/configure.in mono-tools-1.1.11/configure.in
+--- mono-tools-1.1.11~/configure.in	2006-04-23 13:24:33.000000000 +0200
++++ mono-tools-1.1.11/configure.in	2006-04-23 13:25:51.000000000 +0200
 @@ -30,7 +30,7 @@
  AC_SUBST(RUNTIME)
  AC_SUBST(RESGEN)
  
 -PKG_CHECK_MODULES(NUNIT, mono-nunit)
-+PKG_CHECK_MODULES(NUNIT, nunit)
++PKG_CHECK_MODULES(NUNIT, nunit-2.2)
  AC_SUBST(NUNIT_LIBS)
  
- #PKG_CHECK_MODULES(GTK_SHARP, glade-sharp-2.0 gnome-sharp-2.0 gconf-sharp-2.0 gtkhtml-sharp-2.0, enable_gtks=yes, enable_gtks=no)
+ PKG_CHECK_MODULES(MONODOC, monodoc)
 
-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-10-12 11:19:35.000000000 +0200
+diff -urNad mono-tools-1.1.11~/configure mono-tools-1.1.11/configure
+--- mono-tools-1.1.11~/configure	2006-04-23 13:24:33.000000000 +0200
++++ mono-tools-1.1.11/configure	2006-04-23 13:25:44.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" >&5
-+echo $ECHO_N "checking for nunit... $ECHO_C" >&6
++        echo "$as_me:$LINENO: checking for nunit-2.2" >&5
++echo $ECHO_N "checking for nunit-2.2... $ECHO_C" >&6
  
 -        if $PKG_CONFIG --exists "mono-nunit" ; then
-+        if $PKG_CONFIG --exists "nunit" ; then
++        if $PKG_CONFIG --exists "nunit-2.2" ; then
              echo "$as_me:$LINENO: result: yes" >&5
  echo "${ECHO_T}yes" >&6
              succeeded=yes
@@ -39,14 +39,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"`
++            NUNIT_CFLAGS=`$PKG_CONFIG --cflags "nunit-2.2"`
              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"`
++            NUNIT_LIBS=`$PKG_CONFIG --libs "nunit-2.2"`
              echo "$as_me:$LINENO: result: $NUNIT_LIBS" >&5
  echo "${ECHO_T}$NUNIT_LIBS" >&6
          else
@@ -55,7 +55,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"`
++            NUNIT_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "nunit-2.2"`
              echo $NUNIT_PKG_ERRORS
          fi
  
@@ -65,9 +65,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) 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;}
++     { { echo "$as_me:$LINENO: error: Library requirements (nunit-2.2) 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-2.2) 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
  
- 
\ No newline at end of file




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