[med-svn] [clustalx] 01/04: Porting to Qt5

Andreas Tille tille at debian.org
Mon Sep 11 11:56:55 UTC 2017


This is an automated email from the git hooks/post-receive script.

tille pushed a commit to branch master
in repository clustalx.

commit 0900c659f3a61831b00a01d26d76daa305fe903b
Author: Andreas Tille <tille at debian.org>
Date:   Mon Sep 11 13:25:33 2017 +0200

    Porting to Qt5
---
 debian/changelog | 8 ++++++--
 debian/control   | 4 +++-
 debian/rules     | 2 +-
 3 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 8f9af51..00dd48c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,11 +1,15 @@
 clustalx (2.1+lgpl-6) UNRELEASED; urgency=medium
 
+  [ Andreas Tille ]
   * cme fix dpkg-copyright
-  * debian/upstream/metadata: (Steffen Moeller)
+  * port to Qt5
+
+  [ Steffen Moeller ]
+  * debian/upstream/metadata:
     - added references to registries
     - yamllint cleanliness
 
- -- Andreas Tille <tille at debian.org>  Sat, 09 Sep 2017 23:38:53 +0200
+ -- Andreas Tille <tille at debian.org>  Mon, 11 Sep 2017 09:30:38 +0200
 
 clustalx (2.1+lgpl-5) unstable; urgency=medium
 
diff --git a/debian/control b/debian/control
index 569d145..efee27b 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,9 @@ Uploaders: Steffen Moeller <moeller at debian.org>,
 Section: science
 Priority: optional
 Build-Depends: debhelper (>= 9),
-               libqt4-dev
+               qtbase5-dev,
+               qtbase5-dev-tools,
+               qttools5-dev-tools
 Standards-Version: 3.9.8
 Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/clustalx.git
 Vcs-Git: https://anonscm.debian.org/git/debian-med/clustalx.git
diff --git a/debian/rules b/debian/rules
index e52b82f..75d1955 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 	dh $@
 
 override_dh_auto_configure:
-	qmake-qt4
+	qmake
 	# did not found a better way to push hardening flags into Makefile
 	sed -i -e "s:CFLAGS *= .*:& $(CFLAGS):" \
 	       -e "s:CXXFLAGS *= .*:& $(CXXFLAGS):" \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/clustalx.git



More information about the debian-med-commit mailing list