[Pkg-cli-libs-commits] [SCM] nunit branch, master, updated. upstream/2.4.7+dfsg-32-gbbcd491

Julian Taylor jtaylor.debian at googlemail.com
Mon Jun 13 18:17:56 UTC 2011


The following commit has been merged in the master branch:
commit 9191fb816414326a9371ba9e85bc1bad0d7fd65d
Author: Julian Taylor <jtaylor.debian at googlemail.com>
Date:   Mon Jun 13 19:52:31 2011 +0200

    delete the obsolete patches

diff --git a/debian/patches/02_gui.dpatch b/debian/patches/02_gui.dpatch
deleted file mode 100755
index 535dbc8..0000000
--- a/debian/patches/02_gui.dpatch
+++ /dev/null
@@ -1,28 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 03_gui.dpatch by Jelmer Vernooij <jelmer at samba.org>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: Disable UI building
-
- at DPATCH@
-diff -ur nunit-2.4.7/src/nunit.build.include nunit-2.4.7-noui/src/nunit.build.include
---- nunit-2.4.7/src/nunit.build.include	2008-03-30 08:44:12.000000000 +0200
-+++ nunit-2.4.7-noui/src/nunit.build.include	2008-05-27 01:29:58.000000000 +0200
-@@ -368,7 +368,7 @@
-     <property name="runtime.defines" value="MONO,MONO_1_0"/>
-     <property name="build.mono" value="true"/>
-     <property name="build.win32" value="false"/>
--    <property name="build.gui" value="true"/>
-+    <property name="build.gui" value="false"/>
-     <property name="build.x86" value="false"/>
-     <property name="nant.settings.currentframework" 
-       value="mono-1.0"/>
-@@ -389,7 +389,7 @@
-     <property name="runtime.defines" value="MONO,MONO_2_0"/>
-     <property name="build.mono" value="true"/>
-     <property name="build.win32" value="false"/>
--    <property name="build.gui" value="true"/>
-+    <property name="build.gui" value="false"/>
-     <property name="build.x86" value="true"/>
-     <property name="nant.settings.currentframework" 
-       value="mono-2.0"/>
diff --git a/debian/patches/03_disable_building_fit_fixtures.dpatch b/debian/patches/03_disable_building_fit_fixtures.dpatch
deleted file mode 100755
index 7ed93f7..0000000
--- a/debian/patches/03_disable_building_fit_fixtures.dpatch
+++ /dev/null
@@ -1,21 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## disable_building_fit_fixtures.dpatch by Mirco Bauer <meebey at debian.org>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: No description.
-
- at DPATCH@
-diff -urNad nunit-2.4.7~/src/nunit.build.include nunit-2.4.7/src/nunit.build.include
---- nunit-2.4.7~/src/nunit.build.include	2008-05-31 21:33:28.000000000 +0200
-+++ nunit-2.4.7/src/nunit.build.include	2008-05-31 21:33:46.000000000 +0200
-@@ -180,10 +180,6 @@
-     <!-- GUI Tests -->
-     <include name="GuiComponents/tests/nunit.uikit.tests.build" if="${build.gui}" />
-     <include name="GuiRunner/tests/nunit-gui.tests.build" if="${build.gui}" />
--
--    <!-- FIT Tests -->
--    <include name="NUnitFixtures/fixtures/nunit.fixtures.build" />
--    <include name="NUnitFixtures/tests/nunit.fixtures.tests.build" />
-   </fileset>
- 
-   <!-- BuildFiles for Samples -->
diff --git a/debian/patches/04_enable_building_gui_runner.dpatch b/debian/patches/04_enable_building_gui_runner.dpatch
deleted file mode 100755
index 0fb5e7a..0000000
--- a/debian/patches/04_enable_building_gui_runner.dpatch
+++ /dev/null
@@ -1,28 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## enable_building_gui_runner.dpatch by Mirco Bauer <meebey at debian.org>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: No description.
-
- at DPATCH@
-diff -urNad nunit-2.4.7~/src/nunit.build.include nunit-2.4.7/src/nunit.build.include
---- nunit-2.4.7~/src/nunit.build.include	2008-05-31 23:56:41.000000000 +0200
-+++ nunit-2.4.7/src/nunit.build.include	2008-05-31 23:57:49.000000000 +0200
-@@ -364,7 +364,7 @@
-     <property name="runtime.defines" value="MONO,MONO_1_0"/>
-     <property name="build.mono" value="true"/>
-     <property name="build.win32" value="false"/>
--    <property name="build.gui" value="false"/>
-+    <property name="build.gui" value="true"/>
-     <property name="build.x86" value="false"/>
-     <property name="nant.settings.currentframework" 
-       value="mono-1.0"/>
-@@ -385,7 +385,7 @@
-     <property name="runtime.defines" value="MONO,MONO_2_0"/>
-     <property name="build.mono" value="true"/>
-     <property name="build.win32" value="false"/>
--    <property name="build.gui" value="false"/>
-+    <property name="build.gui" value="true"/>
-     <property name="build.x86" value="true"/>
-     <property name="nant.settings.currentframework" 
-       value="mono-2.0"/>
diff --git a/debian/patches/06_use_default_encoding.dpatch b/debian/patches/06_use_default_encoding.dpatch
deleted file mode 100755
index 525ee93..0000000
--- a/debian/patches/06_use_default_encoding.dpatch
+++ /dev/null
@@ -1,16 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 06_use_default_encoding.dpatch by Mirco Bauer <meebey at debian.org>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: No description.
-
- at DPATCH@
-diff -urNad nunit-2.4.7~/src/ConsoleRunner/nunit-console-exe/App.config nunit-2.4.7/src/ConsoleRunner/nunit-console-exe/App.config
---- nunit-2.4.7~/src/ConsoleRunner/nunit-console-exe/App.config	2008-03-20 09:40:42.000000000 +0100
-+++ nunit-2.4.7/src/ConsoleRunner/nunit-console-exe/App.config	2009-08-27 23:02:25.000000000 +0200
-@@ -1,4 +1,4 @@
--<?xml version="1.0" encoding="Windows-1252"?>
-+<?xml version="1.0"?>
- <configuration>
- 
- 	<!-- Do not remove. Sets up configsectionhandler section for log4net -->
diff --git a/debian/patches/07_disable_trace_listener.dpatch b/debian/patches/07_disable_trace_listener.dpatch
deleted file mode 100755
index c33d14b..0000000
--- a/debian/patches/07_disable_trace_listener.dpatch
+++ /dev/null
@@ -1,23 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 07_disable_trace_listener.dpatch by Mirco Bauer <meebey at debian.org>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: No description.
-
- at DPATCH@
-diff -urNad nunit-2.4.7~/src/ConsoleRunner/nunit-console-exe/App.config nunit-2.4.7/src/ConsoleRunner/nunit-console-exe/App.config
---- nunit-2.4.7~/src/ConsoleRunner/nunit-console-exe/App.config	2009-08-27 23:04:38.000000000 +0200
-+++ nunit-2.4.7/src/ConsoleRunner/nunit-console-exe/App.config	2009-08-27 23:04:44.000000000 +0200
-@@ -23,12 +23,6 @@
- 	  <switches>
- 		<add name="NTrace" value="4" />
- 	  </switches>
--	  <trace autoflush="true" indentsize="4">
--		<listeners>
--			<add name="NUnitInternalTrace" type="System.Diagnostics.TextWriterTraceListener" 
--				initializeData="C:\NUnitPrimaryTrace.txt"/>
--		</listeners>
--	  </trace>
- 	</system.diagnostics>
- 	
- 	<!-- 

-- 
nunit



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