diff options
author | Jonathan McCrohan <jmccrohan@gmail.com> | 2012-02-26 20:54:24 +0000 |
---|---|---|
committer | Jonathan McCrohan <jmccrohan@gmail.com> | 2012-02-26 21:02:29 +0000 |
commit | 660e54c5cb769a5a97af343d2cb412c0b70d8537 (patch) | |
tree | 10fdbad568aa9734e6ea7fec01aa74fa75387495 /debian/control | |
parent | 2fd842662fe2b9c3c183492949838ffa43d2796e (diff) | |
download | libconfig-660e54c5cb769a5a97af343d2cb412c0b70d8537.tar.gz |
Lintian Fixes.
P: libconfig source: source-contains-prebuilt-binary contrib/cmake/CMakeFiles/CompilerIdCXX/a.out
P: libconfig source: source-contains-prebuilt-binary contrib/cmake/CMakeFiles/CompilerIdC/a.out
P: libconfig source: unneeded-build-dep-on-quilt
W: libconfig source: out-of-date-standards-version 3.9.2 (current is 3.9.3)
P: libconfig9: copyright-with-old-dh-make-debian-copyright
P: libconfig++9: copyright-with-old-dh-make-debian-copyright
P: libconfig++-dbg: copyright-with-old-dh-make-debian-copyright
I: libconfig++-dbg: extended-description-is-probably-too-short
P: libconfig-dev: copyright-with-old-dh-make-debian-copyright
P: libconfig-dbg: copyright-with-old-dh-make-debian-copyright
I: libconfig-dbg: extended-description-is-probably-too-short
P: libconfig++-dev: copyright-with-old-dh-make-debian-copyright
Diffstat (limited to '')
-rw-r--r-- | debian/control | 20 |
1 files changed, 18 insertions, 2 deletions
diff --git a/debian/control b/debian/control index e5ee4b6..19b95a8 100644 --- a/debian/control +++ b/debian/control @@ -2,8 +2,8 @@ Source: libconfig Priority: optional Maintainer: Jose Luis Tallon <jltallon@adv-solutions.net> Uploaders: Jonathan McCrohan <jmccrohan@gmail.com> -Build-Depends: debhelper (>= 7.0.50~), autotools-dev, texinfo, texlive-latex-base, quilt -Standards-Version: 3.9.2 +Build-Depends: debhelper (>= 7.0.50~), autotools-dev, texinfo, texlive-latex-base +Standards-Version: 3.9.3 Homepage: http://www.hyperrealm.com/libconfig/ Section: libs @@ -88,6 +88,14 @@ Priority: extra Architecture: any Depends: libconfig9 (= ${binary:Version}), ${misc:Depends} Description: debug symbols for libconfig9 + This library features a fully reentrant parser and includes bindings for + both the C and C++ programming languages. It runs on modern POSIX-compliant + systems such as Linux, Solaris, and Mac OS X (Darwin), as well as on + Microsoft Windows 2000/XP and later (Visual Studio or MinGW). + . + This library allows parsing, manipulating and writing structured configuration + files. + . This package provides debugging information for the libconfig library. Package: libconfig++-dbg @@ -96,4 +104,12 @@ Priority: extra Architecture: any Depends: libconfig++9 (= ${binary:Version}), ${misc:Depends} Description: debug symbols for libconfig++9 + This library features a fully reentrant parser and includes bindings for + both the C and C++ programming languages. It runs on modern POSIX-compliant + systems such as Linux, Solaris, and Mac OS X (Darwin), as well as on + Microsoft Windows 2000/XP and later (Visual Studio or MinGW). + . + This library allows parsing, manipulating and writing structured configuration + files. + . This package provides debugging information for the libconfig++ library. |