diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2016-04-11 01:51:34 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2016-04-11 01:51:34 +0200 |
commit | c3ad68da869b793b60b578009112b16d137755f4 (patch) | |
tree | 32f82dfdfebb04661d99336c833f0694e41db172 /ubuntu/maverick/applications/tde-style-domino/debian/rules | |
parent | b790788c923e357cc31a4fb4feb25d58b478af51 (diff) | |
download | tde-packaging-c3ad68da869b793b60b578009112b16d137755f4.tar.gz tde-packaging-c3ad68da869b793b60b578009112b16d137755f4.zip |
Add tde-style-domino packaging files for Debian and Ubuntu
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'ubuntu/maverick/applications/tde-style-domino/debian/rules')
-rwxr-xr-x | ubuntu/maverick/applications/tde-style-domino/debian/rules | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/ubuntu/maverick/applications/tde-style-domino/debian/rules b/ubuntu/maverick/applications/tde-style-domino/debian/rules new file mode 100755 index 000000000..c9d7823f9 --- /dev/null +++ b/ubuntu/maverick/applications/tde-style-domino/debian/rules @@ -0,0 +1,14 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include debian/cdbs/debian-qt-kde.mk +#include /usr/share/cdbs/1/rules/patchsys-quilt.mk +include /usr/share/cdbs/1/rules/utils.mk + +DEB_CONFIGURE_INCLUDEDIR := /opt/trinity/include +DEB_CONFIGURE_MANDIR := /opt/trinity/share/man +DEB_CONFIGURE_PREFIX := /opt/trinity +DEB_CONFIGURE_INFODIR := /opt/trinity/share/info + +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) |