[SCM] khelpcenter packaging branch, master, updated. debian/16.04.1-1-9-gffe0a58

Pino Toscano pino at moszumanska.debian.org
Sat Jul 2 14:21:53 UTC 2016


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

The following commit has been merged in the master branch:
commit 4feb1a90f783146d916331b7ee78601b4eebabb6
Author: Pino Toscano <pino at debian.org>
Date:   Sat Jul 2 16:19:34 2016 +0200

    use ${perl:Depends} substvar
    
    there are perl scripts
---
 debian/changelog | 1 +
 debian/control   | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 4e3f8c8..6addec2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,7 @@ khelpcenter (4:16.04.2-2) UNRELEASED; urgency=medium
   * Remove unused libkf5iconthemes-dev, libkf5kcmutils-dev, and
     libkf5kdelibs4support-dev build dependencies.
   * Remove khelpcenter-data breaks/replaces, since it applies only to Ubuntu.
+  * Use the ${perl:Depends} substvar, since there are perl scripts.
 
  -- Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Sat, 02 Jul 2016 16:00:36 +0200
 
diff --git a/debian/control b/debian/control
index 306d3e6..86e44df 100644
--- a/debian/control
+++ b/debian/control
@@ -30,7 +30,7 @@ Vcs-Git: https://anonscm.debian.org/git/pkg-kde/plasma/khelpcenter.git
 
 Package: khelpcenter
 Architecture: any
-Depends: kdoctools5, ${misc:Depends}, ${shlibs:Depends}
+Depends: kdoctools5, ${misc:Depends}, ${shlibs:Depends}, ${perl:Depends}
 Breaks: khelpcenter4 (<< 4:5.0.0),
         ${kde-l10n:all}
 Replaces: khelpcenter4 (<< 4:5.0.0),

-- 
khelpcenter packaging



More information about the pkg-kde-commits mailing list