diff options
author | Francois Andriot <[email protected]> | 2013-01-03 22:47:53 +0100 |
---|---|---|
committer | Francois Andriot <[email protected]> | 2013-01-03 22:47:53 +0100 |
commit | d2f32337f00cf98faef8475e769d9c0381efd257 (patch) | |
tree | 9890ceb134945c4f24e624dca8ac4fa03888a979 /ubuntu/maverick/applications/soundkonverter/debian/rules | |
parent | b566058ccb7fa94c6e34fb1e1349b093d4482d6a (diff) | |
parent | fe7329f1eaa98f63b62e23449bb1345b3395ed37 (diff) | |
download | tde-packaging-d2f32337f00cf98faef8475e769d9c0381efd257.tar.gz tde-packaging-d2f32337f00cf98faef8475e769d9c0381efd257.zip |
Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tde-packaging
Diffstat (limited to 'ubuntu/maverick/applications/soundkonverter/debian/rules')
-rwxr-xr-x | ubuntu/maverick/applications/soundkonverter/debian/rules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ubuntu/maverick/applications/soundkonverter/debian/rules b/ubuntu/maverick/applications/soundkonverter/debian/rules index 831240224..d3eac8d3b 100755 --- a/ubuntu/maverick/applications/soundkonverter/debian/rules +++ b/ubuntu/maverick/applications/soundkonverter/debian/rules @@ -23,6 +23,9 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine DEB_CONFIGURE_EXTRA_FLAGS = --with-extra-libs=/opt/trinity/lib +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + install/soundkonverter-trinity:: install -D -p -m0644 debian/soundkonverter-trinity.lintian-overrides \ debian/soundkonverter-trinity/usr/share/lintian/overrides/soundkonverter-trinity |