[SCM] kholidays packaging branch, kubuntu_wily_archive, updated. e6875e4091044a4be2ca74b569cf073b2f62c574

Harald Sitter apachelogger-guest at moszumanska.debian.org
Fri Aug 14 06:33:42 UTC 2015


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/kholidays.git;a=commitdiff;h=e6875e4

The following commit has been merged in the kubuntu_wily_archive branch:
commit e6875e4091044a4be2ca74b569cf073b2f62c574
Author: Harald Sitter <sitter at kde.org>
Date:   Fri Aug 14 08:33:30 2015 +0200

    resolve ${shlibs:Depends}
    
    -dev package contains a lib but had no shlibs:Depends
---
 debian/control | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index a990766..b0ea6bd 100644
--- a/debian/control
+++ b/debian/control
@@ -20,7 +20,9 @@ Package: libkf5holidays-dev
 Section: libdevel
 Architecture: any
 Multi-Arch: foreign
-Depends: libkf5holidays5 (= ${binary:Version}), ${misc:Depends}
+Depends: libkf5holidays5 (= ${binary:Version}),
+         ${misc:Depends},
+         ${shlibs:Depends}
 Description: holidays calculation library - development files
  This library provides a C++ API that determines holiday and other special
  events for a geographical region.

-- 
kholidays packaging



More information about the pkg-kde-commits mailing list