[med-svn] [clonalframe] 01/01: Do not link against Qt5 libraries
Andreas Tille
tille at debian.org
Tue Sep 26 20:41:01 UTC 2017
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository clonalframe.
commit f0d4ef570b1256e7ed6708c9969cba60e35afced
Author: Andreas Tille <tille at debian.org>
Date: Tue Sep 26 22:39:28 2017 +0200
Do not link against Qt5 libraries
---
debian/README.source | 10 ----------
debian/changelog | 7 +++++++
debian/control | 1 -
debian/patches/no_qtlibs.patch | 12 ++++++++++++
debian/patches/series | 1 +
5 files changed, 20 insertions(+), 11 deletions(-)
diff --git a/debian/README.source b/debian/README.source
deleted file mode 100644
index 807e3a9..0000000
--- a/debian/README.source
+++ /dev/null
@@ -1,10 +0,0 @@
-Upstream homepage
- http://www.xavierdidelot.xtreemhost.com/clonalframe.htm
-says:
-
- For the GUI of ClonalFrame, please download the Windows version 1.1
- below. Please note that this GUI is no longer supported ...
-
-So in principle we do not need to link against Qt5 libs at all but qmake
-somehow tweaks this in. If somebody knows how to prevent this it would
-be nice to apply.
diff --git a/debian/changelog b/debian/changelog
index 5a1387d..aa11b60 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+clonalframe (1.2-7) unstable; urgency=medium
+
+ * Do not link against Qt5 libraries (Thanks for the hint to
+ Christian Seiler <christian at iwakd.de>)
+
+ -- Andreas Tille <tille at debian.org> Tue, 26 Sep 2017 22:33:07 +0200
+
clonalframe (1.2-6) unstable; urgency=medium
* Move packaging from SVN to Git
diff --git a/debian/control b/debian/control
index c4d06ee..9db589e 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,6 @@ Section: science
Priority: optional
Build-Depends: debhelper (>= 10),
qt5-qmake,
- qtbase5-dev,
libgsl-dev
Standards-Version: 4.1.0
Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/clonalframe.git
diff --git a/debian/patches/no_qtlibs.patch b/debian/patches/no_qtlibs.patch
new file mode 100644
index 0000000..7f949f7
--- /dev/null
+++ b/debian/patches/no_qtlibs.patch
@@ -0,0 +1,12 @@
+Author: Christian Seiler <christian at iwakd.de>
+Last-Update: Tue, 26 Sep 2017 21:04:24 +0200
+Description: Since the GUI is deactivated upstream there is no
+ point in linking against Qt libraries
+
+--- a/ClonalFrame.pro
++++ b/ClonalFrame.pro
+@@ -60,3 +60,4 @@ LIBS = -lgsl -lgslcblas
+ MOC_DIR = build
+ OBJECTS_DIR = build
+ CONFIG += release
++CONFIG -= qt
diff --git a/debian/patches/series b/debian/patches/series
index 1d4acb4..a1af001 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
01_gcc-4.6.patch
+no_qtlibs.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/clonalframe.git
More information about the debian-med-commit
mailing list