diff options
author | Fathi Boudra <fabo@debian.org> | 2009-12-01 20:27:30 +0100 |
---|---|---|
committer | Fathi Boudra <fabo@debian.org> | 2009-12-01 20:27:30 +0100 |
commit | 62749063c2df184698a32396eefd53500a18b197 (patch) | |
tree | a0e46203fc5d5e6222dbac3a37645bdc92fad209 /debian/control | |
parent | 4b9acb4cfe15e65a912152287f21706f361a2830 (diff) | |
download | qt4-x11-debian/4.6.0-1.tar.gz |
Add libqt4-sql-tds packagedebian/4.6.0-1
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/debian/control b/debian/control index efdca01..3334550 100644 --- a/debian/control +++ b/debian/control @@ -12,7 +12,7 @@ Build-Depends: debhelper (>= 7.2), quilt, pkg-kde-tools (>= 0.4), flex, sharutil libsm-dev, libsqlite0-dev, libsqlite3-dev, libtiff4-dev, libx11-dev, libxcursor-dev, libxext-dev, libxft-dev, libxi-dev, libxinerama-dev, libxmu-dev, libxrandr-dev, libxrender-dev, libxslt1-dev, libxt-dev, - x11proto-core-dev, zlib1g-dev + x11proto-core-dev, zlib1g-dev, freetds-dev Standards-Version: 3.8.3 Homepage: http://www.qtsoftware.com Vcs-Git: git://git.debian.org/pkg-kde/qt4-x11.git @@ -205,6 +205,17 @@ Description: Qt 4 SQLite 2 database driver Install it if you intend to use or write Qt programs that are to access an SQLite 2 DB. +Package: libqt4-sql-tds +Architecture: any +Section: libs +Depends: ${shlibs:Depends}, ${misc:Depends} +Suggests: libqt4-dev +Description: Qt 4 FreeTDS database driver + This package contains the FreeTDS plugin for Qt 4. + . + Install it if you intend to use or write Qt programs that are to access a + MS SQL or Sybase SQL server. + Package: libqt4-svg Architecture: any Section: libs |