diff options
author | Jose Luis Tallon <jltallon@adv-solutions.net> | 2009-09-13 04:25:14 +0200 |
---|---|---|
committer | Jonathan McCrohan <jmccrohan@gmail.com> | 2011-12-01 22:54:17 +0000 |
commit | d4b5ddf4bcacd692011f5a597025c38a1262d6ca (patch) | |
tree | a92a83586029b64929aaedb3e5568704e0c7e7db /debian/control | |
parent | 58bf1382be0cbcf3f9649286fd2719b789a1595f (diff) | |
download | libconfig-d4b5ddf4bcacd692011f5a597025c38a1262d6ca.tar.gz |
Imported Debian patch 1.3.2-2debian/1.3.2-2
Diffstat (limited to '')
-rw-r--r-- | debian/control | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/debian/control b/debian/control index 7c3b01d..3afc71b 100644 --- a/debian/control +++ b/debian/control @@ -1,9 +1,8 @@ Source: libconfig Priority: optional -Maintainer: Klaus Schneider <kschn@users.sourceforge.net> -Uploaders: Julien Danjou <acid@debian.org> -Build-Depends: debhelper (>= 5), autotools-dev -Standards-Version: 3.8.0 +Maintainer: Jose Luis Tallon <jltallon@adv-solutions.net> +Build-Depends: debhelper (>= 5), autotools-dev, texinfo, texlive, ghostscript, quilt +Standards-Version: 3.8.3 Homepage: http://www.hyperrealm.com/libconfig/ Section: libs @@ -39,7 +38,8 @@ Package: libconfig8-dev Section: libdevel Architecture: any Provides: libconfig-dev -Depends: libconfig8 (= ${binary:Version}), pkg-config (>= 0.20) +Depends: libconfig8 (= ${binary:Version}), pkg-config (>= 0.20), ${misc:Depends} +Conflicts: libconfig6-dev Description: parsing and manipulation 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 @@ -62,7 +62,9 @@ Package: libconfig++8-dev Section: libdevel Architecture: any Provides: libconfig++-dev -Depends: libconfig++8 (= ${binary:Version}), libconfig8 (= ${binary:Version}), pkg-config (>= 0.20) +Depends: libconfig++8 (= ${binary:Version}), libconfig-dev, + pkg-config (>= 0.20), ${misc:Depends} +Conflicts: libconfig++6-dev Description: parsing and manipulation 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 |