summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--debian/squeeze/kde-i18n/debian/control2
-rwxr-xr-xdebian/squeeze/kde-i18n/debian/rules2
-rw-r--r--ubuntu/maverick/kde-i18n/debian/control2
-rwxr-xr-xubuntu/maverick/kde-i18n/debian/rules2
4 files changed, 4 insertions, 4 deletions
diff --git a/debian/squeeze/kde-i18n/debian/control b/debian/squeeze/kde-i18n/debian/control
index 5a0c59c15..cd09ecd22 100644
--- a/debian/squeeze/kde-i18n/debian/control
+++ b/debian/squeeze/kde-i18n/debian/control
@@ -1,5 +1,5 @@
Source: kde-i18n-trinity
-Build-Depends: autoconf, debhelper (>= 5), kdelibs4-trinity-dev, gawk, gettext, bzip2, perl
+Build-Depends: autoconf, debhelper (>= 5), quilt, kdelibs4-trinity-dev, gawk, gettext, bzip2, perl
Section: kde
Priority: optional
Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net>
diff --git a/debian/squeeze/kde-i18n/debian/rules b/debian/squeeze/kde-i18n/debian/rules
index 0812f3e17..4ba3b4b82 100755
--- a/debian/squeeze/kde-i18n/debian/rules
+++ b/debian/squeeze/kde-i18n/debian/rules
@@ -8,7 +8,7 @@ I18N_DIR_PREFIX := kde-i18n
I18N_VERSION := 3.5.10
I18N_DIR_PAT := $(I18N_DIR_PREFIX)-%-$(I18N_VERSION)
I18N_DIRS := $(subst .tar.bz2,,$(wildcard $(I18N_DIR_PREFIX)-*-$(I18N_VERSION).tar.bz2))
-I18N_PATCHES := $(wildcard debian/patches/*.diff)
+#I18N_PATCHES := $(wildcard debian/patches/*.diff)
# Stamps and support variables
cur_lang = $(word 2,$(subst __, ,$@))
diff --git a/ubuntu/maverick/kde-i18n/debian/control b/ubuntu/maverick/kde-i18n/debian/control
index d20143263..0f7df7ba3 100644
--- a/ubuntu/maverick/kde-i18n/debian/control
+++ b/ubuntu/maverick/kde-i18n/debian/control
@@ -1,5 +1,5 @@
Source: kde-i18n-trinity
-Build-Depends: autoconf, debhelper (>= 5), kdelibs4-trinity-dev, gawk, gettext, bzip2, perl
+Build-Depends: autoconf, debhelper (>= 5), quilt, kdelibs4-trinity-dev, gawk, gettext, bzip2, perl
Section: kde
Priority: optional
Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net>
diff --git a/ubuntu/maverick/kde-i18n/debian/rules b/ubuntu/maverick/kde-i18n/debian/rules
index 0812f3e17..4ba3b4b82 100755
--- a/ubuntu/maverick/kde-i18n/debian/rules
+++ b/ubuntu/maverick/kde-i18n/debian/rules
@@ -8,7 +8,7 @@ I18N_DIR_PREFIX := kde-i18n
I18N_VERSION := 3.5.10
I18N_DIR_PAT := $(I18N_DIR_PREFIX)-%-$(I18N_VERSION)
I18N_DIRS := $(subst .tar.bz2,,$(wildcard $(I18N_DIR_PREFIX)-*-$(I18N_VERSION).tar.bz2))
-I18N_PATCHES := $(wildcard debian/patches/*.diff)
+#I18N_PATCHES := $(wildcard debian/patches/*.diff)
# Stamps and support variables
cur_lang = $(word 2,$(subst __, ,$@))