diff options
| author | Jonathan McCrohan <jmccrohan@gmail.com> | 2012-03-05 21:47:31 +0000 | 
|---|---|---|
| committer | Jonathan McCrohan <jmccrohan@gmail.com> | 2012-03-05 21:47:31 +0000 | 
| commit | 9306f5a912e0ba9f06027fa10b94ee0b479614de (patch) | |
| tree | ff395bafff356c7e30d9b96c3da979d9529e9750 /debian/control | |
| parent | 28d04b73a34f197e28e2ad09ae0ac59ce1d00bef (diff) | |
| download | libconfig-9306f5a912e0ba9f06027fa10b94ee0b479614de.tar.gz | |
Add Replaces + Breaks
Diffstat (limited to '')
| -rw-r--r-- | debian/control | 4 | 
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) | 
