diff options
-rwxr-xr-x | contrib/cmake/CMakeFiles/CompilerIdC/a.out | bin | 8337 -> 0 bytes | |||
-rwxr-xr-x | contrib/cmake/CMakeFiles/CompilerIdCXX/a.out | bin | 8466 -> 0 bytes | |||
-rw-r--r-- | debian/control | 20 | ||||
-rw-r--r-- | debian/copyright | 7 |
4 files changed, 22 insertions, 5 deletions
diff --git a/contrib/cmake/CMakeFiles/CompilerIdC/a.out b/contrib/cmake/CMakeFiles/CompilerIdC/a.out Binary files differdeleted file mode 100755 index b18090c..0000000 --- a/contrib/cmake/CMakeFiles/CompilerIdC/a.out +++ /dev/null diff --git a/contrib/cmake/CMakeFiles/CompilerIdCXX/a.out b/contrib/cmake/CMakeFiles/CompilerIdCXX/a.out Binary files differdeleted file mode 100755 index 74b17e6..0000000 --- a/contrib/cmake/CMakeFiles/CompilerIdCXX/a.out +++ /dev/null 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'. |