[Pkg-cli-apps-commits] [SCM] longomatch branch, master, updated. upstream/0.14.1-16-g71ecb38

Stefan Ebner sebner at ubuntu.com
Wed Aug 5 17:49:21 UTC 2009


The following commit has been merged in the master branch:
commit 71ecb38aef908f1ad37818ffdd4ab51e22b6f154
Author: Stefan Ebner <sebner at ubuntu.com>
Date:   Wed Aug 5 19:48:40 2009 +0200

    Delete wrapper script and fix build with autoreconf -I option. Thanks meebey!

diff --git a/debian/patches/03_fix_wrapper_script b/debian/patches/03_fix_wrapper_script
deleted file mode 100644
index 1fb193f..0000000
--- a/debian/patches/03_fix_wrapper_script
+++ /dev/null
@@ -1,10 +0,0 @@
-Index: longomatch/LongoMatch/longomatch.in
-Description: Fix start script since build scripts are b0rken
-===================================================================
---- longomatch.orig/LongoMatch/longomatch.in	2009-08-05 18:37:45.617367457 +0200
-+++ longomatch/LongoMatch/longomatch.in	2009-08-05 18:38:00.945353715 +0200
-@@ -1,3 +1,3 @@
- #!/bin/sh
- 
--exec mono "@expanded_libdir@/@PACKAGE@/LongoMatch.exe" "$@"
-+exec mono "/usr/lib/longomatch/LongoMatch.exe" "$@"
diff --git a/debian/patches/series b/debian/patches/series
index 64311af..2d2e22b 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,2 @@
 01_fix_desktop_file
 02_use_csc
-03_fix_wrapper_script
diff --git a/debian/rules b/debian/rules
index de953a3..4a74289 100755
--- a/debian/rules
+++ b/debian/rules
@@ -29,7 +29,7 @@ get-orig-source:
 		--rename
 
 override_dh_auto_configure:
-	autoreconf -f -i -s
+	autoreconf -f -i -s -I .
 	dh_auto_configure -- GMCS=/usr/bin/csc CSC=/usr/bin/csc
 
 override_dh_auto_install:

-- 
longomatch



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