summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoenio Costa <joenio@joenio.me>2019-07-19 12:33:48 -0300
committerJoenio Costa <joenio@joenio.me>2019-07-19 12:33:48 -0300
commit32fb5a1e1faf0eb59b7267f3f6d97648d867f509 (patch)
tree0752c67ec654305d34913ac901107384b1635aed
parent2542fd7591cf8db262bbebbe2897fd499eaed912 (diff)
remove patch spelling-error.patch
fixed by upstream in 0.15
-rw-r--r--debian/patches/series1
-rw-r--r--debian/patches/spelling-error.patch16
2 files changed, 0 insertions, 17 deletions
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 1817668..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-spelling-error.patch
diff --git a/debian/patches/spelling-error.patch b/debian/patches/spelling-error.patch
deleted file mode 100644
index 9dcb8bf..0000000
--- a/debian/patches/spelling-error.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-Description: spelling error
-Author: Xavier Guimard <x.guimard@free.fr>
-Forwarded: https://rt.cpan.org/Ticket/Display.html?id=126907
-Last-Update: 2018-08-20
-
---- a/lib/Apache/DProf.pm
-+++ b/lib/Apache/DProf.pm
-@@ -136,7 +136,7 @@
- These limitations are due to the assumption by Devel::DProf that the
- code you are profiling is running under a standard Perl binary (the
- one you run from the command line). C<Devel::Dprof> relies on the
--Perl C<-d> switch for intialization of the Perl debugger, which
-+Perl C<-d> switch for initialization of the Perl debugger, which
- happens inside C<perl_parse()> function call. It also relies on
- Perl's special C<END> subroutines for termination when it writes the
- raw profile to I<tmon.out>. Under the standard command line Perl