diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2013-06-17 18:32:55 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2013-06-17 18:32:55 +0200 |
commit | 335ea31c7d5a2f5ff30ecf24a31dc74e67cbfd30 (patch) | |
tree | fbbd2ed4f129a7a216813201e5142460d4992d11 /ubuntu/raring/applications/k9copy/debian/rules | |
parent | 426e097cdae5351995efbb7829cec74f4b6a1c90 (diff) | |
download | tde-packaging-335ea31c7d5a2f5ff30ecf24a31dc74e67cbfd30.tar.gz tde-packaging-335ea31c7d5a2f5ff30ecf24a31dc74e67cbfd30.zip |
Fix omitted renaming and cleanup on Ubuntu Raring
Diffstat (limited to 'ubuntu/raring/applications/k9copy/debian/rules')
-rwxr-xr-x | ubuntu/raring/applications/k9copy/debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ubuntu/raring/applications/k9copy/debian/rules b/ubuntu/raring/applications/k9copy/debian/rules index 5f97b6de2..8afe2157c 100755 --- a/ubuntu/raring/applications/k9copy/debian/rules +++ b/ubuntu/raring/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) |