diff options
author | Jonathan McCrohan <jmccrohan@gmail.com> | 2012-02-26 20:50:56 +0000 |
---|---|---|
committer | Jonathan McCrohan <jmccrohan@gmail.com> | 2012-02-26 20:50:56 +0000 |
commit | 2fd842662fe2b9c3c183492949838ffa43d2796e (patch) | |
tree | 4e3618f7c5777d8a04e83d9143668a166ac0ab99 /debian/control | |
parent | b29d1bc94f06ec1a4788720551f601841db28292 (diff) | |
download | libconfig-2fd842662fe2b9c3c183492949838ffa43d2796e.tar.gz |
Add Conflicts to -dev packages
Diffstat (limited to '')
-rw-r--r-- | debian/control | 2 |
1 files changed, 2 insertions, 0 deletions
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) |