From 0dac9a34ab167f88ad7b37d1f9494c20bd7b86c1 Mon Sep 17 00:00:00 2001 From: Alf Gaida Date: Fri, 28 Aug 2015 17:43:56 +0200 Subject: [PATCH] modified debian/rules -DLIB_SUFFIX is no longer needed, therefore we can drop DEB_HOST_ARCH_OS and override_dh_auto_configure --- debian/rules | 5 ----- 1 file changed, 5 deletions(-) diff --git a/debian/rules b/debian/rules index 907f38b..0477ba7 100755 --- a/debian/rules +++ b/debian/rules @@ -1,16 +1,11 @@ #!/usr/bin/make -f #export DH_VERBOSE=1 -DEB_HOST_ARCH_OS ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_OS) - export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed %: dh ${@} --buildsystem cmake --parallel -override_dh_auto_configure: - dh_auto_configure -- -DLIB_SUFFIX="/$(DEB_HOST_MULTIARCH)" - override_dh_auto_install: dh_auto_install -- DESTDIR=$(CURDIR)/debian/lxqt-session