[SCM] sddm packaging branch, master, updated. a84bdd6bcf7666a0aa5bdf4f6986a9a04eb2b0d4
Maximiliano Curia
maxy at moszumanska.debian.org
Sat Oct 11 12:33:18 UTC 2014
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-std/sddm.git;a=commitdiff;h=656c5e3
The following commit has been merged in the master branch:
commit 656c5e3c9dd06ed662fa95fd90dec7e3e2361556
Author: Maximiliano Curia <maxy at gnuservers.com.ar>
Date: Sat Oct 11 14:15:02 2014 +0200
debian/rules, use systemd only in linux
---
debian/rules | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index 34920f1..ee9be2c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,9 +3,10 @@
#export DH_VERBOSE=1
DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
+WITH_SYSTEMD := $(shell dpkg-architecture -qDEB_HOST_ARCH -ilinux-any && echo --with systemd)
%:
- dh $@ --with systemd --parallel
+ dh $@ ${WITH_SYSTEMD} --parallel
override_dh_strip:
dh_strip --dbg-package=sddm-dbg
--
sddm packaging
More information about the pkg-kde-commits
mailing list