From: Alexandre Mestiashvili Date: Thu, 8 Sep 2016 13:52:50 +0000 (+0200) Subject: Add patch fixing a typo X-Git-Tag: archive/raspbian/4.017+ds-1+rpi1~1^2~60 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=ec85e68b09ccd888439a1dcf0ac527a4f71ba4d5;p=libsereal-encoder-perl.git Add patch fixing a typo --- 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