summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2021-04-26 15:22:25 +0200
committerSlávek Banko <slavek.banko@axis.cz>2021-04-26 15:22:25 +0200
commit32216f735362249e8947456bf98fc3ebef2330e6 (patch)
tree79c56ae8eeca71e0af4cce0f56bdc44607f859d9
parent00bde21e72dbad001bfbd80f8c3a9fa1a0cae7e3 (diff)
downloadtde-packaging-32216f735362249e8947456bf98fc3ebef2330e6.tar.gz
tde-packaging-32216f735362249e8947456bf98fc3ebef2330e6.zip
DEB adept: DEB_DH_BUILDDEB_ARGS was moved to common cdbs rules.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
-rwxr-xr-xdebian/_base/applications/adept/debian/rules3
-rwxr-xr-xubuntu/_base/applications/adept/debian/rules3
2 files changed, 0 insertions, 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