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 | |
parent | 187bc8fad70032a688e26e7d6814b5e21fa50123 (diff) | |
download | libconfig-eee75ee103d1a874e0138fd7445f7a4e398ca938.tar.gz |
Demote versioned pkg-config build-dep to unversioned build-dep (Closes: #734482)
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/control | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index f696ea2..a977447 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ libconfig (1.4.9-3) UNRELEASED; urgency=medium - Thanks to Pino Toscano for the patch * Enable parallel build (Closes: 759581) - Thanks to Pino Toscano for the patch + * Demote versioned pkg-config build-dep to unversioned build-dep (Closes: #734482) -- Jonathan McCrohan <jmccrohan@gmail.com> Thu, 02 Oct 2014 23:14:30 +0100 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 |