diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2016-04-26 21:57:32 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2016-04-26 21:58:08 +0200 |
commit | bdc53970862a191c4adb8815f8ab9ee0f8a9cb81 (patch) | |
tree | 4ce468699ab259403e26bdb91e1aa7082cbccb6e /ubuntu | |
parent | bd642ee28327ab826f40cde371bd382b32c32ce2 (diff) | |
download | tde-packaging-bdc53970862a191c4adb8815f8ab9ee0f8a9cb81.tar.gz tde-packaging-bdc53970862a191c4adb8815f8ab9ee0f8a9cb81.zip |
Use a generic name for libpng-dev dependency on Debian and Ubuntu
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 97159bb162a58fe4c6a12a15d864ebc9684bef6d)
Diffstat (limited to 'ubuntu')
-rw-r--r-- | ubuntu/maverick/applications/smb4k/debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ubuntu/maverick/applications/smb4k/debian/control b/ubuntu/maverick/applications/smb4k/debian/control index b486cc035..73f9fa12b 100644 --- a/ubuntu/maverick/applications/smb4k/debian/control +++ b/ubuntu/maverick/applications/smb4k/debian/control @@ -2,7 +2,7 @@ Source: smb4k-trinity Section: tde Priority: optional Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net> -Build-Depends: tdebase-trinity-dev, tdelibs14-trinity-dev, libart-2.0-dev, libpng3-dev, zlib1g-dev, debhelper (>= 4.1.0), cdbs, libx11-dev, libxext-dev, libxpm-dev, x-dev | x11proto-core-dev | libx11-dev, automake, autoconf, libtool, libltdl-dev +Build-Depends: tdebase-trinity-dev, tdelibs14-trinity-dev, libart-2.0-dev, libpng-dev, zlib1g-dev, debhelper (>= 4.1.0), cdbs, libx11-dev, libxext-dev, libxpm-dev, x-dev | x11proto-core-dev | libx11-dev, automake, autoconf, libtool, libltdl-dev Standards-Version: 3.8.4 Homepage: http://smb4k.berlios.de/ |