diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-04 15:37:00 -0600 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2012-08-27 19:46:14 +0200 |
commit | 173fc3c960b79f163784de081ab6ea5ed2ef89e9 (patch) | |
tree | 7643a9a155934825d084ee8038519692fc1ada70 | |
parent | cdb013149cb44979de46c8532bef3d9c4973fc24 (diff) | |
download | tde-packaging-173fc3c960b79f163784de081ab6ea5ed2ef89e9.tar.gz tde-packaging-173fc3c960b79f163784de081ab6ea5ed2ef89e9.zip |
Fix tde-i18n FTBFS on Debian and Ubuntu
(cherry picked from commit 7089b6cc0c12e1688cfb2ca97bb9bfce4b350224)
-rw-r--r-- | debian/lenny/kde-i18n/debian/control | 2 | ||||
-rw-r--r-- | debian/squeeze/kde-i18n/debian/control | 2 | ||||
-rw-r--r-- | ubuntu/maverick/kde-i18n/debian/control | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/debian/lenny/kde-i18n/debian/control b/debian/lenny/kde-i18n/debian/control index 5a0c59c15..263f498dc 100644 --- a/debian/lenny/kde-i18n/debian/control +++ b/debian/lenny/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: debhelper (>= 5), kdelibs4-trinity-dev, gawk, gettext, bzip2, perl, automake, autoconf, libtool, libltdl-dev Section: kde Priority: optional Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net> diff --git a/debian/squeeze/kde-i18n/debian/control b/debian/squeeze/kde-i18n/debian/control index cd09ecd22..9da228629 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), quilt, kdelibs4-trinity-dev, gawk, gettext, bzip2, perl +Build-Depends: debhelper (>= 5), quilt, kdelibs4-trinity-dev, gawk, gettext, bzip2, perl, automake, autoconf, libtool, libltdl-dev Section: kde Priority: optional Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net> diff --git a/ubuntu/maverick/kde-i18n/debian/control b/ubuntu/maverick/kde-i18n/debian/control index 0f7df7ba3..ddec01b52 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), quilt, kdelibs4-trinity-dev, gawk, gettext, bzip2, perl +Build-Depends: debhelper (>= 5), quilt, kdelibs4-trinity-dev, gawk, gettext, bzip2, perl, automake, autoconf, libtool, libltdl-dev Section: kde Priority: optional Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net> |