[SCM] kservice packaging branch, master, updated. debian/5.37.0-2-99-gbdfc711
Maximiliano Curia
maxy at moszumanska.debian.org
Tue Jan 2 18:52:01 UTC 2018
Gitweb-URL: http://git.debian.org/?p=pkg-kde/frameworks/kservice.git;a=commitdiff;h=15fca15
The following commit has been merged in the master branch:
commit 15fca15160e20e15155409e5d1d0384ac3fc2193
Author: Scarlett Clark <scarlett at scarlettgatelyclark.com>
Date: Wed Sep 30 08:48:50 2015 -0700
Put back the backport changes as the version bump has the changed sources to implement change.
---
debian/changelog | 2 ++
debian/libkf5service-data.install | 1 +
debian/rules | 3 +++
3 files changed, 6 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index d0334b4..0115d48 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,8 @@ kservice (5.14.3-0ubuntu2) UNRELEASED; urgency=medium
current tarball.
* Revert my version "fix".
* Remove symbols file for backport.
+ * Put back the backport changes as the version bump has
+ the changed sources to implement change.
-- Scarlett Clark <sgclark at kubuntu.org> Tue, 29 Sep 2015 17:07:32 -0700
diff --git a/debian/libkf5service-data.install b/debian/libkf5service-data.install
index c2b808b..bde788e 100644
--- a/debian/libkf5service-data.install
+++ b/debian/libkf5service-data.install
@@ -1,2 +1,3 @@
+etc/xdg/menus/kf5-applications.menu
usr/share/kservicetypes5/
usr/share/locale/*/*/kservice5.mo
diff --git a/debian/rules b/debian/rules
index 8fbaa0b..9938c37 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,6 +3,9 @@
include /usr/share/pkg-kde-tools/qt-kde-team/3/debian-qt-kde.mk
+override_dh_auto_configure:
+ $(overridden_command) -- -DAPPLICATIONS_MENU_NAME="kf5-applications.menu"
+
override_dh_strip:
$(overridden_command) --dbg-package=libkf5service5-dbg
--
kservice packaging
More information about the pkg-kde-commits
mailing list