[SCM] KDE Localization module packaging branch, master, updated. debian/4.14.0-3-11-gdd2bf76

Pino Toscano pino at moszumanska.debian.org
Wed Jun 15 05:43:27 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-sc/kde-l10n.git;a=commitdiff;h=dd2bf76

The following commit has been merged in the master branch:
commit dd2bf7601d2b327956a8cf21752d8f59409dc423
Author: Pino Toscano <pino at debian.org>
Date:   Wed Jun 15 07:38:34 2016 +0200

    stop calling few dh helpers
    
    - dh_installmenu, as there are no menu files to install
    - dh_strip and dh_shlibdeps, no-ops for arch-indep binaries
---
 debian/changelog | 3 +++
 debian/rules     | 3 ---
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 87c4bdd..f334caa 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -23,6 +23,9 @@ kde-l10n (4:16.04.2-0r1) UNRELEASED; urgency=medium
   * Bump Standards-Version to 3.9.8, no changes required.
   * Add libkf5i18n5 as first alternative dependency to libkdecore5, as the
     desktop environment is based on Frameworks.
+  * Stop calling few dh helpers:
+    - dh_installmenu, as there are no menu files to install
+    - dh_strip and dh_shlibdeps, no-ops for arch-indep binaries
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Tue, 14 Jun 2016 23:50:25 +0200
 
diff --git a/debian/rules b/debian/rules
index b7cf0ce..e12df8f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -109,14 +109,11 @@ binary-indep: build install
 	dh_testroot
 	dh_testdir
 	dh_installdocs
-	dh_installmenu
 	dh_installchangelogs
-	dh_strip
 	dh_compress -X.docbook -X.css -X-license -X.dcl -X.bz2
 	dh_link
 	dh_fixperms
 	dh_installdeb
-	dh_shlibdeps
 	dh_gencontrol -- $(foreach rel,Depends Recommends Suggests Replaces Breaks Provides,-V'kde-l10n:$(rel)=$(L10N_$(rel))')
 	dh_md5sums
 	dh_builddeb -- -Zxz

-- 
KDE Localization module packaging



More information about the pkg-kde-commits mailing list