diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2013-09-16 23:20:52 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2017-07-18 00:29:47 +0200 |
commit | f6228b0ab46ed8d8e8d80a149ddb983956d42024 (patch) | |
tree | a714245742ff61bfc5779b200e884aafe0f56a37 /ubuntu/maverick/applications/kchmviewer/debian/control | |
parent | 02e5d6d9bcc02748d9082d5027a011962bab245d (diff) | |
download | tde-packaging-f6228b0ab46ed8d8e8d80a149ddb983956d42024.tar.gz tde-packaging-f6228b0ab46ed8d8e8d80a149ddb983956d42024.zip |
Fix missing quilt dependency in control.in on Debian and Ubuntu
Fix missing cdbs dependency on Debian and Ubuntu
(cherry picked from commit ca4458dfd48af9b7caf4ec2d31f78a136a23ec0e)
Diffstat (limited to 'ubuntu/maverick/applications/kchmviewer/debian/control')
-rw-r--r-- | ubuntu/maverick/applications/kchmviewer/debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ubuntu/maverick/applications/kchmviewer/debian/control b/ubuntu/maverick/applications/kchmviewer/debian/control index dc57de4b6..b6c554734 100644 --- a/ubuntu/maverick/applications/kchmviewer/debian/control +++ b/ubuntu/maverick/applications/kchmviewer/debian/control @@ -3,7 +3,7 @@ Section: kde Priority: optional Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net> XSBC-Original-Maintainer: Jose Luis Tallon <jltallon@adv-solutions.net> -Build-Depends: debhelper (>= 5.0.0), quilt, kdelibs4-trinity-dev, libchm-dev, automake, autoconf, libtool, libltdl-dev +Build-Depends: debhelper (>= 5.0.0), cdbs, quilt, kdelibs4-trinity-dev, libchm-dev, automake, autoconf, libtool, libltdl-dev Standards-Version: 3.8.4 Homepage: http://www.kchmviewer.net/ |