[SCM] kodi/master: debian/rules: correct use of `echo`
mapreri-guest at users.alioth.debian.org
mapreri-guest at users.alioth.debian.org
Tue Sep 15 11:38:19 UTC 2015
The following commit has been merged in the master branch:
commit f8fcf6a90c4841cac3069f6f4b035c79397d6f8f
Author: Mattia Rizzolo <mattia at mapreri.org>
Date: Tue Sep 15 11:35:37 2015 +0000
debian/rules: correct use of `echo`
Gbp-Dch: Ignore
diff --git a/debian/rules b/debian/rules
index fab319b..1fa0332 100755
--- a/debian/rules
+++ b/debian/rules
@@ -166,4 +166,4 @@ override_dh_strip:
dh_strip --ddeb-migration="kodi-dbg (<< 15.1+dfsg1-4~)"
override_dh_installinit:
- echo "Shipping systemd kodi.service file as an example only"
+ @echo "Shipping systemd kodi.service file as an example only"
--
kodi packaging
More information about the pkg-multimedia-commits
mailing list