aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--debian/changelog3
-rw-r--r--debian/control2
2 files changed, 4 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 8ac6f15..4ba873c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
libconfig (1.4.8-1~exp2) experimental; urgency=low
* Harden buildflags
+ * Add conflicts to -dev packages for testing.
- -- Jonathan McCrohan <jmccrohan@gmail.com> Sun, 26 Feb 2012 20:49:10 +0000
+ -- Jonathan McCrohan <jmccrohan@gmail.com> Sun, 26 Feb 2012 20:50:22 +0000
libconfig (1.4.8-1~exp1) experimental; urgency=low
diff --git a/debian/control b/debian/control
index d8f96e3..e5ee4b6 100644
--- a/debian/control
+++ b/debian/control
@@ -37,6 +37,7 @@ Package: libconfig-dev
Section: libdevel
Architecture: any
Provides: libconfig8-dev
+Conflicts: libconfig8-dev
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
@@ -60,6 +61,7 @@ Package: libconfig++-dev
Section: libdevel
Architecture: any
Provides: libconfig++8-dev
+Conflicts: libconfig++8-dev
Depends: libconfig++9 (= ${binary:Version}), libconfig-dev,
pkg-config (>= 0.20), ${misc:Depends}
Description: parsing and manipulation of structured config files(C++ development)