From: Adam Dickmeiss Date: Tue, 4 Aug 2015 12:37:33 +0000 (+0200) Subject: deb: deprecated substitution ${Source-Version} YPRX-25 X-Git-Tag: v1.3.10~6 X-Git-Url: http://git.indexdata.com/?p=yazproxy-moved-to-github.git;a=commitdiff_plain;h=7efe8383431522089f1e06864dc8d7fdf782a8a6;ds=sidebyside deb: deprecated substitution ${Source-Version} YPRX-25 --- diff --git a/debian/control b/debian/control index 1d04f48..eaab125 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,7 @@ Build-Depends: debhelper (>= 4.0.0), Package: yazproxy Section: utils Architecture: any -Depends: ${shlibs:Depends}, libyazproxy2 (= ${Source-Version}) +Depends: ${shlibs:Depends}, libyazproxy2 (= ${source:Version}) Description: YAZ Proxy application YAZ Proxy is a daemon that accepts Z39.50/SRW/SRU incoming requests and converts them to Z39.50 client requests. The proxy has several facilities @@ -32,7 +32,7 @@ Description: YAZ Proxy libraries Package: libyazproxy2-dev Section: devel Architecture: any -Depends: libyazproxy2 (= ${Source-Version}), +Depends: libyazproxy2 (= ${source:Version}), libyazpp6-dev Conflicts: libyazproxy-dev Provides: libyazproxy-dev