[med-svn] [Git][med-team/freemedforms-project][master] add missing build-deps
Michael R. Crusoe
gitlab at salsa.debian.org
Fri Sep 6 09:30:21 BST 2019
Michael R. Crusoe pushed to branch master at Debian Med / freemedforms-project
Commits:
bdef13f9 by Michael R. Crusoe at 2019-09-06T08:28:58Z
add missing build-deps
- - - - -
3 changed files:
- debian/control
- + debian/patches/quazip_location
- debian/patches/series
Changes:
=====================================
debian/control
=====================================
@@ -9,15 +9,16 @@ Build-Depends: debhelper-compat (= 12),
qtbase5-dev,
qttools5-dev-tools,
libqt5svg5-dev,
- libqt5script5,
- libqt5scripttools5,
+ qtscript5-dev,
+ qttools5-dev,
qtchooser,
libxext-dev,
zlib1g-dev,
libopencv-core-dev,
libopencv-highgui-dev,
libopencv-objdetect-dev,
- libquazip5-dev
+ libquazip5-dev,
+ libquazip-headers
Standards-Version: 4.4.0
Vcs-Browser: https://salsa.debian.org/med-team/freemedforms-project
Vcs-Git: https://salsa.debian.org/med-team/freemedforms-project.git
=====================================
debian/patches/quazip_location
=====================================
@@ -0,0 +1,24 @@
+--- freemedforms-project.orig/contrib/quazip/quazip/global.cpp
++++ freemedforms-project/contrib/quazip/quazip/global.cpp
+@@ -24,8 +24,8 @@
+ * NAME <MAIL at ADDRESS.COM> *
+ ***************************************************************************/
+ #include "global.h"
+-#include "quazip.h"
+-#include "quazipfile.h"
++#include <quazip5/quazip.h>
++#include <quazip5/quazipfile.h>
+
+ #include <utils/log.h>
+ #include <utils/global.h>
+--- freemedforms-project.orig/contrib/quazip/quazip/quazip.pro
++++ freemedforms-project/contrib/quazip/quazip/quazip.pro
+@@ -25,7 +25,7 @@
+ # will avoid to build duplicate code and will link the present lib
+ # to the existing quazip
+ message(Using system libquazip0 package)
+- LIBS+=-lquazip
++ LIBS+=-lquazip5
+ } else {
+ # On other OS we need to build the quazip code.
+ # QuaZip version = 0.5.1
=====================================
debian/patches/series
=====================================
@@ -1 +1,2 @@
do_not_rely_on_git.patch
+quazip_location
View it on GitLab: https://salsa.debian.org/med-team/freemedforms-project/commit/bdef13f971a7071fb3e8dff4a098996ccb75fc9a
--
View it on GitLab: https://salsa.debian.org/med-team/freemedforms-project/commit/bdef13f971a7071fb3e8dff4a098996ccb75fc9a
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20190906/51e35ed6/attachment-0001.html>
More information about the debian-med-commit
mailing list