diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2013-08-28 03:22:00 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2015-12-23 02:23:28 +0100 |
commit | bc6d15de15bd9c92382ff044465c900a03784cbd (patch) | |
tree | e9abbe7ba30653ebb45941871187cb52002d7ffa /debian/squeeze | |
parent | feea2d60f168a475c2c8a1a5295f02a53032bc8b (diff) | |
download | tde-packaging-bc6d15de15bd9c92382ff044465c900a03784cbd.tar.gz tde-packaging-bc6d15de15bd9c92382ff044465c900a03784cbd.zip |
Add dependency binutils-dev for tdelibs14-trinity-dev on Debian and Ubuntu
This prevents FTBFS due to missing libbfd for CMake builds
(cherry picked from commit c36db289b9b1e4ad43125b9549f7c697fae4626b)
Diffstat (limited to 'debian/squeeze')
-rw-r--r-- | debian/squeeze/kdelibs/debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/squeeze/kdelibs/debian/control b/debian/squeeze/kdelibs/debian/control index 43ea382bd..cac4739a7 100644 --- a/debian/squeeze/kdelibs/debian/control +++ b/debian/squeeze/kdelibs/debian/control @@ -87,7 +87,7 @@ Depends: kdelibs4c2a-trinity (= ${Source-Version}), libart-2.0-dev (>= 2.3.17), libsasl2-dev, libssl-dev, libxcomposite-dev, libtiff-dev, libxml2-dev, libxml2-utils, libxslt1-dev, libavahi-client-dev (>= 0.4), libtqtinterface-dev, - gettext-kde + gettext-kde, binutils-dev Provides: kdelibs-trinity-dev Replaces: kdebase-trinity-dev (<< 7:3.4.0), kdelibs4c2a-trinity (<< 4:3.5.8-3ubuntu2) Description: development files for the TDE core libraries |