This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository clonalframe.
commit ebdcf7249d7218c596b88d457c2cba63a488f9e2 Author: Andreas Tille <[email protected]> Date: Tue Sep 26 20:12:54 2017 +0200 Switch build to Qt5 --- debian/changelog | 1 + debian/control | 3 --- debian/rules | 2 ++ 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index e483c66..8664f05 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ clonalframe (1.2-6) UNRELEASED; urgency=medium * Move packaging from SVN to Git * Switch build to Qt5 + Closes: #874845 -- Andreas Tille <[email protected]> Tue, 26 Sep 2017 17:07:18 +0200 diff --git a/debian/control b/debian/control index 6e41fdd..847bd48 100644 --- a/debian/control +++ b/debian/control @@ -6,9 +6,6 @@ Priority: optional Build-Depends: debhelper (>= 9), qt5-qmake, qtbase5-dev, - qtbase5-dev-tools, - libqt5opengl5-dev, - qttools5-dev-tools, libgsl-dev Standards-Version: 3.9.8 Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/clonalframe.git diff --git a/debian/rules b/debian/rules index dbd57fd..dde8aa7 100755 --- a/debian/rules +++ b/debian/rules @@ -8,6 +8,8 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all +export QT_SELECT=qt5 + %: dh $@ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/clonalframe.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
