aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan McCrohan <jmccrohan@gmail.com>2012-02-26 20:54:24 +0000
committerJonathan McCrohan <jmccrohan@gmail.com>2012-02-26 21:02:29 +0000
commit660e54c5cb769a5a97af343d2cb412c0b70d8537 (patch)
tree10fdbad568aa9734e6ea7fec01aa74fa75387495
parent2fd842662fe2b9c3c183492949838ffa43d2796e (diff)
downloadlibconfig-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
-rwxr-xr-xcontrib/cmake/CMakeFiles/CompilerIdC/a.outbin8337 -> 0 bytes
-rwxr-xr-xcontrib/cmake/CMakeFiles/CompilerIdCXX/a.outbin8466 -> 0 bytes
-rw-r--r--debian/control20
-rw-r--r--debian/copyright7
4 files changed, 22 insertions, 5 deletions
diff --git a/contrib/cmake/CMakeFiles/CompilerIdC/a.out b/contrib/cmake/CMakeFiles/CompilerIdC/a.out
deleted file mode 100755
index b18090c..0000000
--- a/contrib/cmake/CMakeFiles/CompilerIdC/a.out
+++ /dev/null
Binary files differ
diff --git a/contrib/cmake/CMakeFiles/CompilerIdCXX/a.out b/contrib/cmake/CMakeFiles/CompilerIdCXX/a.out
deleted file mode 100755
index 74b17e6..0000000
--- a/contrib/cmake/CMakeFiles/CompilerIdCXX/a.out
+++ /dev/null
Binary files differ
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.
diff --git a/debian/copyright b/debian/copyright
index d5bdc98..c5556f6 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -30,6 +30,7 @@ On Debian systems, the full text of GNU's Lesser General Public License can
be found at /usr/share/common-licenses/LGPL-2.1
-The Debian packaging is (C) 2006-2009, Jose Luis Tallon <jltallon@adv-solutions.net>,
-(C) 2011-2012, Jonathan McCrohan <jmccrohan@gmail.com> and is licensed under
-the GPL version 2, see `/usr/share/common-licenses/GPL-2'.
+The Debian packaging is copyright 2006-2009, Jose Luis Tallon
+<jltallon@adv-solutions.net>, copyright 2011-2012, Jonathan McCrohan
+<jmccrohan@gmail.com> and is licensed under the GPL version 2, see
+`/usr/share/common-licenses/GPL-2'.