diff options
author | Lisandro Damián Nicanor Pérez Meyer <perezmeyer@gmail.com> | 2013-08-30 21:34:07 -0300 |
---|---|---|
committer | Lisandro Damián Nicanor Pérez Meyer <perezmeyer@gmail.com> | 2013-08-30 21:34:07 -0300 |
commit | d19325c1c32e23ad7e7716294fadffe3d7613ebe (patch) | |
tree | 954006ec214bf9759e4e3d19f7e4e41ea87c589c /debian | |
parent | 3406b85663c139592a03217418226a17cc89e3ec (diff) | |
download | qtscript-d19325c1c32e23ad7e7716294fadffe3d7613ebe.tar.gz |
Tight build dependencies.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/control | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index d84598b..6d6b81a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ qtscript-opensource-src (5.1.1+dfsg-1) UNRELEASED; urgency=low * New upstream release. * Be verbose on the files we remove to make the source tarball DFSG compliant. + * Tight Qt 5 build dependencies. -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org> Fri, 30 Aug 2013 21:26:33 -0300 diff --git a/debian/control b/debian/control index 849dd01..a0d9c6e 100644 --- a/debian/control +++ b/debian/control @@ -11,9 +11,9 @@ Uploaders: Fathi Boudra <fabo@debian.org>, Build-Depends: debhelper (>= 9), dpkg-dev (>= 1.16.1), pkg-kde-tools (>= 0.15.8~), - qtbase5-private-dev (>= 5.1.0~) + qtbase5-private-dev (>= 5.1.1+dfsg~) Build-Depends-Indep: libqt5sql5-sqlite, - qttools5-dev-tools (>= 5.1.0~) + qttools5-dev-tools (>= 5.1.1~) Standards-Version: 3.9.4 Homepage: http://qt-project.org/ Vcs-Git: git://anonscm.debian.org/pkg-kde/qt/qtscript.git |