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

2020-03-24 Thread gregor herrmann
On Tue, 24 Mar 2020 09:38:00 +0100, Ricardo Mones wrote:

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

Thanks, applied in git and forwarded upstream.
 
Cheers,
gregor

-- 
 .''`.  https://info.comodo.priv.at -- Debian Developer https://www.debian.org
 : :' : OpenPGP fingerprint D1E1 316E 93A7 60A8 104D  85FA BB3A 6801 8649 AA06
 `. `'  Member VIBE!AT & SPI Inc. -- Supporter Free Software Foundation Europe
   `-   NP: Tracy Chapman: Subcity


signature.asc
Description: Digital Signature


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

2020-03-24 Thread Ricardo Mones
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.
>From 97923375fd48b895f48523ccd5a5ea0b803840e9 Mon Sep 17 00:00:00 2001
From: Ricardo Mones 
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 000..9727eaa
--- /dev/null
+++ b/debian/patches/fix-typo.patch
@@ -0,0 +1,16 @@
+Subject: Fix typo in exported name
+From: Ricardo Mones 
+
+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 000..60dbe30
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+fix-typo.patch
-- 
2.20.1