From: Benjamin Drung Date: Tue, 17 Jun 2014 17:38:03 +0000 (+0200) Subject: Replace lsb_release call by dpkg-vendor call. X-Git-Url: http://git.sven.stormbind.net/?p=sven%2Fjava-package.git;a=commitdiff_plain;h=9659f4a2f241fb0845a9e6e5840792bfe1f2dccd Replace lsb_release call by dpkg-vendor call. --- diff --git a/debian/control b/debian/control index 4c70392..2933a2c 100644 --- a/debian/control +++ b/debian/control @@ -15,7 +15,6 @@ Depends: debhelper (>= 9), fakeroot, libasound2, libx11-6, - lsb-release, unzip, ${misc:Depends} Recommends: gcc diff --git a/lib/common.sh b/lib/common.sh index ec10531..1e5c30b 100644 --- a/lib/common.sh +++ b/lib/common.sh @@ -195,7 +195,7 @@ get_architecture() { # get browser plugin directories get_browser_plugin_dirs() { - if [ $(lsb_release --id --short) = Ubuntu ]; then + if dpkg-vendor --derives-from Ubuntu; then export browser_plugin_dirs="xulrunner-addons firefox iceape iceweasel mozilla midbrowser xulrunner" else export browser_plugin_dirs=mozilla