File: do-not-install-dateparse.patch

package info (click to toggle)
libdatetime-format-natural-perl 1.04-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 536 kB
  • ctags: 176
  • sloc: perl: 8,215; makefile: 2
file content (33 lines) | stat: -rw-r--r-- 918 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Description: do not install dateparse into /usr/bin
Origin: vendor
Forwarded: not-needed
Author: Ansgar Burchardt <ansgar@debian.org>
Reviewed-by: gregor herrmann <gregoa@debian.org>
Last-Update: 2015-06-05

--- a/Build.PL
+++ b/Build.PL
@@ -34,7 +34,7 @@ my $build = Module::Build->new
                        'Test::More' => 0,
                      },
    recommends => { 'Date::Calc' => 0 },
-   script_files => [ 'scripts/dateparse' ],
+#   script_files => [ 'scripts/dateparse' ],
    license => 'perl',
    create_readme => 1,
    create_makefile_pl => 'traditional',
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -26,9 +26,9 @@ WriteMakefile
                    'boolean' => 0
                  },
   'INSTALLDIRS' => 'site',
-  'EXE_FILES' => [
-                   'scripts/dateparse'
-                 ],
+  #'EXE_FILES' => [
+  #                 'scripts/dateparse'
+  #               ],
   'PL_FILES' => {}
 )
 ;