diff options
| author | Jonathan McCrohan <jmccrohan@gmail.com> | 2015-05-05 23:13:15 +0100 | 
|---|---|---|
| committer | Jonathan McCrohan <jmccrohan@gmail.com> | 2015-05-05 23:13:15 +0100 | 
| commit | eee75ee103d1a874e0138fd7445f7a4e398ca938 (patch) | |
| tree | 35a115b0250c7ec7191e94de2d1b7c91dc5a20ea /debian/control | |
| parent | 187bc8fad70032a688e26e7d6814b5e21fa50123 (diff) | |
| download | libconfig-eee75ee103d1a874e0138fd7445f7a4e398ca938.tar.gz | |
Demote versioned pkg-config build-dep to unversioned build-dep (Closes: #734482)
Diffstat (limited to '')
| -rw-r--r-- | debian/control | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/debian/control b/debian/control index 9e850f4..e4c3719 100644 --- a/debian/control +++ b/debian/control @@ -43,7 +43,7 @@ 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} +Depends: libconfig9 (= ${binary:Version}), pkg-config, ${misc:Depends}  Recommends: libconfig-doc  Multi-Arch: same  Description: parsing/manipulation of structured config files (development) @@ -79,7 +79,7 @@ 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} + pkg-config, ${misc:Depends}  Multi-Arch: same  Description: parsing/manipulation of structured config files (C++ development)   This library features a fully reentrant parser and includes bindings for | 
