summaryrefslogtreecommitdiffstats
path: root/debian/squeeze/kde-i18n
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2012-08-26 20:17:02 +0200
committerSlávek Banko <slavek.banko@axis.cz>2012-08-27 19:46:11 +0200
commit7ec21bf02fe81e8844875d5291893149ae87974f (patch)
treeb7eaed87b97f74459a04c91a2eb23afc2eb30b88 /debian/squeeze/kde-i18n
parent7b09cff121e41cdfc663454ebec766e223522f03 (diff)
downloadtde-packaging-7ec21bf02fe81e8844875d5291893149ae87974f.tar.gz
tde-packaging-7ec21bf02fe81e8844875d5291893149ae87974f.zip
Superseded former way of managing patches for kde-i18n on Debian and Ubuntu
Diffstat (limited to 'debian/squeeze/kde-i18n')
-rw-r--r--debian/squeeze/kde-i18n/debian/control2
-rwxr-xr-xdebian/squeeze/kde-i18n/debian/rules2
2 files changed, 2 insertions, 2 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 __, ,$@))