From e8300e95ce495e70129ad8d8c723296a06f249cb Mon Sep 17 00:00:00 2001 From: Chris Frey Date: Mon, 30 Apr 2012 03:02:18 -0400 Subject: [PATCH] debian: force GUI su to /usr/bin/gksu for Debian builds --- debian/control | 1 + debian/rules | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/control b/debian/control index c7f5544e..6c90e709 100644 --- a/debian/control +++ b/debian/control @@ -111,6 +111,7 @@ Package: barrydesktop Section: utils Architecture: any Depends: libbarry18, barry-util, ppp, xterm, ${shlibs:Depends} +Suggests: gksu Description: Desktop Panel GUI for the RIM BlackBerry Handheld Barry is a GPL C++ library for interfacing with the RIM BlackBerry Handheld. . diff --git a/debian/rules b/debian/rules index af9013c5..15b25764 100755 --- a/debian/rules +++ b/debian/rules @@ -28,7 +28,7 @@ DEB_DESTDIR = $(CURDIR)/debian/tmp #CDBS automatically handles common flags to pass to the configure script, #but it is possible to give some extra parameters : -DEB_CONFIGURE_EXTRA_FLAGS := --enable-boost --enable-nls --with-zlib --enable-gui --enable-desktop $(BARRY_CONFIGURE_OPTS) --with-libusb --enable-rpathhack --with-evolution +DEB_CONFIGURE_EXTRA_FLAGS := --enable-boost --enable-nls --with-zlib --enable-gui --enable-desktop --with-guisu=/usr/bin/gksu $(BARRY_CONFIGURE_OPTS) --with-libusb --enable-rpathhack --with-evolution COMMON_CONFIGURE_FLAGS := --prefix=/usr DEB_INSTALL_DOCS_ALL = -- 2.11.4.GIT