[SCM] Debian packaging of Term::Size::Any branch, master, updated. b764725c157ade3e131cc897d95c06e3fdae5056

Florian Schlichting fschlich at zedat.fu-berlin.de
Sat Jan 21 21:11:39 UTC 2012


The following commit has been merged in the master branch:
commit b764725c157ade3e131cc897d95c06e3fdae5056
Author: Florian Schlichting <fschlich at zedat.fu-berlin.de>
Date:   Sat Jan 21 22:11:32 2012 +0100

    add fix_pod_spelling.patch

diff --git a/debian/changelog b/debian/changelog
index 502fbb0..8574f68 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
-libterm-size-any-perl (0.001-1) UNRELEASED; urgency=low
+libterm-size-any-perl (0.001-1) unstable; urgency=low
 
   * Initial Release. (Closes: #656796)
 
- -- Florian Schlichting <fschlich at zedat.fu-berlin.de>  Sat, 21 Jan 2012 21:04:28 +0100
+ -- Florian Schlichting <fschlich at zedat.fu-berlin.de>  Sat, 21 Jan 2012 22:11:13 +0100
diff --git a/debian/patches/fix_pod_spelling.patch b/debian/patches/fix_pod_spelling.patch
new file mode 100644
index 0000000..e5fbd7f
--- /dev/null
+++ b/debian/patches/fix_pod_spelling.patch
@@ -0,0 +1,24 @@
+Description: fix pod spelling issues
+Author: Florian Schlichting <fschlich at zedat.fu-berlin.de>
+Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=74220
+
+--- a/lib/Term/Size/Any.pod
++++ b/lib/Term/Size/Any.pod
+@@ -64,7 +64,7 @@
+ 
+ C<chars> returns the terminal size in units of characters
+ corresponding to the given filehandle C<$h>.
+-If the argument is ommitted, C<*STDIN{IO}> is used.
++If the argument is omitted, C<*STDIN{IO}> is used.
+ In scalar context, it returns the terminal width.
+ 
+ =item B<pixels>
+@@ -74,7 +74,7 @@
+ 
+ C<pixels> returns the terminal size in units of pixels
+ corresponding to the given filehandle C<$h>.
+-If the argument is ommitted, C<*STDIN{IO}> is used.
++If the argument is omitted, C<*STDIN{IO}> is used.
+ In scalar context, it returns the terminal width.
+ 
+ Many systems with character-only terminals will return C<(0, 0)>.
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..7cfc98b
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+fix_pod_spelling.patch

-- 
Debian packaging of Term::Size::Any



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