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 /debian/squeeze/kdegames | |
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 'debian/squeeze/kdegames')
-rw-r--r-- | debian/squeeze/kdegames/debian/control.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/squeeze/kdegames/debian/control.in b/debian/squeeze/kdegames/debian/control.in index f38bf4915..05315f42b 100644 --- a/debian/squeeze/kdegames/debian/control.in +++ b/debian/squeeze/kdegames/debian/control.in @@ -4,7 +4,7 @@ Priority: optional Maintainer: Ubuntu Core developers <ubuntu-devel-discuss@lists.ubuntu.com> XSBC-Original-Maintainer: @@@MAINTAINER@@@ Uploaders: @@@UPLOADERS@@@ -Build-Depends: cdbs (>= 0.4.39-0.1), debhelper (>= 5.0.31), autotools-dev, gawk, gettext, kdelibs4-dev (>= 4:3.5.8), automake1.9, libtool, groff-base, sharutils, bzip2, sharutils +Build-Depends: cdbs (>= 0.4.39-0.1), debhelper (>= 5.0.31), quilt, autotools-dev, gawk, gettext, kdelibs4-dev (>= 4:3.5.8), automake1.9, libtool, groff-base, sharutils, bzip2, sharutils Build-Depends-Indep: doxygen, graphviz, gsfonts-x11, qt3-doc, kdelibs4-doc Standards-Version: 3.7.2 |