Package: ebumeter Severity: minor Tags: l10n patch Dear Maintainer,
Thanks for packaging ebumeter. 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 patch for the "control" file, updating all the short descriptions included. Thanks! -- Laura Arjona Reina https://wiki.debian.org/LauraArjona
>From 2a1bd3939f7eedb557db8f6efa56a4816d87c2eb Mon Sep 17 00:00:00 2001 From: Laura Arjona Reina <[email protected]> Date: Mon, 28 Aug 2017 21:14:20 +0200 Subject: [PATCH] Update control file to lowercase the short descriptions --- debian/control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index ad9e321..ae20656 100644 --- a/debian/control +++ b/debian/control @@ -23,7 +23,7 @@ Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends} -Description: Loudness measurement according to EBU-R128 +Description: loudness measurement according to EBU-R128 These tools help controlling loudness of audio material aimed primarily for broadcasting, but they can be useful in other situation. @@ -41,7 +41,7 @@ Architecture: all Section: doc Depends: ${misc:Depends} -Description: Loudness measurement EBU-R128 - documentation +Description: loudness measurement EBU-R128 - documentation These tools help controlling loudness of audio material aimed primarily for broadcasting, but they can be useful in other situation. -- 2.1.4

