[Pkg-ocaml-maint-commits] r1975 - in trunk/packages/findlib/trunk/debian: . patches

Stefano Zacchiroli zack at costa.debian.org
Thu Nov 10 09:14:56 UTC 2005


Author: zack
Date: 2005-11-10 09:14:55 +0000 (Thu, 10 Nov 2005)
New Revision: 1975

Added:
   trunk/packages/findlib/trunk/debian/patches/29_no_itest.dpatch
Modified:
   trunk/packages/findlib/trunk/debian/changelog
   trunk/packages/findlib/trunk/debian/patches/00list
Log:
disable itest


Modified: trunk/packages/findlib/trunk/debian/changelog
===================================================================
--- trunk/packages/findlib/trunk/debian/changelog	2005-11-09 23:03:05 UTC (rev 1974)
+++ trunk/packages/findlib/trunk/debian/changelog	2005-11-10 09:14:55 UTC (rev 1975)
@@ -1,3 +1,11 @@
+findlib (1.1-2) unstable; urgency=low
+
+  * debian/patches/29_no_itest.dpatch
+    - disable itest at build ends, not really needed in debian, hangs
+      on hppa
+
+ -- Stefano Zacchiroli <zack at debian.org>  Thu, 10 Nov 2005 10:14:03 +0100
+
 findlib (1.1-1) unstable; urgency=low
 
   * New usptream release

Modified: trunk/packages/findlib/trunk/debian/patches/00list
===================================================================
--- trunk/packages/findlib/trunk/debian/patches/00list	2005-11-09 23:03:05 UTC (rev 1974)
+++ trunk/packages/findlib/trunk/debian/patches/00list	2005-11-10 09:14:55 UTC (rev 1975)
@@ -1,3 +1,4 @@
-17_stddirs
-19_site_lib_metas
-23_include
+17_stddirs.dpatch
+19_site_lib_metas.dpatch
+23_include.dpatch
+29_no_itest.dpatch

Added: trunk/packages/findlib/trunk/debian/patches/29_no_itest.dpatch
===================================================================
--- trunk/packages/findlib/trunk/debian/patches/29_no_itest.dpatch	2005-11-09 23:03:05 UTC (rev 1974)
+++ trunk/packages/findlib/trunk/debian/patches/29_no_itest.dpatch	2005-11-10 09:14:55 UTC (rev 1975)
@@ -0,0 +1,16 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 29_no_itest.dpatch by Stefano Zacchiroli <zack at debian.org>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: No description.
+
+ at DPATCH@
+diff -urNad trunk~/itest trunk/itest
+--- trunk~/itest	2005-11-01 01:36:34.000000000 +0100
++++ trunk/itest	2005-11-10 10:13:30.000000000 +0100
+@@ -1,4 +1,5 @@
+ #! /bin/sh
++exit 0
+ # $Id: itest 49 2003-12-30 09:48:02Z gerd $
+ # ----------------------------------------------------------------------
+ #


Property changes on: trunk/packages/findlib/trunk/debian/patches/29_no_itest.dpatch
___________________________________________________________________
Name: svn:executable
   + *




More information about the Pkg-ocaml-maint-commits mailing list