[SCM] Debian packaging of libfile-mimeinfo-perl branch, master, updated. df0e51b6c015c4d0eda1ebbe163fea6f3d0482ba

gregor herrmann gregoa at debian.org
Tue Aug 9 15:26:27 UTC 2011


The following commit has been merged in the master branch:
commit 982f7050d7c55cb619b97c5c21adda601e8e894f
Author: gregor herrmann <gregoa at debian.org>
Date:   Tue Aug 9 17:18:36 2011 +0200

    Add a patch to fix some spelling mistakes.
    
    Closes: #485372

diff --git a/debian/patches/series b/debian/patches/series
index 81e6318..dd8260c 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 0001-Suggested-fix-for-RT-66841.patch
+spelling.patch
diff --git a/debian/patches/spelling.patch b/debian/patches/spelling.patch
new file mode 100644
index 0000000..037b400
--- /dev/null
+++ b/debian/patches/spelling.patch
@@ -0,0 +1,45 @@
+Description: fix some spelling mistakes
+Origin: vendor
+Bug-Debian: http://bugs.debian.org/485372
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=70171
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2011-08-09
+
+--- a/lib/File/MimeInfo/Magic.pm
++++ b/lib/File/MimeInfo/Magic.pm
+@@ -262,7 +262,7 @@
+ 
+ =head1 DESCRIPTION
+ 
+-This module inherits from L<File::MimeInfo>, it is transparant
++This module inherits from L<File::MimeInfo>, it is transparent
+ to its functions but adds support for the freedesktop magic file.
+ 
+ Magic data is hashed when you need it for the first time.
+--- a/mimetype
++++ b/mimetype
+@@ -302,12 +302,12 @@
+ =item B<--file-compat>
+ 
+ Make mimetype behave a little more L<file(1)> compatible. This
+-is turned on automaticly when you call mimetype by a link
++is turned on automatically when you call mimetype by a link
+ called 'file'.
+ 
+-A single '-' won't be considered a seperator
++A single '-' won't be considered a separator
+ between options and filenames anymore, but becomes identical to L</--stdin>.
+-( You can still use '--' as seperator, but
++( You can still use '--' as separator, but
+ that is not backward compatible with the original file command. )
+ Also the default becomes to print descriptions instead of mimetypes.
+ 
+@@ -360,7 +360,7 @@
+ 
+ =item B<--stdin>
+ 
+-Determine type of content from STDIN, less powerfull then normal file checking
++Determine type of content from STDIN, less powerful then normal file checking
+ because it only uses magic typing. This will happen also if the STDIN filehandle
+ is a pipe.
+ 

-- 
Debian packaging of libfile-mimeinfo-perl



More information about the Pkg-perl-cvs-commits mailing list