aboutsummaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog8
-rw-r--r--debian/control6
2 files changed, 11 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index 965c09b..7e9e00a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+libconfig (1.4.8) unstable; urgency=low
+
+ * New upstream release
+ * Update debian/control to reflect current Debian packages
+ * Add texlive-latex-base to Build-Depends
+
+ -- Jonathan McCrohan <jmccrohan@gmail.com> Sun, 06 Nov 2011 01:16:39 +0000
+
libconfig (1.4) unstable; urgency=low
* new upstream release
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