diff options
author | Slávek Banko <[email protected]> | 2016-04-11 02:21:46 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2016-04-11 02:21:46 +0200 |
commit | 101d6706764fdf2b1c8ab2c47351098368ee3b1d (patch) | |
tree | 208346c96a2fa6e227f9bba6779cd818fa0d6cc9 /ubuntu/maverick/applications/tde-style-baghira/debian/rules | |
parent | 5920f8964fd54a463c7b34b5d8993a67699f28fb (diff) | |
download | tde-packaging-101d6706764fdf2b1c8ab2c47351098368ee3b1d.tar.gz tde-packaging-101d6706764fdf2b1c8ab2c47351098368ee3b1d.zip |
Add tde-style-baghira packaging files for Debian and Ubuntu
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'ubuntu/maverick/applications/tde-style-baghira/debian/rules')
-rwxr-xr-x | ubuntu/maverick/applications/tde-style-baghira/debian/rules | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/ubuntu/maverick/applications/tde-style-baghira/debian/rules b/ubuntu/maverick/applications/tde-style-baghira/debian/rules new file mode 100755 index 000000000..c9d7823f9 --- /dev/null +++ b/ubuntu/maverick/applications/tde-style-baghira/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) |