File: disable_auto_manifest.patch

package info (click to toggle)
rt-extension-smsnotify 1.04-1.1
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye
  • size: 528 kB
  • sloc: perl: 347; makefile: 3
file content (31 lines) | stat: -rw-r--r-- 988 bytes parent folder | download | duplicates (2)
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
From 6929b971e338364e1a3f450581c51e014bac8f8a Mon Sep 17 00:00:00 2001
From: Dominic Hargreaves <dom@earth.li>
Date: Wed, 17 Jun 2015 15:02:38 +0100
Subject: Disable auto_manifest

This doesn't work, since MANIFEST.SKIP is missing

Patch-Name: disable_auto_manifest.patch
---
 Makefile.PL | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/Makefile.PL b/Makefile.PL
index 0fc497e..4543017 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -1,5 +1,4 @@
 use inc::Module::Install 0.77;
-use Module::Install::AutoManifest;
 use Module::Install::ReadmeFromPod;
 
 # See http://search.cpan.org/~falcone/Module-Install-RTx/lib/Module/Install/RTx.pm
@@ -22,8 +21,6 @@ readme_from 'lib/RT/Extension/SMSNotify.pm';
 
 license 'perl';
 
-auto_manifest;
-
 homepage 'https://github.com/2ndQuadrant/rt-extension-smsnotify-perl';
 bugtracker 'https://rt.cpan.org/Dist/Display.html?Status=Active&Queue=RT-Extension-SMSNotify';
 repository 'git://github.com/2ndQuadrant/rt-extension-smsnotify-perl.git';