File: 0002-suppress-packlist.patch

package info (click to toggle)
libtext-wikiformat-perl 0.79-1
  • links: PTS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch, wheezy
  • size: 236 kB
  • ctags: 61
  • sloc: perl: 1,211; makefile: 55
file content (24 lines) | stat: -rw-r--r-- 539 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
From 418afc6311d4f6e1fa9b7c08b4f26fbc43feb257 Mon Sep 17 00:00:00 2001
From: Benjamin Mako Hill <mako@atdot.cc>
Date: Sat, 12 Feb 2011 15:36:06 -0500
Subject: suppress packlist

---
 Build.PL |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/Build.PL b/Build.PL
index fe98a79..0e68bfc 100755
--- a/Build.PL
+++ b/Build.PL
@@ -44,6 +44,7 @@ my $build = $class->new(
 	},
 	create_makefile_pl => 'traditional',
 	sign               => '1',
+    create_packlist => 0,
 );
 
 $build->create_build_script();
-- 
1.7.2.3