This is an automated email from the git hooks/post-receive script. gregoa pushed a commit to branch master in repository libaudio-mpd-perl.
commit 260225fba7c10dcf9baa2078bc06104d71933793 Author: gregor herrmann <[email protected]> Date: Fri Apr 29 12:43:33 2016 +0200 Add a patch and a lintian override for spelling issues. --- debian/libaudio-mpd-perl.lintian-overrides | 4 ++++ debian/patches/series | 1 + debian/patches/spelling.patch | 17 +++++++++++++++++ 3 files changed, 22 insertions(+) diff --git a/debian/libaudio-mpd-perl.lintian-overrides b/debian/libaudio-mpd-perl.lintian-overrides new file mode 100644 index 0000000..88daa80 --- /dev/null +++ b/debian/libaudio-mpd-perl.lintian-overrides @@ -0,0 +1,4 @@ +# upstream uses "pathes" instead of "paths" consistently (in both method names and documentation) +libaudio-mpd-perl: spelling-error-in-manpage usr/share/man/man1/mpd-dump-ratings.1p.gz pathes paths +libaudio-mpd-perl: spelling-error-in-manpage usr/share/man/man1/mpd-dump-ratings.1p.gz pathes paths +libaudio-mpd-perl: spelling-error-in-manpage usr/share/man/man3/Audio::MPD::Collection.3pm.gz pathes paths diff --git a/debian/patches/series b/debian/patches/series index d819aee..b982f19 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1 +1,2 @@ unix-socket-in-MPD_HOST.patch +spelling.patch diff --git a/debian/patches/spelling.patch b/debian/patches/spelling.patch new file mode 100644 index 0000000..2a5c89d --- /dev/null +++ b/debian/patches/spelling.patch @@ -0,0 +1,17 @@ +Description: fix a spelling mistake in the POD +Origin: vendor +Forwarded: not-yet: "Unable to login to RT" +Author: gregor herrmann <[email protected]> +Last-Update: 2016-04-29 + +--- a/lib/Audio/MPD/Playlist.pm ++++ b/lib/Audio/MPD/Playlist.pm +@@ -279,7 +279,7 @@ + + $pl->swapid( $songid1, $songid2 ); + +-Swap the postions of song ID C<$songid1> with song ID C<$songid2> in the ++Swap the positions of song ID C<$songid1> with song ID C<$songid2> in the + current playlist. No return value. + + =head2 move -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libaudio-mpd-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
