File: do-not-install-dateparse.patch

package info (click to toggle)
libdatetime-format-natural-perl 1.21-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 616 kB
  • sloc: perl: 9,587; makefile: 2
file content (18 lines) | stat: -rw-r--r-- 521 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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: 2023-02-05

--- a/Build.PL
+++ b/Build.PL
@@ -35,7 +35,7 @@
                       'Test::More' => 0,
                     },
    recommends => { 'Date::Calc' => 0 },
-   script_files => [ 'scripts/dateparse' ],
+#   script_files => [ 'scripts/dateparse' ],
    license => 'perl',
    create_readme => 1,
    meta_merge => {