aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan McCrohan <jmccrohan@gmail.com>2012-03-05 21:47:31 +0000
committerJonathan McCrohan <jmccrohan@gmail.com>2012-03-05 21:47:31 +0000
commit9306f5a912e0ba9f06027fa10b94ee0b479614de (patch)
treeff395bafff356c7e30d9b96c3da979d9529e9750
parent28d04b73a34f197e28e2ad09ae0ac59ce1d00bef (diff)
downloadlibconfig-9306f5a912e0ba9f06027fa10b94ee0b479614de.tar.gz
Add Replaces + Breaks
-rw-r--r--debian/control4
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/control b/debian/control
index f9d3eb6..ade0c57 100644
--- a/debian/control
+++ b/debian/control
@@ -36,6 +36,8 @@ Description: parsing and manipulation of structured configuration files(C++ bind
Package: libconfig-dev
Section: libdevel
Architecture: any
+Replaces: libconfig8-dev (<< 1.4.8)
+Breaks: libconfig8-dev (<< 1.4.8)
Depends: libconfig9 (= ${binary:Version}), pkg-config (>= 0.20), ${misc:Depends}
Description: parsing and manipulation of structured config files(development)
This library features a fully reentrant parser and includes bindings for
@@ -79,6 +81,8 @@ Description: parsing and manipulation of structured config files(development)
Package: libconfig++-dev
Section: libdevel
Architecture: any
+Replaces: libconfig++8-dev (<< 1.4.8)
+Breaks: libconfig++8-dev (<< 1.4.8)
Depends: libconfig++9 (= ${binary:Version}), libconfig-dev,
pkg-config (>= 0.20), ${misc:Depends}
Description: parsing and manipulation of structured config files(C++ development)