diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2014-07-08 12:13:05 +0900 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2015-12-17 18:52:36 +0100 |
commit | 7b944939b7cb843469bc23fd74278f482941b914 (patch) | |
tree | 1ab0939668dbb17ecf56c1f2dd2369d0bd476605 /ubuntu | |
parent | 9627a4e5382eb874db17e9541ff284f7ce208a1d (diff) | |
download | tde-packaging-7b944939b7cb843469bc23fd74278f482941b914.tar.gz tde-packaging-7b944939b7cb843469bc23fd74278f482941b914.zip |
Fixed avahi-tqt FTBFS in Jessie caused by gcc missing dependency.
(cherry picked from commit ab2dd352cb64f6beb2ae3eca2ff84cae5f50bd3e)
Diffstat (limited to 'ubuntu')
-rw-r--r-- | ubuntu/maverick/dependencies/avahi-tqt/debian/control | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ubuntu/maverick/dependencies/avahi-tqt/debian/control b/ubuntu/maverick/dependencies/avahi-tqt/debian/control index c39cfcb7a..4b9b7809e 100644 --- a/ubuntu/maverick/dependencies/avahi-tqt/debian/control +++ b/ubuntu/maverick/dependencies/avahi-tqt/debian/control @@ -5,6 +5,7 @@ Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net> XSBC-Original-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com> Uploaders: Timothy Pearson <kb9vqf@pearsoncomputing.net> Build-Depends: debhelper, + gcc, cdbs, quilt, pkg-config, @@ -54,4 +55,4 @@ Description: Development headers for the Avahi TQt integration library print to, files to look at and people to talk to. . This package contains the development headers for the interface - to integrate the Avahi libraries into a TQt main loop application.
\ No newline at end of file + to integrate the Avahi libraries into a TQt main loop application. |