diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-10-16 17:10:54 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-10-16 17:10:54 -0500 |
commit | 2403c83123eb695dd34205f1b20037c264d611b6 (patch) | |
tree | 781386678a1390be8b9d64d459fd21c6e81c7b02 /ubuntu/maverick | |
parent | 4a846a8eb54fba56f75094d85d001f0420e1d6df (diff) | |
download | tde-packaging-2403c83123eb695dd34205f1b20037c264d611b6.tar.gz tde-packaging-2403c83123eb695dd34205f1b20037c264d611b6.zip |
Fix kiosktool build deps under Debian and Ubuntu
Diffstat (limited to 'ubuntu/maverick')
-rw-r--r-- | ubuntu/maverick/applications/kiosktool/debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ubuntu/maverick/applications/kiosktool/debian/control b/ubuntu/maverick/applications/kiosktool/debian/control index 41bc32f51..bbf9a457f 100644 --- a/ubuntu/maverick/applications/kiosktool/debian/control +++ b/ubuntu/maverick/applications/kiosktool/debian/control @@ -3,7 +3,7 @@ Section: kde Priority: optional Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net> XSBC-Original-Maintainer: Pedro Jurado Maqueda <melenas@kdehispano.org> -Build-Depends: debhelper (>= 4.1.0), cdbs, kdelibs4-trinity-dev, automake +Build-Depends: debhelper (>= 4.1.0), cdbs, kdelibs4-trinity-dev, automake, autoconf, libtool, libltdl-dev Standards-Version: 3.8.4 Package: kiosktool-trinity |