summaryrefslogtreecommitdiffstats
path: root/debian/squeeze/applications/k9copy
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-03-31 03:02:35 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-03-31 03:02:35 -0500
commit5e707183285c803bf1a4e0281ad05f90544cf2bd (patch)
treee212e6e7b35fc83dbe86afb80dc10d56d50d519b /debian/squeeze/applications/k9copy
parent334874621c2747b35bdea820ae25d2090ff34259 (diff)
downloadtde-packaging-5e707183285c803bf1a4e0281ad05f90544cf2bd.tar.gz
tde-packaging-5e707183285c803bf1a4e0281ad05f90544cf2bd.zip
Remove HAL build dependency from k9copy packaging
Diffstat (limited to 'debian/squeeze/applications/k9copy')
-rw-r--r--debian/squeeze/applications/k9copy/debian/control5
-rwxr-xr-xdebian/squeeze/applications/k9copy/debian/rules2
2 files changed, 3 insertions, 4 deletions
diff --git a/debian/squeeze/applications/k9copy/debian/control b/debian/squeeze/applications/k9copy/debian/control
index 2e534d2de..6453a7353 100644
--- a/debian/squeeze/applications/k9copy/debian/control
+++ b/debian/squeeze/applications/k9copy/debian/control
@@ -3,9 +3,8 @@ Section: tde
Priority: optional
Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net>
XSBC-Original-Maintainer: Anthony Mercatante <tonio@ubuntu.com>
-Build-Depends: debhelper (>= 5), cdbs, tdelibs4-trinity-dev, docbook2x, libdvdread-dev, libdbus-1-dev, libhal-dev, libhal-storage-dev, libavformat-dev, automake, autoconf, libtool, libltdl-dev
+Build-Depends: debhelper (>= 5), cdbs, tdelibs4-trinity-dev, docbook2x, libdvdread-dev, libdbus-1-dev, libk3b-trinity-dev, libavformat-dev, automake, autoconf, libtool, libltdl-dev
Standards-Version: 3.8.4
-Homepage: http://k9copy.sourceforge.net/
Package: k9copy-trinity
Architecture: any
@@ -14,6 +13,6 @@ Replaces: k9copy-trinity (<< 4:14.0.0)
Breaks: k9copy-trinity (<< 4:14.0.0)
Description: DVD backup tool for Trinity
k9copy is a tabbed tool that allows to copy of one or more titles from a DVD9
- to a DVD5, in thesame way than DVDShrink for Microsoft Windows (R).
+ to a DVD5, in much the same way as DVDShrink for Microsoft Windows (R).
This is the Trinity version
diff --git a/debian/squeeze/applications/k9copy/debian/rules b/debian/squeeze/applications/k9copy/debian/rules
index 5f97b6de2..8afe2157c 100755
--- a/debian/squeeze/applications/k9copy/debian/rules
+++ b/debian/squeeze/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)