From ec85e68b09ccd888439a1dcf0ac527a4f71ba4d5 Mon Sep 17 00:00:00 2001 From: Alexandre Mestiashvili Date: Thu, 8 Sep 2016 15:52:50 +0200 Subject: [PATCH] Add patch fixing a typo --- debian/patches/series | 1 + debian/patches/typo.patch | 14 ++++++++++++++ 2 files changed, 15 insertions(+) create mode 100644 debian/patches/series create mode 100644 debian/patches/typo.patch diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 0000000..738c1cc --- /dev/null +++ b/debian/patches/series @@ -0,0 +1 @@ +typo.patch diff --git a/debian/patches/typo.patch b/debian/patches/typo.patch new file mode 100644 index 0000000..f0ca69e --- /dev/null +++ b/debian/patches/typo.patch @@ -0,0 +1,14 @@ +Subject: Fix typo detected by lintian: s/peformance/performance/ +From: Debian Perl Group +Forwarded: https://github.com/Sereal/Sereal/issues/146 +--- libsereal-encoder-perl.orig/lib/Sereal/Encoder.pm ++++ libsereal-encoder-perl/lib/Sereal/Encoder.pm +@@ -602,7 +602,7 @@ + we add new options to the encoder that would assist in this regard then + the C will also enable them. These options may come with a + performance penalty so care should be taken to read the Changes file and +-test the peformance implications when upgrading a system that uses this ++test the performance implications when upgrading a system that uses this + option. + + It is important to note that using canonical representation to determine -- 2.30.2