[med-svn] [clonalorigin] 02/02: try to build gui

Andreas Tille tille at debian.org
Sat Dec 2 17:14:24 UTC 2017


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

tille pushed a commit to branch master
in repository clonalorigin.

commit 80c6297ce497c49054555fe828e4c63fce1e73c5
Author: Andreas Tille <tille at debian.org>
Date:   Sat Dec 2 18:14:08 2017 +0100

    try to build gui
---
 debian/control |  5 ++++-
 debian/rules   | 16 +++++++++++++++-
 2 files changed, 19 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index e9ce4d0..c6b754c 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,10 @@ Uploaders: Andreas Tille <tille at debian.org>
 Section: science
 Priority: optional
 Build-Depends: debhelper (>= 10),
-               libgsl-dev
+               libgsl-dev,
+               qt5-qmake-bin,
+               qttools5-dev,
+               libqt5svg5-dev
 Standards-Version: 3.9.8
 Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/clonalorigin.git
 Vcs-Git: https://anonscm.debian.org/git/debian-med/clonalorigin.git
diff --git a/debian/rules b/debian/rules
index cd70151..8019e21 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,9 +1,23 @@
 #!/usr/bin/make -f
 
-# DH_VERBOSE := 1
+DH_VERBOSE := 1
+
+export QT_SELECT=qt5
 
 %:
 	dh $@ --sourcedirectory=warg
 
+override_dh_auto_configure:
+	dh_auto_configure
+	cd gui && qmake
+
+override_dh_auto_build:
+	dh_auto_build
+	cd gui && make
+
+override_dh_auto_install:
+	dh_auto_install
+	cd gui && make install
+
 override_dh_auto_test:
 	# FIXME: Somehow the test does not finish at all
\ No newline at end of file

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



More information about the debian-med-commit mailing list