From 2fd842662fe2b9c3c183492949838ffa43d2796e Mon Sep 17 00:00:00 2001 From: Jonathan McCrohan Date: Sun, 26 Feb 2012 20:50:56 +0000 Subject: Add Conflicts to -dev packages --- debian/changelog | 3 ++- debian/control | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) 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 Sun, 26 Feb 2012 20:49:10 +0000 + -- Jonathan McCrohan 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) -- cgit v1.2.3