[SCM] Debian packaging of libdevice-usb-perl branch, master, updated. debian/0.35-2-13-g302c393

gregor herrmann gregoa at debian.org
Sun May 12 17:47:03 UTC 2013


The following commit has been merged in the master branch:
commit 03920931f554ceb51b8e3919a87d8c943e1c275e
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun May 12 18:12:15 2013 +0200

    New patch pod-encoding.diff: add encoding information to POD.
    
    Closes: #708012

diff --git a/debian/patches/pod-encoding.diff b/debian/patches/pod-encoding.diff
new file mode 100644
index 0000000..42f8da2
--- /dev/null
+++ b/debian/patches/pod-encoding.diff
@@ -0,0 +1,29 @@
+Description: add encoding information to POD
+Origin: vendor
+Bug: https://rt.cpan.org/Public/Bug/Display.html?id=78940
+Bug-Debian: http://bugs.debian.org/708012
+Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=78940
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2013-05-12
+
+--- a/lib/Device/USB.pm
++++ b/lib/Device/USB.pm
+@@ -39,6 +39,8 @@
+ use constant CLASS_DATA =>   10;
+ use constant CLASS_VENDOR_SPEC => 0xff;
+ 
++=encoding utf8
++
+ =head1 NAME
+ 
+ Device::USB - Use libusb to access USB devices.
+--- a/lib/Device/USB/Bus.pm
++++ b/lib/Device/USB/Bus.pm
+@@ -5,6 +5,7 @@
+ use strict;
+ use Carp;
+ 
++=encoding utf8
+ 
+ =head1 NAME
+ 
diff --git a/debian/patches/series b/debian/patches/series
index 2cd1646..a617908 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -2,3 +2,4 @@ disable-tests
 fix-typo
 fix-buildsystem
 just-assume-libusb-is-there.diff
+pod-encoding.diff

-- 
Debian packaging of libdevice-usb-perl



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