aboutsummaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
authorJonathan McCrohan <jmccrohan@gmail.com>2015-07-27 01:02:00 +0100
committerJonathan McCrohan <jmccrohan@gmail.com>2015-07-27 01:02:00 +0100
commitd57208f29aace3657c7c0835fdc477beba4c1f5b (patch)
tree49043ff79f78f6b6beed3c4d3fb712fbdcc7b334 /debian/control
parent6ecbac432f3aa3a844f682cb799ec3acff63face (diff)
downloadlibconfig-d57208f29aace3657c7c0835fdc477beba4c1f5b.tar.gz
Transition to GCC5 C++11 ABI
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control8
1 files changed, 5 insertions, 3 deletions
diff --git a/debian/control b/debian/control
index 60f3368..c39f5ed 100644
--- a/debian/control
+++ b/debian/control
@@ -26,12 +26,14 @@ Description: parsing/manipulation of structured configuration files
This library allows parsing, manipulating and writing structured configuration
files.
-Package: libconfig++9
+Package: libconfig++9v5
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends},
${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
+Breaks: libconfig++9
+Replaces: libconfig++9
Description: parsing/manipulation of structured configuration files (C++ binding)
This library features a fully reentrant parser and includes bindings for
both the C and C++ programming languages. It runs on modern POSIX-compliant
@@ -85,7 +87,7 @@ Package: libconfig++-dev
Architecture: any
Multi-Arch: same
Section: libdevel
-Depends: libconfig++9 (= ${binary:Version}),
+Depends: libconfig++9v5 (= ${binary:Version}),
libconfig-dev,
pkg-config,
${misc:Depends}
@@ -143,7 +145,7 @@ Multi-Arch: same
Section: debug
Priority: extra
Depends: libconfig9 (= ${binary:Version}),
- libconfig++9 (= ${binary:Version}),
+ libconfig++9v5 (= ${binary:Version}),
${misc:Depends}
Description: parsing/manipulation of structured config files (C++ debug symbols)
This library features a fully reentrant parser and includes bindings for