Bug#954833: libcss-minifier-perl: typo in POD

Ricardo Mones mones at debian.org
Tue Mar 24 08:38:00 GMT 2020


Package: libcss-minifier-perl
Severity: minor
Tags: patch upstream

Hi maintainers,

Just fixing a typo found while reading the package documentation, patch
attached.

best regards,

-- System Information:
Debian Release: 10.3
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 4.19.0-8-amd64 (SMP w/4 CPU cores)
Locale: LANG=es_ES.UTF-8, LC_CTYPE=es_ES.UTF-8 (charmap=UTF-8), LANGUAGE=es_ES.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages libcss-minifier-perl depends on:
ii  perl  5.28.1-6

libcss-minifier-perl recommends no packages.

libcss-minifier-perl suggests no packages.
-------------- next part --------------
>From 97923375fd48b895f48523ccd5a5ea0b803840e9 Mon Sep 17 00:00:00 2001
From: Ricardo Mones <mones at debian.org>
Date: Tue, 24 Mar 2020 00:32:12 +0100
Subject: [PATCH] Add patch to fix typo in POD

---
 debian/patches/fix-typo.patch | 16 ++++++++++++++++
 debian/patches/series         |  1 +
 2 files changed, 17 insertions(+)
 create mode 100644 debian/patches/fix-typo.patch
 create mode 100644 debian/patches/series

diff --git a/debian/patches/fix-typo.patch b/debian/patches/fix-typo.patch
new file mode 100644
index 0000000..9727eaa
--- /dev/null
+++ b/debian/patches/fix-typo.patch
@@ -0,0 +1,16 @@
+Subject: Fix typo in exported name
+From: Ricardo Mones <mones at debian.org>
+
+diff --git a/lib/CSS/Minifier.pm b/lib/CSS/Minifier.pm
+index b0742a4..42bef3e 100644
+--- a/lib/CSS/Minifier.pm
++++ b/lib/CSS/Minifier.pm
+@@ -308,7 +308,7 @@ For static CSS files, it is recommended that you minify during the build stage o
+ 
+ None by default.
+ 
+-Exportable on demand: minifiy()
++Exportable on demand: minify()
+ 
+ 
+ =head1 SEE ALSO
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..60dbe30
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+fix-typo.patch
-- 
2.20.1



More information about the pkg-perl-maintainers mailing list