[SCM] muon packaging branch, gsoc-floris-2014, updated. 90b82a85823eb1a0e20c8a9fab2ed177f578e032
Floris-Andrei Stoica-Marcu
smfloris-guest at moszumanska.debian.org
Tue Jun 3 09:35:32 UTC 2014
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/muon.git;a=commitdiff;h=d12dd0a
The following commit has been merged in the gsoc-floris-2014 branch:
commit d12dd0adbe668645ac061acd866cf50b9f08deee
Author: Floris-Andrei Stoica-Marcu <floris.sm at gmail.com>
Date: Tue Jun 3 12:11:28 2014 +0300
Added --fail-missing on the dh_install override
Added precise version of libmuonprivate
---
debian/rules | 11 +++++++----
1 file changed, 7 insertions(+), 4 deletions(-)
diff --git a/debian/rules b/debian/rules
index 2a1b388..6fd4323 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,9 +1,12 @@
#!/usr/bin/make -f
-#include /usr/share/pkg-kde-tools/makefiles/1/list-missing.mk
-
%:
dh $@ --parallel --dbg-package=muon-dbg --with kde
-
+
override_dh_makeshlibs:
- dh_makeshlibs -Xusr/lib/kde4/ -V
+ dh_makeshlibs -Xusr/lib/kde4/ -V 'libmuonprivate2 (=2.2.65)'
+
+override_dh_install:
+ dh_install --fail-missing
+
+.PHONY: override_dh_install
--
muon packaging
More information about the pkg-kde-commits
mailing list