[libvorbis] 01/01: Fix lintian warning "description-synopsis-starts-with-article". Make sure the synopsis of the package description meets the formula "The package [name] provides {a, an, the, some} [synopsis]."
Petter Reinholdtsen
pere at moszumanska.debian.org
Wed Oct 22 08:27:18 UTC 2014
This is an automated email from the git hooks/post-receive script.
pere pushed a commit to branch new-uploaders
in repository libvorbis.
commit 4ab958200ef727cba05f490fdb9cfeddd13d55e2
Author: Martin Steghöfer <martin at steghoefer.eu>
Date: Sun Oct 19 18:55:27 2014 +0200
Fix lintian warning "description-synopsis-starts-with-article". Make sure the synopsis of the package description meets the formula "The package [name] provides {a,an,the,some} [synopsis]."
---
debian/control | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/debian/control b/debian/control
index 03a2edd..ae12bfd 100644
--- a/debian/control
+++ b/debian/control
@@ -19,7 +19,7 @@ Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Conflicts: libvorbis0
Replaces: libvorbis0
-Description: The Vorbis General Audio Compression Codec (Decoder library)
+Description: decoder library for Vorbis General Audio Compression Codec
Ogg Vorbis is a fully open, non-proprietary, patent-and-royalty-free,
general-purpose compressed audio format for audio and music at fixed
and variable bitrates from 16 to 128 kbps/channel.
@@ -33,7 +33,7 @@ Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}, libvorbis0a (= ${binary:Version})
Conflicts: libvorbis0 (<< 1.0.0)
Replaces: libvorbis0 (<< 1.0.0)
-Description: The Vorbis General Audio Compression Codec (Encoder library)
+Description: encoder library for Vorbis General Audio Compression Codec
Ogg Vorbis is a fully open, non-proprietary, patent-and-royalty-free,
general-purpose compressed audio format for audio and music at fixed
and variable bitrates from 16 to 128 kbps/channel.
@@ -48,7 +48,7 @@ Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}, libvorbis0a (= ${binary:Version})
Conflicts: libvorbis0 (<< 1.0.0)
Replaces: libvorbis0 (<< 1.0.0)
-Description: The Vorbis General Audio Compression Codec (High Level API)
+Description: high-level API for Vorbis General Audio Compression Codec
Ogg Vorbis is a fully open, non-proprietary, patent-and-royalty-free,
general-purpose compressed audio format for audio and music at fixed
and variable bitrates from 16 to 128 kbps/channel.
@@ -61,7 +61,7 @@ Architecture: any
Multi-Arch: same
Section: libdevel
Depends: ${misc:Depends}, libogg-dev, libvorbis0a (= ${binary:Version}), libvorbisenc2 (= ${binary:Version}), libvorbisfile3 (= ${binary:Version})
-Description: The Vorbis General Audio Compression Codec (development files)
+Description: development files for Vorbis General Audio Compression Codec
Ogg Vorbis is a fully open, non-proprietary, patent-and-royalty-free,
general-purpose compressed audio format for audio and music at fixed
and variable bitrates from 16 to 128 kbps/channel.
@@ -75,7 +75,7 @@ Multi-Arch: same
Section: debug
Priority: extra
Depends: ${misc:Depends}, libvorbis0a (= ${binary:Version}), libvorbisenc2 (= ${binary:Version}), libvorbisfile3 (= ${binary:Version})
-Description: The Vorbis General Audio Compression Codec (debug files)
+Description: debug files for Vorbis General Audio Compression Codec
Ogg Vorbis is a fully open, non-proprietary, patent-and-royalty-free,
general-purpose compressed audio format for audio and music at fixed
and variable bitrates from 16 to 128 kbps/channel.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-xiph/libvorbis.git
More information about the pkg-xiph-commits
mailing list