diff options
author | Timothy Pearson <[email protected]> | 2013-03-31 03:02:35 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-03-31 03:02:35 -0500 |
commit | 5e707183285c803bf1a4e0281ad05f90544cf2bd (patch) | |
tree | e212e6e7b35fc83dbe86afb80dc10d56d50d519b /ubuntu/maverick/applications/k9copy/debian/rules | |
parent | 334874621c2747b35bdea820ae25d2090ff34259 (diff) | |
download | tde-packaging-5e707183285c803bf1a4e0281ad05f90544cf2bd.tar.gz tde-packaging-5e707183285c803bf1a4e0281ad05f90544cf2bd.zip |
Remove HAL build dependency from k9copy packaging
Diffstat (limited to 'ubuntu/maverick/applications/k9copy/debian/rules')
-rwxr-xr-x | ubuntu/maverick/applications/k9copy/debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ubuntu/maverick/applications/k9copy/debian/rules b/ubuntu/maverick/applications/k9copy/debian/rules index 5f97b6de2..8afe2157c 100755 --- a/ubuntu/maverick/applications/k9copy/debian/rules +++ b/ubuntu/maverick/applications/k9copy/debian/rules @@ -13,7 +13,7 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine DEB_INSTALL_MANPAGES_k9copy = k9copy-trinity.1 -DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --includedir="/opt/trinity/include/tde" --mandir="/opt/trinity/share/man" --infodir="/opt/trinity/share/info" +DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --includedir="/opt/trinity/include/tde" --mandir="/opt/trinity/share/man" --infodir="/opt/trinity/share/info" --enable-k3bdevices DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ && echo xz || echo bzip2) |