diff options
author | Jonathan McCrohan <jmccrohan@gmail.com> | 2012-11-17 16:57:30 +0000 |
---|---|---|
committer | Jonathan McCrohan <jmccrohan@gmail.com> | 2012-11-17 16:57:30 +0000 |
commit | f2499612c5594944d3e0891259859668d35c85b2 (patch) | |
tree | 0672f579db91cfaca7a2935a86991fa67b5aae59 /debian/control | |
parent | 429e46051dba814e7d6c74368eb1bba550222cbe (diff) | |
download | libconfig-f2499612c5594944d3e0891259859668d35c85b2.tar.gz |
Imported Upstream version 1.4.9upstream/1.4.9
Diffstat (limited to '')
-rw-r--r-- | debian/control | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/control b/debian/control index fdc0a8c..5ac5e83 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: libconfig Priority: optional Maintainer: Klaus Schneider <kschn@users.sourceforge.net> Uploaders: Julien Danjou <acid@debian.org> -Build-Depends: debhelper (>= 5), autotools-dev, texinfo +Build-Depends: debhelper (>= 5), autotools-dev, texinfo, texlive-latex-base Standards-Version: 3.8.0 Homepage: http://www.hyperrealm.com/libconfig/ Section: libs @@ -40,7 +40,7 @@ Section: libdevel Architecture: any Provides: libconfig-dev Depends: libconfig9 (= ${binary:Version}), pkg-config (>= 0.20) -Conflicts: libconfigduo6-dev, libconfig6-dev +Conflicts: libconfig8-dev Description: processing of structured config files (development) This library features a fully reentrant parser and includes bindings for both the C and C++ programming languages. It runs on modern POSIX-compliant @@ -64,7 +64,7 @@ Section: libdevel Architecture: any Provides: libconfig++-dev Depends: libconfig++9 (= ${binary:Version}), libconfig9 (= ${binary:Version}), pkg-config (>= 0.20) -Conflicts: libconfigduo6-dev, libconfig++6-dev +Conflicts: libconfig++8-dev Description: processing of structured config files (C++ development) This library features a fully reentrant parser and includes bindings for both the C and C++ programming languages. It runs on modern POSIX-compliant |