[SCM] kdesu packaging branch, master, updated. debian/5.37.0-2-50-g19907f3

Maximiliano Curia maxy at moszumanska.debian.org
Tue Jan 2 18:38:12 UTC 2018


Gitweb-URL: http://git.debian.org/?p=pkg-kde/frameworks/kdesu.git;a=commitdiff;h=9925793

The following commit has been merged in the master branch:
commit 9925793af43c21cb9241492d31f958f4602ea79d
Author: Rohan Garg <rohan at garg.io>
Date:   Fri Sep 16 11:45:20 2016 +0200

    Drop the Debian vs Ubuntu divergence
    
    As indicated by testing which involved launching the frameworks version
    of partitionmanager, su does not actually work on Debian. Thusly, we need
    to use sudo on Debian too.
---
 debian/rules | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/debian/rules b/debian/rules
index 9250063..ca8e170 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,13 +3,8 @@
 
 include /usr/share/pkg-kde-tools/qt-kde-team/3/debian-qt-kde.mk
 
-# Debian/Ubuntu divergence, Ubuntu uses sudo by default
-ifeq ($(shell dpkg-vendor --derives-from Ubuntu && echo yes),yes)
-	KDESU_USE_SUDO_DEFAULT="-DKDESU_USE_SUDO_DEFAULT=true"
-endif
-
 override_dh_auto_configure:
-	$(overridden_command) -- $(KDESU_USE_SUDO_DEFAULT)
+	$(overridden_command) -- -DKDESU_USE_SUDO_DEFAULT=true
 
 override_dh_strip:
 	$(overridden_command) --dbgsym-migration='libkf5su5-dbg (<= 5.19.0-1~~)'

-- 
kdesu packaging



More information about the pkg-kde-commits mailing list