File: clean_newFile_hd5.patch

package info (click to toggle)
libpdl-io-hdf5-perl 1%3A0.73-6
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 592 kB
  • sloc: perl: 1,544; makefile: 11
file content (15 lines) | stat: -rw-r--r-- 561 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: clean newFile.hdf5, created in test phase.
Author: Henning Glawe <glaweh@debian.org>
Forwarded: https://sourceforge.net/p/pdl/patches/83/

--- a/Makefile.PL
+++ b/Makefile.PL
@@ -218,7 +218,7 @@ WriteMakefile(
 	      'INC'          => &PDL_INCLUDE()." -I$hdf5_include_path", 
 	      'LIBS'         => [$LIBS],  
 	      'clean'        => {'FILES'  => 
-				   'HDF5.pm HDF5.xs HDF5.o HDF5.c'},
+				   'HDF5.pm HDF5.xs HDF5.o HDF5.c newFile.hdf5'},
 	      'dist'         => { COMPRESS => 'gzip', SUFFIX => 'gz', PREOP => $preop },	
 	      );