diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2021-04-26 15:22:25 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-04-26 15:22:25 +0200 |
commit | 32216f735362249e8947456bf98fc3ebef2330e6 (patch) | |
tree | 79c56ae8eeca71e0af4cce0f56bdc44607f859d9 /ubuntu/_base/applications | |
parent | 00bde21e72dbad001bfbd80f8c3a9fa1a0cae7e3 (diff) | |
download | tde-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>
Diffstat (limited to 'ubuntu/_base/applications')
-rwxr-xr-x | ubuntu/_base/applications/adept/debian/rules | 3 |
1 files changed, 0 insertions, 3 deletions
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 |