r318 - in /packages/mtasc/trunk/debian: changelog patches/01_exe_in_usage.patch patches/02_makefile_kludges.patch patches/04_include_dirs.patch patches/series

pabs at users.alioth.debian.org pabs at users.alioth.debian.org
Mon Mar 9 08:27:13 UTC 2009


Author: pabs
Date: Mon Mar  9 08:27:13 2009
New Revision: 318

URL: http://svn.debian.org/wsvn/?sc=1&rev=318
Log:
Fix FTBFS with dpkg-source 3.0 (quilt) (Closes: #485252)

Modified:
    packages/mtasc/trunk/debian/changelog
    packages/mtasc/trunk/debian/patches/01_exe_in_usage.patch
    packages/mtasc/trunk/debian/patches/02_makefile_kludges.patch
    packages/mtasc/trunk/debian/patches/04_include_dirs.patch
    packages/mtasc/trunk/debian/patches/series

Modified: packages/mtasc/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/packages/mtasc/trunk/debian/changelog?rev=318&op=diff
==============================================================================
--- packages/mtasc/trunk/debian/changelog (original)
+++ packages/mtasc/trunk/debian/changelog Mon Mar  9 08:27:13 2009
@@ -2,6 +2,7 @@
 
   * New upstream release
     - drop 03_flashlite_compat.patch, included upstream
+  * Fix FTBFS with dpkg-source 3.0 (quilt) (Closes: #485252)
 
  -- Paul Wise <pabs at debian.org>  Mon, 09 Mar 2009 16:56:39 +0900
 

Modified: packages/mtasc/trunk/debian/patches/01_exe_in_usage.patch
URL: http://svn.debian.org/wsvn/packages/mtasc/trunk/debian/patches/01_exe_in_usage.patch?rev=318&op=diff
==============================================================================
--- packages/mtasc/trunk/debian/patches/01_exe_in_usage.patch (original)
+++ packages/mtasc/trunk/debian/patches/01_exe_in_usage.patch Mon Mar  9 08:27:13 2009
@@ -1,8 +1,8 @@
 01_exe_in_usage.patch
 Paul Wise <pabs at debian.org>
 Only show .exe in the usage on Win32
---- ocaml/mtasc/main.ml.orig
-+++ ocaml/mtasc/main.ml
+--- a/ocaml/mtasc/main.ml
++++ b/ocaml/mtasc/main.ml
 @@ -112,7 +112,8 @@
  	if do_exit then exit 1
  ;;

Modified: packages/mtasc/trunk/debian/patches/02_makefile_kludges.patch
URL: http://svn.debian.org/wsvn/packages/mtasc/trunk/debian/patches/02_makefile_kludges.patch?rev=318&op=diff
==============================================================================
--- packages/mtasc/trunk/debian/patches/02_makefile_kludges.patch (original)
+++ packages/mtasc/trunk/debian/patches/02_makefile_kludges.patch Mon Mar  9 08:27:13 2009
@@ -1,8 +1,8 @@
 02_makefile_kludges.patch
 Paul Wise <pabs at debian.org>
 Kludge the Makefile so it is useful for Debian
---- ocaml/mtasc/doc/Makefile.orig
-+++ ocaml/mtasc/doc/Makefile
+--- a/ocaml/mtasc/doc/Makefile
++++ b/ocaml/mtasc/doc/Makefile
 @@ -1,14 +1,24 @@
  DESTDIR=
  PREFIX=/usr/local

Modified: packages/mtasc/trunk/debian/patches/04_include_dirs.patch
URL: http://svn.debian.org/wsvn/packages/mtasc/trunk/debian/patches/04_include_dirs.patch?rev=318&op=diff
==============================================================================
--- packages/mtasc/trunk/debian/patches/04_include_dirs.patch (original)
+++ packages/mtasc/trunk/debian/patches/04_include_dirs.patch Mon Mar  9 08:27:13 2009
@@ -3,8 +3,8 @@
 Add a couple of paths to the default classpath
 Keep the default path, needed during the test build
 Fix detection of the executable path
---- ocaml/mtasc/main.ml.orig
-+++ ocaml/mtasc/main.ml
+--- a/ocaml/mtasc/main.ml
++++ b/ocaml/mtasc/main.ml
 @@ -117,7 +117,9 @@
  	let base_path = normalize_path (try Extc.executable_path() with _ -> ".") in
  	let files = ref [] in
@@ -27,8 +27,8 @@
  	Hashtbl.remove Lexer.keywords "add";
  	Parser.warning := (fun msg pos -> report ~do_exit:false (msg,pos) "Warning" (fun msg -> msg));
  	if !files = [] then begin
---- ocaml/extc/extc_stubs.c.orig
-+++ ocaml/extc/extc_stubs.c
+--- a/ocaml/extc/extc_stubs.c
++++ b/ocaml/extc/extc_stubs.c
 @@ -137,14 +137,16 @@
  		failwith("executable_path");
  	return caml_copy_string(path);

Modified: packages/mtasc/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/packages/mtasc/trunk/debian/patches/series?rev=318&op=diff
==============================================================================
--- packages/mtasc/trunk/debian/patches/series (original)
+++ packages/mtasc/trunk/debian/patches/series Mon Mar  9 08:27:13 2009
@@ -1,3 +1,3 @@
-01_exe_in_usage.patch -p0
-02_makefile_kludges.patch -p0
-04_include_dirs.patch -p0
+01_exe_in_usage.patch
+02_makefile_kludges.patch
+04_include_dirs.patch




More information about the pkg-flash-devel mailing list