[SCM] Debian packaging of libaudio-wav-perl branch, master, updated. upstream/0.13-26-g853f6c2

Fabrizio Regalli fabreg at fabreg.it
Wed Apr 4 09:42:19 UTC 2012


The following commit has been merged in the master branch:
commit 853f6c2caf4f10912fe833bda032bce0a0f091a6
Author: Fabrizio Regalli <fabreg at fabreg.it>
Date:   Wed Apr 4 11:42:10 2012 +0200

    Removed fix-pod-spelling.patch: code is now included in source.

diff --git a/debian/changelog b/debian/changelog
index 2f35bb1..9f39397 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,7 @@ libaudio-wav-perl (0.13-1) UNRELEASED; urgency=low
   * Add myself to Uploaders and Copyright
   * Removed 'GNU/Linux' from licenses text in d/copyright
   * Update debian/copyright format as in Debian Policy 3.9.3
+  * Removed fix-pod-spelling.patch: code is now included in source.
 
  -- Fabrizio Regalli <fabreg at fabreg.it>  Wed, 04 Apr 2012 11:28:00 +0200
 
diff --git a/debian/patches/fix-pod-spelling.patch b/debian/patches/fix-pod-spelling.patch
deleted file mode 100644
index 3fa5f85..0000000
--- a/debian/patches/fix-pod-spelling.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-Description: fix POD spelling
-Author: Jonathan Yu <jawnsy at cpan.org>
-Origin: vendor
-Forwarded: https://rt.cpan.org/Ticket/Display.html?id=69644
---- a/Wav.pm
-+++ b/Wav.pm
-@@ -59,7 +59,7 @@
-     $write -> finish();
- 
- 
--    # splitting a multi-channel file to seperate mono files (slowly!);
-+    # splitting a multi-channel file to separate mono files (slowly!);
-     use Audio::Wav;
-     my $read = $wav -> read( '4ch.wav' );
-     my $details = $read -> details();
-@@ -79,7 +79,7 @@
-         }
-     }
- 
--    # not entirely neccessary as finish is done in DESTROY now (if the file hasn't been finished already).
-+    # not entirely necessary as finish is done in DESTROY now (if the file hasn't been finished already).
-     foreach my $write ( @out_files ) {
-         $write -> finish();
-     }
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 5622f22..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-fix-pod-spelling.patch

-- 
Debian packaging of libaudio-wav-perl



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