From 7efe8383431522089f1e06864dc8d7fdf782a8a6 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 4 Aug 2015 14:37:33 +0200 Subject: [PATCH] deb: deprecated substitution ${Source-Version} YPRX-25 --- debian/control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 1.7.10.4