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

Jelmer Vernooij ctrlsoft-guest at costa.debian.org
Tue Aug 23 20:11:09 UTC 2005


Author: ctrlsoft-guest
Date: 2005-08-23 20:11:08 +0000 (Tue, 23 Aug 2005)
New Revision: 1967

Added:
   non-group/nunit/trunk/debian/patches/00list
   non-group/nunit/trunk/debian/patches/01_dir_seperator.dpatch
Modified:
   non-group/nunit/trunk/debian/
Log:
Use dpatch for maintaining patches



Property changes on: non-group/nunit/trunk/debian
___________________________________________________________________
Name: svn:ignore
   - substvars
*.substvars
tmp
files
libnunit-doc
libnunit-cil

   + nunit
nunit-console
substvars
*.substvars
tmp
files
libnunit-doc
libnunit-cil


Added: non-group/nunit/trunk/debian/patches/00list
===================================================================
--- non-group/nunit/trunk/debian/patches/00list	2005-08-16 17:08:06 UTC (rev 1966)
+++ non-group/nunit/trunk/debian/patches/00list	2005-08-23 20:11:08 UTC (rev 1967)
@@ -0,0 +1 @@
+01_dir_seperator.dpatch

Added: non-group/nunit/trunk/debian/patches/01_dir_seperator.dpatch
===================================================================
--- non-group/nunit/trunk/debian/patches/01_dir_seperator.dpatch	2005-08-16 17:08:06 UTC (rev 1966)
+++ non-group/nunit/trunk/debian/patches/01_dir_seperator.dpatch	2005-08-23 20:11:08 UTC (rev 1967)
@@ -0,0 +1,76 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 01_dir_seperator.dpatch by  <jelmer at samba.org>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Fix dir seperator for POSIX
+
+ at DPATCH@
+
+--- nunit-2.2.0.orig/core/AssemblyInfo.cs
++++ nunit-2.2.0/core/AssemblyInfo.cs
+@@ -58,6 +58,6 @@
+ #if !StronglyNamedAssembly
+ [assembly: AssemblyDelaySign(false)]
+ #else
+-[assembly: AssemblyKeyFile("..\\..\\..\\nunit.key")]
++[assembly: AssemblyKeyFile("../../../nunit.key")]
+ [assembly: AssemblyKeyName("")]
+ #endif
+--- nunit-2.2.0.orig/framework/AssemblyInfo.cs
++++ nunit-2.2.0/framework/AssemblyInfo.cs
+@@ -58,6 +58,6 @@
+ #if !StronglyNamedAssembly
+ [assembly: AssemblyDelaySign(false)]
+ #else
+-[assembly: AssemblyKeyFile("..\\..\\..\\nunit.key")]
++[assembly: AssemblyKeyFile("../../../nunit.key")]
+ [assembly: AssemblyKeyName("")]
+ #endif
+--- nunit-2.2.0.orig/nunit.build
++++ nunit-2.2.0/nunit.build
+@@ -42,8 +42,8 @@
+   -->
+ 
+ <!-- Global settings and defaults -->
+-    <property name="project.build.dir" value="${nant.project.basedir}\build"/>
+-    <property name="project.package.dir" value="${nant.project.basedir}\package"/>
++    <property name="project.build.dir" value="${nant.project.basedir}/build"/>
++    <property name="project.package.dir" value="${nant.project.basedir}/package"/>
+ 
+ <!-- List supported frameworks and flag which ones are available -->
+     <property name="frameworks" value="net-1.0,net-1.1,mono-1.0"/>
+@@ -240,12 +240,12 @@
+         <copy file="nunit.key" todir="${project.build.dir}"/>
+ 
+         <!-- Build everything except the samples -->
+-        <nant buildfile="framework\nunit.framework.build" target="build"/>
+-        <nant buildfile="core\nunit.core.build" target="build"/>
+-        <nant buildfile="extensions\nunit.extensions.build" target="build"/>
+-        <nant buildfile="util\nunit.util.build" target="build"/>
+-        <nant buildfile="nunit-console\nunit-console.build" target="build"/>
+-        <nant buildfile="mocks\nunit.mocks.build" target="build"/>
++        <nant buildfile="framework/nunit.framework.build" target="build"/>
++        <nant buildfile="core/nunit.core.build" target="build"/>
++        <nant buildfile="extensions/nunit.extensions.build" target="build"/>
++        <nant buildfile="util/nunit.util.build" target="build"/>
++        <nant buildfile="nunit-console/nunit-console.build" target="build"/>
++        <nant buildfile="mocks/nunit.mocks.build" target="build"/>
+ 
+         <!-- Build Win32-only projects -->
+         <if test="${build.win32}">
+@@ -261,7 +261,7 @@
+ 
+     <!-- Build sample programs -->
+     <target name="samples" depends="build" description="Build sample programs">
+-        <nant buildfile="samples\samples.build" target="build"/>
++        <nant buildfile="samples/samples.build" target="build"/>
+     </target>
+ 
+     <target name="build-msi" depends="set-build-dir,set-package-config"
+@@ -620,4 +620,4 @@
+         <echo>  VS 2003:      ${vs.2003.path}</echo>
+     </target>
+ 
+-</project>
+\ No newline at end of file
++</project>


Property changes on: non-group/nunit/trunk/debian/patches/01_dir_seperator.dpatch
___________________________________________________________________
Name: svn:executable
   + *




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