[Pkg-mono-svn-commits] rev 2097 - in non-group/monodevelop/trunk/debian: . patches

Mirco Bauer meebey-guest at costa.debian.org
Sat Oct 29 18:38:40 UTC 2005


Author: meebey-guest
Date: 2005-10-29 18:38:39 +0000 (Sat, 29 Oct 2005)
New Revision: 2097

Added:
   non-group/monodevelop/trunk/debian/monodevelop-nunit.install
Modified:
   non-group/monodevelop/trunk/debian/changelog
   non-group/monodevelop/trunk/debian/control
   non-group/monodevelop/trunk/debian/copyright
   non-group/monodevelop/trunk/debian/patches/01_use_real_nunit.dpatch
   non-group/monodevelop/trunk/debian/rules
Log:
- ups, adding missing monodevelop-nunit.install
- minor other changes.



Modified: non-group/monodevelop/trunk/debian/changelog
===================================================================
--- non-group/monodevelop/trunk/debian/changelog	2005-10-22 19:06:44 UTC (rev 2096)
+++ non-group/monodevelop/trunk/debian/changelog	2005-10-29 18:38:39 UTC (rev 2097)
@@ -6,6 +6,7 @@
      - Enabled VersionControl (SVN) support.
    * debian/control:
      - Added libnunit-cil (>= 1.1.8) to build-deps.
+     - Removed mozilla-dev from build-deps.
      - Added monodevelop-java, monodevelop-nunit and monodevelop-versioncontrol
        package.
    * debian/patches/00list:

Modified: non-group/monodevelop/trunk/debian/control
===================================================================
--- non-group/monodevelop/trunk/debian/control	2005-10-22 19:06:44 UTC (rev 2096)
+++ non-group/monodevelop/trunk/debian/control	2005-10-29 18:38:39 UTC (rev 2097)
@@ -2,7 +2,7 @@
 Section: devel
 Priority: optional
 Maintainer: Mirco Bauer <meebey at meebey.net>
-Build-Depends-Indep: debhelper (>= 4.0.0), cli-common (>= 0.2.0), dpatch, mono-mcs (>= 1.1.4) | c-sharp-compiler, libmono-dev (>= 1.1.4), boo (>= 0.6.0.1858), ikvm (>= 0.10), monodoc-base (>= 1.1.9), intltool, mozilla-dev, gtk-sharp2-gapi (>= 2.3.90), libgtk2.0-cil (>= 2.3.90), libgnome2.0-cil (>= 2.3.90), libgconf2.0-cil (>= 2.3.90), libglade2.0-cil (>= 2.3.90), libgtksourceview2.0-cil (>= 0.10), libgecko2.0-cil (>= 0.10), libnunit-cil (>= 1.1.8)
+Build-Depends-Indep: debhelper (>= 4.0.0), cli-common (>= 0.2.0), dpatch, mono-mcs (>= 1.1.4) | c-sharp-compiler, libmono-dev (>= 1.1.4), boo (>= 0.6.0.1858), ikvm (>= 0.10), monodoc-base (>= 1.1.9), intltool, gtk-sharp2-gapi (>= 2.3.90), libgtk2.0-cil (>= 2.3.90), libgnome2.0-cil (>= 2.3.90), libgconf2.0-cil (>= 2.3.90), libglade2.0-cil (>= 2.3.90), libgtksourceview2.0-cil (>= 0.10), libgecko2.0-cil (>= 0.10), libnunit-cil (>= 1.1.8)
 Standards-Version: 3.6.2.1
 
 Package: monodevelop

Modified: non-group/monodevelop/trunk/debian/copyright
===================================================================
--- non-group/monodevelop/trunk/debian/copyright	2005-10-22 19:06:44 UTC (rev 2096)
+++ non-group/monodevelop/trunk/debian/copyright	2005-10-29 18:38:39 UTC (rev 2097)
@@ -23,6 +23,14 @@
 Inigo Illan
 Richard Torkar
 Paco Martinez
+Atsushi Enomoto
+Martin Willemoes Hansen
+Antonio Ognio
+Andre Filipe de Assuncao e Brito
+Maurício de Lemos Rodrigues Collares Neto
+Christian Hergert
+Ankit Jain
+
 and Mike Krueger and the SharpDevelop team
 
 Copyright:
@@ -43,4 +51,3 @@
 
 On Debian systems, the complete text of the GNU General
 Public License can be found in `/usr/share/common-licenses/GPL'.
-

Added: non-group/monodevelop/trunk/debian/monodevelop-nunit.install
===================================================================
--- non-group/monodevelop/trunk/debian/monodevelop-nunit.install	2005-10-22 19:06:44 UTC (rev 2096)
+++ non-group/monodevelop/trunk/debian/monodevelop-nunit.install	2005-10-29 18:38:39 UTC (rev 2097)
@@ -0,0 +1 @@
+debian/tmp/usr/lib/monodevelop/AddIns/NUnit/

Modified: non-group/monodevelop/trunk/debian/patches/01_use_real_nunit.dpatch
===================================================================
--- non-group/monodevelop/trunk/debian/patches/01_use_real_nunit.dpatch	2005-10-22 19:06:44 UTC (rev 2096)
+++ non-group/monodevelop/trunk/debian/patches/01_use_real_nunit.dpatch	2005-10-29 18:38:39 UTC (rev 2097)
@@ -17,6 +17,7 @@
         $(GTK_SHARP_LIBS) \
         $(GLADE_SHARP_LIBS) \
         $(GCONF_SHARP_LIBS) \
+
 diff -urNad monodevelop-0.8~/Extras/NUnit/Makefile.in monodevelop-0.8/Extras/NUnit/Makefile.in
 --- monodevelop-0.8~/Extras/NUnit/Makefile.in	2005-10-12 18:55:18.000000000 +0200
 +++ monodevelop-0.8/Extras/NUnit/Makefile.in	2005-10-16 22:18:44.000000000 +0200
@@ -30,6 +31,19 @@
  	/r:$(top_builddir)/build/bin/MonoDevelop.Core.dll \
  	/r:$(top_builddir)/build/bin/MonoDevelop.Base.dll \
  	/r:$(top_builddir)/build/bin/MonoDevelop.Gui.Widgets.dll \
+diff -urNad monodevelop-0.8~/configure.in monodevelop-0.8/configure.in
+--- monodevelop-0.8~/configure.in	2005-10-12 18:52:47.000000000 +0200
++++ monodevelop-0.8/configure.in	2005-10-16 22:18:44.000000000 +0200
+@@ -130,7 +130,7 @@
+ AC_ARG_ENABLE(nunit,
+ 	AC_HELP_STRING([--enable-nunit],
+ 		[enable support for NUnit [default=no]]),
+-		[PKG_CHECK_MODULES(MONO_NUNIT, mono-nunit >= $MONO_NUNIT_REQUIRED_VERSION, enable_nunit=yes, enable_nunit=no)],
++		[PKG_CHECK_MODULES(MONO_NUNIT, nunit >= $MONO_NUNIT_REQUIRED_VERSION, enable_nunit=yes, enable_nunit=no)],
+ 		enable_nunit=no)
+ 
+ AM_CONDITIONAL(ENABLE_NUNIT, test x$enable_nunit = xyes)
+
 diff -urNad monodevelop-0.8~/configure monodevelop-0.8/configure
 --- monodevelop-0.8~/configure	2005-10-12 18:55:21.000000000 +0200
 +++ monodevelop-0.8/configure	2005-10-16 22:18:44.000000000 +0200
@@ -71,15 +85,3 @@
  
          fi
  
-diff -urNad monodevelop-0.8~/configure.in monodevelop-0.8/configure.in
---- monodevelop-0.8~/configure.in	2005-10-12 18:52:47.000000000 +0200
-+++ monodevelop-0.8/configure.in	2005-10-16 22:18:44.000000000 +0200
-@@ -130,7 +130,7 @@
- AC_ARG_ENABLE(nunit,
- 	AC_HELP_STRING([--enable-nunit],
- 		[enable support for NUnit [default=no]]),
--		[PKG_CHECK_MODULES(MONO_NUNIT, mono-nunit >= $MONO_NUNIT_REQUIRED_VERSION, enable_nunit=yes, enable_nunit=no)],
-+		[PKG_CHECK_MODULES(MONO_NUNIT, nunit >= $MONO_NUNIT_REQUIRED_VERSION, enable_nunit=yes, enable_nunit=no)],
- 		enable_nunit=no)
- 
- AM_CONDITIONAL(ENABLE_NUNIT, test x$enable_nunit = xyes)

Modified: non-group/monodevelop/trunk/debian/rules
===================================================================
--- non-group/monodevelop/trunk/debian/rules	2005-10-22 19:06:44 UTC (rev 2096)
+++ non-group/monodevelop/trunk/debian/rules	2005-10-29 18:38:39 UTC (rev 2097)
@@ -1,6 +1,5 @@
 #!/usr/bin/make -f
 
-# Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 export MONO_SHARED_DIR=$(CURDIR)
 include /usr/share/dpatch/dpatch.make
@@ -23,7 +22,8 @@
 	$(MAKE) RUNTIME=/usr/bin/cli
 	touch build-stamp
 
-clean: unpatch
+clean: clean-patched unpatch
+clean-patched:
 	dh_testdir
 	dh_testroot
 	rm -f configure-stamp




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