diff options
author | Lisandro Damián Nicanor Pérez Meyer <perezmeyer@gmail.com> | 2014-05-21 12:12:48 -0300 |
---|---|---|
committer | Lisandro Damián Nicanor Pérez Meyer <perezmeyer@gmail.com> | 2014-05-21 12:12:48 -0300 |
commit | f4033fdcb9669de4248c5d236a1f4bcf2a236be1 (patch) | |
tree | 0b91ba86095c0621a366b8593302f979053a94b3 | |
parent | 41905e23d0d3855a66ec7f5f632bb0a5a0fee500 (diff) | |
download | qtscript-f4033fdcb9669de4248c5d236a1f4bcf2a236be1.tar.gz |
Bump the build dependency on qtbase to 5.3.0+dfsg~.
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 083a351..1c3eee9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,7 @@ qtscript-opensource-src (5.3.0+dfsg-1) UNRELEASED; urgency=medium * Do not build qtscript5-doc anymore from this source, thus allowing us to avoid a dependency on qttools and a circular dependency. The package will be built from qttools itself. + * Bump the build dependency on qtbase to 5.3.0+dfsg~. -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org> Sun, 20 Apr 2014 22:27:08 -0300 diff --git a/debian/control b/debian/control index fd42e12..3830ab3 100644 --- a/debian/control +++ b/debian/control @@ -11,7 +11,7 @@ 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.2.1+dfsg~), + qtbase5-private-dev (>= 5.3.0+dfsg~), xauth, xvfb Standards-Version: 3.9.5 |