[nama] 06/07: Add patches to fix spelling and POD syntax glitches.

gregor herrmann gregoa at debian.org
Tue Dec 29 03:13:02 UTC 2015


This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository nama.

commit 1380039099c35b11c2f6b4b0946fe1c003aad74a
Author: gregor herrmann <gregoa at debian.org>
Date:   Tue Dec 29 04:04:45 2015 +0100

    Add patches to fix spelling and POD syntax glitches.
---
 debian/patches/pod.patch      | 61 +++++++++++++++++++++++++++++++++++++++++++
 debian/patches/series         |  2 ++
 debian/patches/spelling.patch | 47 +++++++++++++++++++++++++++++++++
 3 files changed, 110 insertions(+)

diff --git a/debian/patches/pod.patch b/debian/patches/pod.patch
new file mode 100644
index 0000000..168c261
--- /dev/null
+++ b/debian/patches/pod.patch
@@ -0,0 +1,61 @@
+Description: POD syntax fixes
+Origin: vendor
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2015-12-29
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=110727
+Bug: https://rt.cpan.org/Ticket/Display.html?id=110727
+
+--- a/lib/Audio/Nama/ChainSetup.pm
++++ b/lib/Audio/Nama/ChainSetup.pm
+@@ -476,7 +476,9 @@
+ 
+ 1;
+ 
+-=head1 Audio::Nama::ChainSetup - routines for generating Ecasound chain setup
++=head1 NAME
++
++Audio::Nama::ChainSetup - routines for generating Ecasound chain setup
+ 
+ =head2 Overview
+ 
+--- a/lib/Audio/Nama/Globals.pm
++++ b/lib/Audio/Nama/Globals.pm
+@@ -173,9 +173,9 @@
+ 1;
+ __END__
+ 
+-=head1 Nama Variables
++=head1 NAME
+ 
+-Variables are listed in multiple files in the source.
++Audio::Nama::Globals - Nama global variables
+ 
+ =head2 Exported
+ 
+@@ -219,11 +219,15 @@
+ should be listed in var_keys or in var_config.
+ Undeclared keys will trigger warnings during build.
+ 
++=back
++
+ =head2 F<var_lists>
+ 
+ Declares lists of variables used in
+ serializing/deserializing.
+ 
++=over
++
+ =item C<@global_effect_chain_vars>
+ 
+ Mainly user defined and system-wide effect chains,
+--- a/script/nama
++++ b/script/nama
+@@ -5,6 +5,8 @@
+ __END__
+ =head1 NAME
+ 
++=encoding UTF-8
++
+ B<Nama> - digital audio workstation
+ 
+ =head1 SYNOPSIS
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..2cd8e6f
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1,2 @@
+spelling.patch
+pod.patch
diff --git a/debian/patches/spelling.patch b/debian/patches/spelling.patch
new file mode 100644
index 0000000..f4f6500
--- /dev/null
+++ b/debian/patches/spelling.patch
@@ -0,0 +1,47 @@
+Description: spelling fixes
+Origin: vendor
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2015-12-29
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=110726
+Bug: https://rt.cpan.org/Ticket/Display.html?id=110726
+
+--- a/lib/Audio/Nama.pm
++++ b/lib/Audio/Nama.pm
+@@ -650,7 +650,7 @@
+   example: |
+     pan 75 # Pan the track to a position between centre and hard right
+     p 50   # Move the current track to the centre.
+-    pan    # Show the current position of teh track in the stereo panorama.
++    pan    # Show the current position of the track in the stereo panorama.
+ pan_right:
+   type: track
+   what: |
+@@ -910,7 +910,7 @@
+     # Now you can start adding your tracks, editing them and mixing them.
+ load_project:
+   type: project
+-  what: Load an existing project. This will load the project from the default project state file. If you wish to load a project state saved to a user specific file, load teh project and then use get_state.
++  what: Load an existing project. This will load the project from the default project state file. If you wish to load a project state saved to a user specific file, load the project and then use get_state.
+   short: load
+   parameters: <string:existing_project_name>
+   example: load my_old_song # Will load my_old_song just as you left it.
+--- a/script/nama
++++ b/script/nama
+@@ -1497,7 +1497,7 @@
+ 
+ pan 75 # Pan the track to a position between centre and hard right
+ p 50   # Move the current track to the centre.
+-pan    # Show the current position of teh track in the stereo panorama.
++pan    # Show the current position of the track in the stereo panorama.
+ 
+ 
+ =back
+@@ -1896,7 +1896,7 @@
+ 
+ =back
+ 
+-=head4 B<load_project> (load) - Load an existing project. This will load the project from the default project state file. If you wish to load a project state saved to a user specific file, load teh project and then use get_state.
++=head4 B<load_project> (load) - Load an existing project. This will load the project from the default project state file. If you wish to load a project state saved to a user specific file, load the project and then use get_state.
+ 
+ =over 8
+ 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/nama.git



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