summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÉtienne Mollier <emollier@debian.org>2024-01-13 19:15:21 +0100
committerÉtienne Mollier <emollier@debian.org>2024-01-13 19:15:21 +0100
commit2dff3defd371c5c869aaf8f2e1b676163421f5c0 (patch)
treee45e709a277e9355a9b03d5e9df0cd3b0c07c5c7
parent6980d102c61f3d0de2a48f373b539659c4a16f66 (diff)
typo.patch: remove: applied upstream.
-rw-r--r--debian/patches/series1
-rw-r--r--debian/patches/typo.patch17
2 files changed, 0 insertions, 18 deletions
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 738c1cc..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-typo.patch
diff --git a/debian/patches/typo.patch b/debian/patches/typo.patch
deleted file mode 100644
index 73d0eae..0000000
--- a/debian/patches/typo.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-Description: fix typo caught by lintian.
-Author: Edward Betts
-Forwarded: https://github.com/briandfoy/test-manifest/commit/d46f723f497c2fe329029789180927c083a7ebdc
-Last-Update: 2022-11-21
----
-This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
---- libtest-manifest-perl.orig/lib/Test/Manifest.pm
-+++ libtest-manifest-perl/lib/Test/Manifest.pm
-@@ -90,7 +90,7 @@
-
- =head2 Module::Build
-
--Overiding parts of C<Module::Build> is tricker if you want to use the
-+Overriding parts of C<Module::Build> is tricker if you want to use the
- subclassing mechanism and still make C<Test::Manifest> optional. If you
- can load C<Test::Manifest> (version 2.00 or later), C<Test::Manifest> can
- create the subclass for you.