aboutsummaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control6
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