From eee75ee103d1a874e0138fd7445f7a4e398ca938 Mon Sep 17 00:00:00 2001 From: Jonathan McCrohan Date: Tue, 5 May 2015 23:13:15 +0100 Subject: Demote versioned pkg-config build-dep to unversioned build-dep (Closes: #734482) --- debian/changelog | 1 + 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 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 -- cgit v1.2.3