This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository clonalframe.
commit f2a4c9820de537d95c98b48de07a9ffc4398d2f2 Author: Andreas Tille <[email protected]> Date: Tue Sep 26 20:25:07 2017 +0200 Add README.source explaining that we could build without Qt5 libs but qmake somehow injects the dependency. --- debian/README.source | 10 ++++++++++ debian/changelog | 2 ++ 2 files changed, 12 insertions(+) diff --git a/debian/README.source b/debian/README.source new file mode 100644 index 0000000..807e3a9 --- /dev/null +++ b/debian/README.source @@ -0,0 +1,10 @@ +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 baf7e93..3dafa4f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,8 @@ clonalframe (1.2-6) UNRELEASED; urgency=medium Closes: #874845 * debhelper 10 * Standards-Version: 4.1.0 (no changes needed) + * Add README.source explaining that we could build without + Qt5 libs but qmake somehow injects the dependency. -- Andreas Tille <[email protected]> Tue, 26 Sep 2017 17:07:18 +0200 -- 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
