[Pkg-cli-libs-commits] [SCM] gdata-sharp branch, master, updated. upstream/1.4.0.2-11-ga7bd3ca

Chow Loong Jin hyperair at gmail.com
Wed Mar 18 07:19:59 UTC 2009


The following commit has been merged in the master branch:
commit 287c9b877162ffd02761b3413059ad3425be89f9
Author: Chow Loong Jin <hyperair at gmail.com>
Date:   Wed Mar 18 14:28:29 2009 +0800

    nunit-console stuff
    
    * Patch Makefile to use nunit-console instead of nunit-console2
    * Add nunit-console to build-dep

diff --git a/debian/changelog b/debian/changelog
index c46372c..f2ea039 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,12 +1,14 @@
-gdata-sharp (1.4.0.2-1) unstable; urgency=low
+gdata-sharp (1.4.0.2-1) UNRELEASED; urgency=low
 
   * Initial release (Closes: #519844)
   * debian/patches/00_build-system.patch:
     + Fix Makefile searching for nunit
   * debian/patches/01_pkgconfig-paths.patch:
     + Update the locations of the libraries
-  * debina/patches/02_zlib-soname.patch:
+  * debian/patches/02_zlib-soname.patch:
     + Only use SONAME for versioning
+  * debian/patches/03_nunit-console.patch:
+    + Patch Makefile to use nunit-console instead of nunit-console2
 
- -- Chow Loong Jin <hyperair at gmail.com>  Tue, 17 Mar 2009 07:57:43 +0800
+ -- Chow Loong Jin <hyperair at gmail.com>  Wed, 18 Mar 2009 14:26:46 +0800
 
diff --git a/debian/control b/debian/control
index a6288d0..3659fba 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,8 @@ Build-Depends: cdbs,
                mono-devel (>= 2.0.0),
                libmono2.0-cil,
 Build-Depends-Indep: libnunit2.4-cil,
-                     libmono-winforms2.0-cil
+                     libmono-winforms2.0-cil,
+                     nunit-console
 Standards-Version: 3.8.0
 Vcs-Git: git://git.debian.org/git/pkg-cli-libs/packages/gdata-sharp.git
 Vcs-Browser: http://git.debian.org/?p=pkg-cli-libs/packages/gdata-sharp.git
diff --git a/debian/patches/03_nunit-console.patch b/debian/patches/03_nunit-console.patch
new file mode 100644
index 0000000..a4c9e41
--- /dev/null
+++ b/debian/patches/03_nunit-console.patch
@@ -0,0 +1,13 @@
+Index: gdata-sharp/Makefile
+===================================================================
+--- gdata-sharp.orig/Makefile	2009-03-18 14:25:54.000000000 +0800
++++ gdata-sharp/Makefile	2009-03-18 14:26:23.000000000 +0800
+@@ -176,7 +176,7 @@
+ 
+ 
+ test:
+-	nunit-console2 unittests.dll
++	nunit-console unittests.dll
+ 
+ %.pc : %.pc.in
+ 	sed "s,\@VERSION\@,$(VERSION),g; s,\@prefix\@,$(PREFIX),g" < $< > $@
diff --git a/debian/patches/series b/debian/patches/series
index 1f1293c..7bfb604 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
 00_build-system.patch
 01_pkgconfig-paths.patch
 02_zlib-soname.patch
+03_nunit-console.patch

-- 
gdata-sharp



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