~ubuntu-branches/ubuntu/maverick/pdl/maverick

« back to all changes in this revision

Viewing changes to debian/patches/10_upstream_testsuite_64bit.dpatch

  • Committer: Bazaar Package Importer
  • Author(s): Andres Rodriguez
  • Date: 2009-12-05 12:37:41 UTC
  • mfrom: (2.1.4 squeeze)
  • Revision ID: james.westby@ubuntu.com-20091205123741-ilqkc9s4zlk71z13
Tags: 1:2.4.5+dfsg-2ubuntu1
* Merge from debian testing (LP: #492898), remaining changes:
  - debian/perldl.conf: Enabled NAN support.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#! /bin/sh /usr/share/dpatch/dpatch-run
2
 
## 10_upstream_testsuite_64bit.dpatch by Henning Glawe <glaweh@physik.fu-berlin.de>
3
 
##
4
 
## All lines beginning with `## DP:' are a description of the patch.
5
 
## DP: classify also ia64 as a 64 bit architecture
6
 
 
7
 
@DPATCH@
8
 
diff -urNad pdl-2.4.3/t/flexraw.t /tmp/dpep.iGuX3h/pdl-2.4.3/t/flexraw.t
9
 
--- pdl-2.4.3/t/flexraw.t       2006-08-10 21:19:27.000000000 +0200
10
 
+++ /tmp/dpep.iGuX3h/pdl-2.4.3/t/flexraw.t      2006-09-25 10:41:22.950116000 +0200
11
 
@@ -24,8 +24,8 @@
12
 
 
13
 
     unless ( $PDL::Config{WITH_SLATEC} ) {
14
 
         plan skip_all => "Skipped tests as F77 compiler not found";
15
 
-    } elsif ($Config{archname} =~ /x86_64/) {
16
 
-        plan skip_all => "Skipped tests for 64 bit architecture: x86_64";
17
 
+    } elsif ($Config{archname} =~ /(x86_64|ia64)/) {
18
 
+        plan skip_all => "Skipped tests for 64 bit architecture: $1";
19
 
     } else {
20
 
        plan tests => $ntests;
21
 
     }