[SCM] discover packaging branch, kubuntu_wily_backports, updated. 5bf95571272489e97e4e4315d821f23ba2353621

Philip Muškovac yofel-guest at moszumanska.debian.org
Sat Jan 9 13:43:34 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/plasma/discover.git;a=commitdiff;h=5bf9557

The following commit has been merged in the kubuntu_wily_backports branch:
commit 5bf95571272489e97e4e4315d821f23ba2353621
Author: Philip Muškovac <yofel at gmx.net>
Date:   Sat Jan 9 13:46:39 2016 +0100

    Fix dh_gencontrol invocation
---
 debian/rules | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/rules b/debian/rules
index 598660a..e69147a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,9 +10,9 @@ override_dh_strip:
 	$(overridden_command) --dbg-package=plasma-discover-dbg
 
 override_dh_gencontrol:
-	dh_gencontrol -pmuon-discover -- -4:$(DEB_VERSION_UPSTREAM_REVISION)
-	dh_gencontrol -pmuon-updater -- -4:$(DEB_VERSION_UPSTREAM_REVISION)
-	dh_gencontrol -pmuon-notifier -- -4:$(DEB_VERSION_UPSTREAM_REVISION)
+	dh_gencontrol -pmuon-discover -- -v4:$(DEB_VERSION_UPSTREAM_REVISION)
+	dh_gencontrol -pmuon-updater -- -v4:$(DEB_VERSION_UPSTREAM_REVISION)
+	dh_gencontrol -pmuon-notifier -- -v4:$(DEB_VERSION_UPSTREAM_REVISION)
 	dh_gencontrol --remaining-packages
 
 # Do not pull plugins into the shlibs file, it makes lintian angry.

-- 
discover packaging



More information about the pkg-kde-commits mailing list