diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2015-09-13 02:28:11 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2015-09-13 02:28:11 -0500 |
commit | 2b8fe80000694ad71b8773b64f49a128afc2a6a3 (patch) | |
tree | 31211ad74d5d8a4d6ce3945607c94e185f3d4eac | |
parent | fd86225ae03901636e3eafcd2ab342488999cbe1 (diff) | |
download | tde-packaging-2b8fe80000694ad71b8773b64f49a128afc2a6a3.tar.gz tde-packaging-2b8fe80000694ad71b8773b64f49a128afc2a6a3.zip |
Fix tdelibs build dependencies on Debian and Ubuntu
-rw-r--r-- | debian/lenny/tdelibs/debian/control | 2 | ||||
-rw-r--r-- | debian/squeeze/tdelibs/debian/control | 2 | ||||
-rw-r--r-- | ubuntu/maverick/tdelibs/debian/control | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/debian/lenny/tdelibs/debian/control b/debian/lenny/tdelibs/debian/control index 7bdaa2635..43d7ef011 100644 --- a/debian/lenny/tdelibs/debian/control +++ b/debian/lenny/tdelibs/debian/control @@ -17,7 +17,7 @@ Build-Depends: cdbs (>= 0.4.41ubuntu2), debhelper (>= 5.0.31), quilt, autotools- sharutils, texinfo, libogg-dev, libtqtinterface-dev, gettext-kde, lsb-release, base-files, sudo, libr-dev, libudev-dev, cmake, libltdl-dev, libmagic-dev, libpcsclite-dev, - opensc-pkcs11, libcryptsetup-dev + opensc-pkcs11, libpkcs11-helper1-dev, libcryptsetup-dev Build-Depends-Indep: doxygen, libtqtinterface-doc, graphviz, gsfonts-x11 Standards-Version: 3.8.3 diff --git a/debian/squeeze/tdelibs/debian/control b/debian/squeeze/tdelibs/debian/control index 7bdaa2635..43d7ef011 100644 --- a/debian/squeeze/tdelibs/debian/control +++ b/debian/squeeze/tdelibs/debian/control @@ -17,7 +17,7 @@ Build-Depends: cdbs (>= 0.4.41ubuntu2), debhelper (>= 5.0.31), quilt, autotools- sharutils, texinfo, libogg-dev, libtqtinterface-dev, gettext-kde, lsb-release, base-files, sudo, libr-dev, libudev-dev, cmake, libltdl-dev, libmagic-dev, libpcsclite-dev, - opensc-pkcs11, libcryptsetup-dev + opensc-pkcs11, libpkcs11-helper1-dev, libcryptsetup-dev Build-Depends-Indep: doxygen, libtqtinterface-doc, graphviz, gsfonts-x11 Standards-Version: 3.8.3 diff --git a/ubuntu/maverick/tdelibs/debian/control b/ubuntu/maverick/tdelibs/debian/control index 768f46d12..8b2b21b32 100644 --- a/ubuntu/maverick/tdelibs/debian/control +++ b/ubuntu/maverick/tdelibs/debian/control @@ -17,7 +17,7 @@ Build-Depends: cdbs (>= 0.4.41ubuntu2), debhelper (>= 5.0.31), quilt, autotools- sharutils, texinfo, libogg-dev, libtqtinterface-dev, gettext-kde, lsb-release, base-files, sudo, libr-dev, libudev-dev, cmake, libltdl-dev, libmagic-dev, libpcsclite-dev, - opensc-pkcs11, libcryptsetup-dev + opensc-pkcs11, libpkcs11-helper1-dev, libcryptsetup-dev Build-Depends-Indep: doxygen, libtqtinterface-doc, graphviz, gsfonts-x11 Standards-Version: 3.8.3 |