From 32216f735362249e8947456bf98fc3ebef2330e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Mon, 26 Apr 2021 15:22:25 +0200 Subject: [PATCH] DEB adept: DEB_DH_BUILDDEB_ARGS was moved to common cdbs rules. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- debian/_base/applications/adept/debian/rules | 3 --- ubuntu/_base/applications/adept/debian/rules | 3 --- 2 files changed, 6 deletions(-) diff --git a/debian/_base/applications/adept/debian/rules b/debian/_base/applications/adept/debian/rules index e68cf457c..a477f6257 100755 --- a/debian/_base/applications/adept/debian/rules +++ b/debian/_base/applications/adept/debian/rules @@ -16,9 +16,6 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine DEB_MAKE_CHECK_TARGET := check DEB_CONFIGURE_EXTRA_FLAGS += --enable-adept --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib -DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ - && echo xz || echo bzip2) - # Enable us to locate the old libept-trinity library and includes CPPFLAGS += -I/opt/trinity/include LDFLAGS += -L/opt/trinity/lib -lept diff --git a/ubuntu/_base/applications/adept/debian/rules b/ubuntu/_base/applications/adept/debian/rules index e68cf457c..a477f6257 100755 --- a/ubuntu/_base/applications/adept/debian/rules +++ b/ubuntu/_base/applications/adept/debian/rules @@ -16,9 +16,6 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine DEB_MAKE_CHECK_TARGET := check DEB_CONFIGURE_EXTRA_FLAGS += --enable-adept --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib -DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ - && echo xz || echo bzip2) - # Enable us to locate the old libept-trinity library and includes CPPFLAGS += -I/opt/trinity/include LDFLAGS += -L/opt/trinity/lib -lept