diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-30 11:31:19 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-30 11:31:19 -0600 |
commit | 68d88671e2193517a9087ffdf326b81068dfee6a (patch) | |
tree | 9b63f0bf6a7b9dcfbcee93e87b1b9c51d6c9b7c0 /debian/squeeze/dependencies | |
parent | 08980f786d24341de92fc02303edd80eff02d991 (diff) | |
download | tde-packaging-68d88671e2193517a9087ffdf326b81068dfee6a.tar.gz tde-packaging-68d88671e2193517a9087ffdf326b81068dfee6a.zip |
Fix builddeps
Diffstat (limited to 'debian/squeeze/dependencies')
-rw-r--r-- | debian/squeeze/dependencies/python-tqt/debian/control | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/squeeze/dependencies/python-tqt/debian/control b/debian/squeeze/dependencies/python-tqt/debian/control index c0d48d37a..9354c760b 100644 --- a/debian/squeeze/dependencies/python-tqt/debian/control +++ b/debian/squeeze/dependencies/python-tqt/debian/control @@ -4,13 +4,13 @@ Priority: optional Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net> XSBC-Original-Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org> Uploaders: Torsten Marek <shlomme@debian.org>, Bernd Zeimetz <bzed@debian.org>, Michael Casadevall <mcasadevall@debian.org> -Build-Depends: debhelper (>= 6.0.7~), python-all-dev (>= 2.3.5-10), libtqt-mt-dev (>= 3:3.3.4-4), tqt-dev-tools (>= 3:3.3.4-4), tqt-apps-dev (>= 3:3.3.4-4), python-sip-dev (>= 4.10.0-2ubuntu1), libqscintilla-dev (>= 1.7), python-support (>= 0.7.1), python-sip-dbg, python-all-dbg +Build-Depends: debhelper (>= 6.0.7~), python-all-dev (>= 2.3.5-10), libtqt3-mt-dev (>= 3:3.3.4-4), tqt3-dev-tools (>= 3:3.3.4-4), tqt3-apps-dev (>= 3:3.3.4-4), python-sip-dev (>= 4.10.0-2ubuntu1), libqscintilla-dev (>= 1.7), python-support (>= 0.7.1), python-sip-dbg, python-all-dbg Standards-Version: 3.8.4 Package: python-tqt Architecture: any Depends: ${shlibs:Depends}, ${python:Depends}, ${sip:Depends}, ${misc:Depends} -Suggests: python-tqt-gl, python-tqt-doc, libtqt-mt-mysql|libtqt-mt-odbc|libtqt-mt-psql +Suggests: python-tqt-gl, python-tqt-doc, libtqt3-mt-mysql|libtqt3-mt-odbc|libtqt3-mt-psql Provides: ${python:Provides} Description: TQt bindings for Python Python binding module that allows use of TQt X Window toolkit v3. |