[SCM] khelpcenter packaging branch, master, updated. debian/16.04.1-1-6-gbf1abd8

Pino Toscano pino at moszumanska.debian.org
Sat Jul 2 14:16:59 UTC 2016


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

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

    force local installation to debian/khelpcenter
    
    it is the only real binary; this avoids unnecessary copies of stuff
    from debian/tmp
    
    remove khelpcenter.install, no more used now
---
 debian/changelog           |  4 ++++
 debian/khelpcenter.install | 13 -------------
 debian/rules               |  3 +++
 3 files changed, 7 insertions(+), 13 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 0a72c35..995fa2f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,9 @@
 khelpcenter (4:16.04.2-2) UNRELEASED; urgency=medium
 
+  [ Pino Toscano ]
+  * Force the local installation to debian/khelpcenter, which is the only real
+    binary; this avoids unnecessary copies of stuff from debian/tmp.
+    - remove khelpcenter.install, no more used now
 
  -- Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Sat, 02 Jul 2016 16:00:36 +0200
 
diff --git a/debian/khelpcenter.install b/debian/khelpcenter.install
deleted file mode 100644
index e585a9e..0000000
--- a/debian/khelpcenter.install
+++ /dev/null
@@ -1,13 +0,0 @@
-etc/xdg/khelpcenter.categories
-usr/bin/khelpcenter
-usr/lib/*/libexec/khc_*
-usr/lib/*/libkdeinit5_khelpcenter.so
-usr/share/applications/org.kde.Help.desktop
-usr/share/config.kcfg/khelpcenter.kcfg
-usr/share/doc/HTML/*/fundamentals/
-usr/share/doc/HTML/*/khelpcenter/
-usr/share/doc/HTML/*/onlinehelp/
-usr/share/kde4/services/khelpcenter.desktop
-usr/share/khelpcenter/
-usr/share/kservices5/khelpcenter.desktop
-usr/share/kxmlgui5/khelpcenter/khelpcenterui.rc
diff --git a/debian/rules b/debian/rules
index ebd8b39..bd0d322 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,5 +7,8 @@ include /usr/share/pkg-kde-tools/qt-kde-team/3/debian-qt-kde.mk
 l10npkgs_firstversion_ok := 4:4.14.0-2~
 include /usr/share/pkg-kde-tools/qt-kde-team/2/l10n-packages.mk
 
+override_dh_auto_install:
+	$(overridden_command) --destdir=debian/khelpcenter
+
 override_dh_strip:
 	$(overridden_command) --dbgsym-migration='khelpcenter-dbg (<= 4:5.5.5-1~~)'

-- 
khelpcenter packaging



More information about the pkg-kde-commits mailing list