summaryrefslogtreecommitdiffstats
path: root/ubuntu/maverick/applications/tdeio-locate/debian
diff options
context:
space:
mode:
Diffstat (limited to 'ubuntu/maverick/applications/tdeio-locate/debian')
-rw-r--r--ubuntu/maverick/applications/tdeio-locate/debian/cdbs/debian-qt-kde.mk2
-rw-r--r--ubuntu/maverick/applications/tdeio-locate/debian/control2
-rw-r--r--ubuntu/maverick/applications/tdeio-locate/debian/patches/series0
-rwxr-xr-xubuntu/maverick/applications/tdeio-locate/debian/rules2
4 files changed, 4 insertions, 2 deletions
diff --git a/ubuntu/maverick/applications/tdeio-locate/debian/cdbs/debian-qt-kde.mk b/ubuntu/maverick/applications/tdeio-locate/debian/cdbs/debian-qt-kde.mk
index 5e704aa4a..c5d8ecfd3 100644
--- a/ubuntu/maverick/applications/tdeio-locate/debian/cdbs/debian-qt-kde.mk
+++ b/ubuntu/maverick/applications/tdeio-locate/debian/cdbs/debian-qt-kde.mk
@@ -15,7 +15,9 @@ debian/stamp-cvs-make:
include debian/cdbs/kde.mk$(_cdbs_makefile_suffix)
include debian/cdbs/uploaders.mk
+ifndef _cdbs_rules_patchsys_quilt
DEB_PATCHDIRS := debian/patches/common debian/patches
+endif
DEB_KDE_ENABLE_FINAL := yes
DEB_INSTALL_DOCS_ALL :=
diff --git a/ubuntu/maverick/applications/tdeio-locate/debian/control b/ubuntu/maverick/applications/tdeio-locate/debian/control
index 986621d5f..29f2d4f5c 100644
--- a/ubuntu/maverick/applications/tdeio-locate/debian/control
+++ b/ubuntu/maverick/applications/tdeio-locate/debian/control
@@ -3,7 +3,7 @@ Section: tde
Priority: optional
Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net>
XSBC-Original-Maintainer: Tobi Vollebregt <tobivollebregt@gmail.com>
-Build-Depends: cdbs, debhelper (>= 5), tdelibs14-trinity-dev, bzip2, python (>= 2.3), cmake
+Build-Depends: cdbs, debhelper (>= 5), quilt, tdelibs14-trinity-dev, bzip2, python (>= 2.3), cmake
Standards-Version: 3.8.4
Package: tdeio-locate-trinity
diff --git a/ubuntu/maverick/applications/tdeio-locate/debian/patches/series b/ubuntu/maverick/applications/tdeio-locate/debian/patches/series
new file mode 100644
index 000000000..e69de29bb
--- /dev/null
+++ b/ubuntu/maverick/applications/tdeio-locate/debian/patches/series
diff --git a/ubuntu/maverick/applications/tdeio-locate/debian/rules b/ubuntu/maverick/applications/tdeio-locate/debian/rules
index 55427aa5d..01ccf387a 100755
--- a/ubuntu/maverick/applications/tdeio-locate/debian/rules
+++ b/ubuntu/maverick/applications/tdeio-locate/debian/rules
@@ -11,7 +11,7 @@ export LD_LIBRARY_PATH
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/cmake.mk
-include /usr/share/cdbs/1/rules/simple-patchsys.mk
+include /usr/share/cdbs/1/rules/patchsys-quilt.mk
include /usr/share/cdbs/1/rules/utils.mk
include debian/cdbs/debian-qt-kde.mk