Package: g15mpd
Severity: minor
Tags: l10n patch

Dear Maintainer,

Thanks for packaging g15mpd.

I was translating the package descriptions into Spanish, and I noticed the
English original short description begins with Uppercase instead of lowercase.

As per https://www.debian.org/doc/manuals/developers-reference/ch06.en.html
#bpp-pkg-synopsis, begin the short description with lowercase is the recommended
way.

I'm attaching a new diff file, updating the short descriptions
included.

Thanks!

-- 
Laura Arjona Reina
https://wiki.debian.org/LauraArjona
--- g15mpd-1.2svn.0.svn319.orig/Makefile.am
+++ g15mpd-1.2svn.0.svn319/Makefile.am
@@ -1,12 +1,12 @@
 
-AM_CFLAGS = -O3 -Wall @CFLAGS@ -I$(top_builddir) -I$(top_srcdir) 
+AM_CFLAGS = -O3 -Wall @CFLAGS@ -I$(top_builddir) -I$(top_srcdir) 
-DVERSION=\"$(VERSION)\"
 METASOURCES = AUTO
 bin_PROGRAMS = g15mpd
 
 docdir = $(prefix)/share/doc/$(PACKAGE)-$(VERSION)
 doc_DATA = README ChangeLog AUTHORS NEWS COPYING
 
-LIBS = -lg15daemon_client -lg15render -lmpd 
+LIBS = -lg15daemon_client -lg15render -lmpd -lpthread
 IMCLUDES = -I
 g15mpd_LDFLAGS = -avoid-version
 g15mpd_SOURCES =  g15mpd.c
--- g15mpd-1.2svn.0.svn319.orig/debian/changelog
+++ g15mpd-1.2svn.0.svn319/debian/changelog
@@ -0,0 +1,34 @@
+g15mpd (1.2svn.0.svn319-3.2) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * debian/control: Switch to automake1.11. (Closes: #724372)
+
+ -- Eric Dorland <e...@debian.org>  Thu, 06 Mar 2014 00:04:19 -0500
+
+g15mpd (1.2svn.0.svn319-3.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Link against libpthread. (Closes: #554383, #713677).
+
+ -- Barry deFreese <bdefre...@debian.org>  Mon, 08 Jul 2013 17:46:13 -0400
+
+g15mpd (1.2svn.0.svn319-3) unstable; urgency=medium
+
+  * add libfreetype6-dev dependency
+
+ -- Giacomo Catenazzi <c...@debian.org>  Thu, 23 Apr 2009 12:01:49 +0200
+
+g15mpd (1.2svn.0.svn319-2) unstable; urgency=medium
+
+  * Applied patch to "FTBFS: Could not find libmpd/libmpd.h",
+    thanks Peter. (Closes: #521928)
+  * Usual updates (Homepage fields, policy) 
+
+ -- Giacomo Catenazzi <c...@debian.org>  Fri, 03 Apr 2009 08:12:06 +0200
+
+g15mpd (1.2svn.0.svn319-1) unstable; urgency=low
+
+  * Initial release (4th upstream package in g15daemon.sf.net)
+
+ -- Giacomo Catenazzi <c...@debian.org>  Tue, 20 Nov 2007 07:47:22 +0100
+
--- g15mpd-1.2svn.0.svn319.orig/debian/compat
+++ g15mpd-1.2svn.0.svn319/debian/compat
@@ -0,0 +1 @@
+5
--- g15mpd-1.2svn.0.svn319.orig/debian/control
+++ g15mpd-1.2svn.0.svn319/debian/control
@@ -0,0 +1,17 @@
+Source: g15mpd
+Section: utils
+Priority: optional
+Maintainer: Giacomo Catenazzi <c...@debian.org>
+Build-Depends: cdbs, debhelper (>= 5), autotools-dev,
+ automake1.11, libtool, libusb-dev, libfreetype6-dev,
+ libg15-dev, libg15daemon-client-dev, libg15render-dev,
+ libmpd-dev
+Standards-Version: 3.8.1
+Homepage: http://www.g15tools.com/
+
+Package: g15mpd
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: simple frontend for the MPD Media Player Daemon, for use with 
g15daemon
+ This package provides a fontend for MPD Media Player Daemon, displaying
+ information on the LCD in G15 keyboard.
--- g15mpd-1.2svn.0.svn319.orig/debian/copyright
+++ g15mpd-1.2svn.0.svn319/debian/copyright
@@ -0,0 +1,31 @@
+This package was debianized by Giacomo Catenazzi <c...@debian.org> on
+Tue Nov 20 07:52:50 CET 2007.
+
+It was downloaded from <http://g15daemon.sf.net>
+
+Upstream Authors: 
+
+    Mike Lampard <mlamp...@users.sourceforge.net>
+    Nedko Arnaudov
+
+Copyright: 
+
+    (c) 2006-2007 Mike Lampard
+
+License:
+
+    g15daemon is free software; you can redistribute it and/or modify
+    it under the terms of the GNU General Public License as published by
+    the Free Software Foundation; either version 2 of the License, or
+    (at your option) any later version.
+
+    g15daemon is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+    GNU General Public License for more details.
+
+License can be found in the file `/usr/share/common-licenses/GPL-2'.
+
+The Debian packaging is (C) 2007, Giacomo Catenazzi <c...@debian.org> and
+is licensed under the GPL v2 (or later), see 
`/usr/share/common-licenses/GPL-2'.
+
--- g15mpd-1.2svn.0.svn319.orig/debian/dirs
+++ g15mpd-1.2svn.0.svn319/debian/dirs
@@ -0,0 +1,2 @@
+usr/bin
+usr/sbin
--- g15mpd-1.2svn.0.svn319.orig/debian/docs
+++ g15mpd-1.2svn.0.svn319/debian/docs
@@ -0,0 +1,2 @@
+NEWS
+README
--- g15mpd-1.2svn.0.svn319.orig/debian/g15mpd.install
+++ g15mpd-1.2svn.0.svn319/debian/g15mpd.install
@@ -0,0 +1 @@
+debian/tmp/usr/bin/g15mpd usr/bin
--- g15mpd-1.2svn.0.svn319.orig/debian/g15mpd.manpages
+++ g15mpd-1.2svn.0.svn319/debian/g15mpd.manpages
@@ -0,0 +1 @@
+g15mpd.1
--- g15mpd-1.2svn.0.svn319.orig/debian/rules
+++ g15mpd-1.2svn.0.svn319/debian/rules
@@ -0,0 +1,19 @@
+#!/usr/bin/make -f
+
+AUTOMAKE_REMOVE := Makefile Makefile.in configure aclocal.m4 *.lo *.o *.la
+AUTOMAKE_REMOVE += config.status config.log config.h config.h.in config/* 
libtool stamp-h1 .libs
+
+export CPPFLAGS += -I/usr/include/libmpd-1.0
+
+clean::
+       -rm -Rf $(AUTOMAKE_REMOVE) g15mpd
+
+makebuilddir:: Makefile
+
+Makefile:: Makefile.am autogen.sh
+       ./autogen.sh
+ 
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/autotools.mk
+
+DEB_DESTDIR = $(CURDIR)/debian/tmp/
--- g15mpd-1.2svn.0.svn319.orig/debian/watch
+++ g15mpd-1.2svn.0.svn319/debian/watch
@@ -0,0 +1,7 @@
+# See uscan(1) for format
+
+# Compulsory line, this is a version 3 file
+version=3
+
+http://sf.net/g15daemon/g15mpd-([1-9].*)\.tar\.bz2
+
--- g15mpd-1.2svn.0.svn319.orig/g15mpd.1
+++ g15mpd-1.2svn.0.svn319/g15mpd.1
@@ -0,0 +1,50 @@
+.TH "g15mpd" "1" "3.1" "G15Daemon - g15mpd" "G15Daemon User Manual"
+
+.SH "NAME"
+g15mpd \- A simple frontend for the MPD Media Player Daemon, for use with 
g15daemon
+
+.SH "DESCRIPTION"
+This package provides a fontend for MPD Media Player Daemon, displaying 
information on the LCD in G15 keyboard/
+
+.SH "OPTIONS"
+g15mpd understands the following options:
+.br
+.P
+.HP
+\-h     Show usage information.
+.P
+.HP
+\-q     Use volume control to scroll through the playlist.
+.P
+.HP
+\-v    Show program version.
+
+.SH "FEATURES"
+Features:
+\- Artist/Title Info is displayed
+.br
+\- Track time elapsed/total time is displayed, with a completion bar.
+.br
+\- Random and Repeat modes are available.
+.br
+\- Multimedia keys are usable when run from X.
+
+.SH "CAVEATS"
+\- Requires MPD to be running in the background.
+.br
+\- In order for multimedia keys to function, the frontend must be run from
+X11, either in a console, or at X login.
+.br
+\- Requires that X11 has been configured to understand the mediakeys, either
+via the g15daemon xmodmap file, or a similar keyboard being selected in X
+configuration.
+.br
+\- Currently, playlist management is not available, so another mpd frontend 
will be required to create
+  one.
+.SH "AUTHOR"
+Mike Lampard
+.SH "SEE ALSO"
+.BR g15daemon (1),
+.BR libg15 (3),
+
+

Reply via email to