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 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63
|
Description: Ignore patch/reject files mentioned in 1.3.0 release
6 .rej/.patch files are removed via Files-Excluded in d/copyright, but
they are still mentioned in the Makefiles and manifest
Author: Nick Morrott <nickm@debian.org>
Forwarded: https://rt.cpan.org/Ticket/Display.html?id=155091
Last-Update: 2024-08-24
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/MANIFEST
+++ b/MANIFEST
@@ -11,7 +11,6 @@
bin/bot-basicbot-pluggable-cgi
bin/bot-basicbot-pluggable-cli
bin/bot-basicbot-pluggable-infobot-upgrade
-bin/bot-basicbot-pluggable.rej
bin/storable2dbi.pl
dist.ini
examples/chump.cgi
@@ -21,11 +20,8 @@
lib/App/Bot/BasicBot/Pluggable.pm
lib/App/Bot/BasicBot/Pluggable/Terminal.pm
lib/Bot/BasicBot/Pluggable.pm
-lib/Bot/BasicBot/Pluggable.pm.rej
lib/Bot/BasicBot/Pluggable/Module.pm
-lib/Bot/BasicBot/Pluggable/Module.pm.rej
lib/Bot/BasicBot/Pluggable/Module/Auth.pm
-lib/Bot/BasicBot/Pluggable/Module/Auth.pm.rej
lib/Bot/BasicBot/Pluggable/Module/Base.pm
lib/Bot/BasicBot/Pluggable/Module/ChanOp.pm
lib/Bot/BasicBot/Pluggable/Module/DNS.pm
@@ -44,7 +40,6 @@
lib/Bot/BasicBot/Pluggable/Store/Storable.pm
lib/Bot/BasicBot/Pluggable/Terminal.pm
lib/Test/Bot/BasicBot/Pluggable.pm
-lib/Test/Bot/BasicBot/Pluggable.pm.rej
lib/Test/Bot/BasicBot/Pluggable/Store.pm
t/00bootstrap.t
t/01module_base.t
@@ -70,4 +65,3 @@
t/modules/modules/Bar.pm
t/perlcriticrc
t/test.rss
-typos.patch
--- a/Build.PL
+++ b/Build.PL
@@ -67,7 +67,6 @@
"bin/bot-basicbot-pluggable-cgi",
"bin/bot-basicbot-pluggable-cli",
"bin/bot-basicbot-pluggable-infobot-upgrade",
- "bin/bot-basicbot-pluggable.rej",
"bin/storable2dbi.pl"
],
"test_requires" => {
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -22,7 +22,6 @@
"bin/bot-basicbot-pluggable-cgi",
"bin/bot-basicbot-pluggable-cli",
"bin/bot-basicbot-pluggable-infobot-upgrade",
- "bin/bot-basicbot-pluggable.rej",
"bin/storable2dbi.pl"
],
"LICENSE" => "perl",
|