~ubuntu-branches/ubuntu/trusty/pdl/trusty-proposed

« back to all changes in this revision

Viewing changes to debian/patches/20-clean-inlinepdlpp.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
## 20-clean-inlinepdlpp.dpatch by  <glaweh@debian.org>
 
3
##
 
4
## All lines beginning with `## DP:' are a description of the patch.
 
5
## DP: No description.
 
6
 
 
7
@DPATCH@
 
8
diff -urNad pdl-2.4.5+dfsg~/Makefile.PL pdl-2.4.5+dfsg/Makefile.PL
 
9
--- pdl-2.4.5+dfsg~/Makefile.PL 2009-10-24 14:45:58.000000000 +0000
 
10
+++ pdl-2.4.5+dfsg/Makefile.PL  2009-11-05 08:28:31.331871450 +0000
 
11
@@ -478,7 +478,7 @@
 
12
                  'FILES' => $cleanup .
 
13
                      'tbyte.tif tmp0 tmp0.hdr tushort.tif ' .
 
14
                      'MANIFEST.bak tmp1* tmpraw* t/tmpraw* t/tmp1* ' .
 
15
-                      '_Inline/'
 
16
+                      '_Inline/ .inlinepdlpp/'
 
17
                      },
 
18
              'realclean' => {'FILES' => 'Basic/Core/Config.pm'},
 
19
              ($] ge '5.005') ? (