~ubuntu-branches/ubuntu/quantal/libtext-wikiformat-perl/quantal

« back to all changes in this revision

Viewing changes to debian/patches/0002-suppress-packlist.patch

  • Committer: Bazaar Package Importer
  • Author(s): Benjamin Mako Hill
  • Date: 2011-02-12 14:44:49 UTC
  • mfrom: (1.1.3 upstream) (3.1.3 sid)
  • Revision ID: james.westby@ubuntu.com-20110212144449-6lcsb4ihr1ayymis
Tags: 0.79-1
* New upstream release. (Closes: #583317)
* Fixed broken watch file. (Closes: #449734)
* Move to new source format and update package in a various ways.
* Suppress packlist.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
From 418afc6311d4f6e1fa9b7c08b4f26fbc43feb257 Mon Sep 17 00:00:00 2001
 
2
From: Benjamin Mako Hill <mako@atdot.cc>
 
3
Date: Sat, 12 Feb 2011 15:36:06 -0500
 
4
Subject: suppress packlist
 
5
 
 
6
---
 
7
 Build.PL |    1 +
 
8
 1 files changed, 1 insertions(+), 0 deletions(-)
 
9
 
 
10
diff --git a/Build.PL b/Build.PL
 
11
index fe98a79..0e68bfc 100755
 
12
--- a/Build.PL
 
13
+++ b/Build.PL
 
14
@@ -44,6 +44,7 @@ my $build = $class->new(
 
15
        },
 
16
        create_makefile_pl => 'traditional',
 
17
        sign               => '1',
 
18
+    create_packlist => 0,
 
19
 );
 
20
 
 
21
 $build->create_build_script();
 
22
-- 
 
23
1.7.2.3
 
24