r52752 - in /trunk/libaudio-wav-perl/debian: README.source changelog control patches/ patches/fix-pod-spelling.patch patches/series rules

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Mon Feb 15 00:18:07 UTC 2010


Author: jawnsy-guest
Date: Mon Feb 15 00:17:44 2010
New Revision: 52752

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=52752
Log:
Add patch to fix POD spelling errors

Added:
    trunk/libaudio-wav-perl/debian/README.source
    trunk/libaudio-wav-perl/debian/patches/
    trunk/libaudio-wav-perl/debian/patches/fix-pod-spelling.patch
    trunk/libaudio-wav-perl/debian/patches/series
Modified:
    trunk/libaudio-wav-perl/debian/changelog
    trunk/libaudio-wav-perl/debian/control
    trunk/libaudio-wav-perl/debian/rules

Added: trunk/libaudio-wav-perl/debian/README.source
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libaudio-wav-perl/debian/README.source?rev=52752&op=file
==============================================================================
--- trunk/libaudio-wav-perl/debian/README.source (added)
+++ trunk/libaudio-wav-perl/debian/README.source Mon Feb 15 00:17:44 2010
@@ -1,0 +1,5 @@
+This package uses quilt to manage all modifications to the upstream
+source.  Changes are stored in the source package as diffs in
+debian/patches and applied during the build.
+ 
+See /usr/share/doc/quilt/README.source for a detailed explanation.

Modified: trunk/libaudio-wav-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libaudio-wav-perl/debian/changelog?rev=52752&op=diff
==============================================================================
--- trunk/libaudio-wav-perl/debian/changelog (original)
+++ trunk/libaudio-wav-perl/debian/changelog Mon Feb 15 00:17:44 2010
@@ -7,6 +7,7 @@
   * Rewrite control description
   * Update to new short debhelper rules format
   * Update copyright to new DEP5 format
+  * Add patch to fix POD spelling errors
 
   [ gregor herrmann ]
   * debian/control: Changed: Switched Vcs-Browser field to ViewSVN
@@ -15,7 +16,7 @@
   [ Nathan Handler ]
   * debian/watch: Update to ignore development releases.
 
- -- Jonathan Yu <jawnsy at cpan.org>  Sun, 14 Feb 2010 19:16:36 -0500
+ -- Jonathan Yu <jawnsy at cpan.org>  Sun, 14 Feb 2010 19:36:17 -0500
 
 libaudio-wav-perl (0.06-3) unstable; urgency=low
 

Modified: trunk/libaudio-wav-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libaudio-wav-perl/debian/control?rev=52752&op=diff
==============================================================================
--- trunk/libaudio-wav-perl/debian/control (original)
+++ trunk/libaudio-wav-perl/debian/control Mon Feb 15 00:17:44 2010
@@ -1,7 +1,7 @@
 Source: libaudio-wav-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7)
+Build-Depends: debhelper (>= 7.0.8), quilt (>= 0.46-7)
 Build-Depends-Indep: perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Gonéri Le Bouder <goneri at rulezlan.org>,

Added: trunk/libaudio-wav-perl/debian/patches/fix-pod-spelling.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libaudio-wav-perl/debian/patches/fix-pod-spelling.patch?rev=52752&op=file
==============================================================================
--- trunk/libaudio-wav-perl/debian/patches/fix-pod-spelling.patch (added)
+++ trunk/libaudio-wav-perl/debian/patches/fix-pod-spelling.patch Mon Feb 15 00:17:44 2010
@@ -1,0 +1,24 @@
+Description: fix POD spelling
+Author: Jonathan Yu <jawnsy at cpan.org>
+Origin: vendor
+Forwarded: no
+--- a/Wav.pm
++++ b/Wav.pm
+@@ -47,7 +47,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();
+@@ -67,7 +67,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();
+     }

Added: trunk/libaudio-wav-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libaudio-wav-perl/debian/patches/series?rev=52752&op=file
==============================================================================
--- trunk/libaudio-wav-perl/debian/patches/series (added)
+++ trunk/libaudio-wav-perl/debian/patches/series Mon Feb 15 00:17:44 2010
@@ -1,0 +1,1 @@
+fix-pod-spelling.patch

Modified: trunk/libaudio-wav-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libaudio-wav-perl/debian/rules?rev=52752&op=diff
==============================================================================
--- trunk/libaudio-wav-perl/debian/rules (original)
+++ trunk/libaudio-wav-perl/debian/rules Mon Feb 15 00:17:44 2010
@@ -1,4 +1,4 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@
+	dh --with quilt $@




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