From 55545eb231be3fd8c0920cd6d8c353998c9f332b Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 4 Aug 2015 12:25:03 +0000 Subject: [PATCH] deb: deprecated substitution ${Source-Version} YPP-18 --- debian/control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 6c060ff..43b4733 100644 --- a/debian/control +++ b/debian/control @@ -17,7 +17,7 @@ Description: YAZ++ library Package: libyazpp6-dbg Section: debug Architecture: any -Depends: ${misc:Depends}, libyazpp6 (= ${Source-Version}) +Depends: ${misc:Depends}, libyazpp6 (= ${source:Version}) Description: debugging symbols for YAZ++ library YAZ++ is a C++ library with an object oriented interface to YAZ and ZOOM. @@ -27,7 +27,7 @@ Architecture: any Conflicts: libyazpp-dev, libyazpp2-dev, libyazpp3-dev, libyazpp4-dev Provides: libyazpp-dev Replaces: libyazpp-dev -Depends: libyazpp6 (= ${Source-Version}), libyaz5-dev +Depends: libyazpp6 (= ${source:Version}), libyaz5-dev Description: development libraries for YAZ++ YAZ++ is a C++ library with an object oriented interface to YAZ and ZOOM. -- 1.7.10.4