summaryrefslogtreecommitdiffstats
path: root/debian/wheezy/applications/kerry/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian/wheezy/applications/kerry/debian')
-rw-r--r--debian/wheezy/applications/kerry/debian/cdbs/debian-qt-kde.mk2
-rw-r--r--debian/wheezy/applications/kerry/debian/control2
-rw-r--r--debian/wheezy/applications/kerry/debian/patches/series0
-rwxr-xr-xdebian/wheezy/applications/kerry/debian/rules2
4 files changed, 4 insertions, 2 deletions
diff --git a/debian/wheezy/applications/kerry/debian/cdbs/debian-qt-kde.mk b/debian/wheezy/applications/kerry/debian/cdbs/debian-qt-kde.mk
index 4a11bc028..6b7b16643 100644
--- a/debian/wheezy/applications/kerry/debian/cdbs/debian-qt-kde.mk
+++ b/debian/wheezy/applications/kerry/debian/cdbs/debian-qt-kde.mk
@@ -18,7 +18,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/debian/wheezy/applications/kerry/debian/control b/debian/wheezy/applications/kerry/debian/control
index 432af377d..5f6563c67 100644
--- a/debian/wheezy/applications/kerry/debian/control
+++ b/debian/wheezy/applications/kerry/debian/control
@@ -2,7 +2,7 @@ Source: kerry-trinity
Section: tde
Priority: optional
Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net>
-Build-Depends: debhelper (>= 5.0.0), cdbs, tdelibs14-trinity-dev, libkonq4-trinity-dev, libbeagle-dev (>= 0.3.0), docbook2x, chrpath, automake, autoconf, libtool, libltdl-dev
+Build-Depends: debhelper (>= 5.0.0), quilt, cdbs, tdelibs14-trinity-dev, libkonq4-trinity-dev, libbeagle-dev (>= 0.3.0), docbook2x, chrpath, automake, autoconf, libtool, libltdl-dev
Homepage: http://en.opensuse.org/Kerry
Standards-Version: 3.8.4
diff --git a/debian/wheezy/applications/kerry/debian/patches/series b/debian/wheezy/applications/kerry/debian/patches/series
new file mode 100644
index 000000000..e69de29bb
--- /dev/null
+++ b/debian/wheezy/applications/kerry/debian/patches/series
diff --git a/debian/wheezy/applications/kerry/debian/rules b/debian/wheezy/applications/kerry/debian/rules
index dea466c17..7b26c5eb5 100755
--- a/debian/wheezy/applications/kerry/debian/rules
+++ b/debian/wheezy/applications/kerry/debian/rules
@@ -1,7 +1,7 @@
#!/usr/bin/make -f
include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/rules/simple-patchsys.mk
+include /usr/share/cdbs/1/rules/patchsys-quilt.mk
# include /usr/share/cdbs/1/class/kde.mk
include debian/cdbs/debian-qt-kde.mk