diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2016-04-11 01:21:57 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2016-04-11 01:21:57 +0200 |
commit | 3c59a48231eca368d4d81bc32e4be14c7027b922 (patch) | |
tree | da9afac8eb5ae1fab912a0ec7361ff9999db9a7e /ubuntu/maverick/applications/kxmleditor/debian/rules | |
parent | 9cb8e323bf8e78d165dc73678a49c16561a793bf (diff) | |
download | tde-packaging-3c59a48231eca368d4d81bc32e4be14c7027b922.tar.gz tde-packaging-3c59a48231eca368d4d81bc32e4be14c7027b922.zip |
Add kxmleditor packaging files for Debian and Ubuntu
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'ubuntu/maverick/applications/kxmleditor/debian/rules')
-rwxr-xr-x | ubuntu/maverick/applications/kxmleditor/debian/rules | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/ubuntu/maverick/applications/kxmleditor/debian/rules b/ubuntu/maverick/applications/kxmleditor/debian/rules new file mode 100755 index 000000000..c9d7823f9 --- /dev/null +++ b/ubuntu/maverick/applications/kxmleditor/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) |