Skip to content
Commits on Source (3)
......@@ -3,6 +3,9 @@ freemedforms-project (1.0.0-1) UNRELEASED; urgency=medium
* New upstream version (patches applied upstream)
* Fix watch file
* Try to build with Qt5
* debhelper 11
* Point Vcs fields to salsa.debian.org
* Standards-Version: 4.2.1
-- Andreas Tille <tille@debian.org> Sun, 10 Sep 2017 21:51:37 +0200
......
......@@ -5,7 +5,7 @@ Uploaders: Eric Maeker <eric.maeker@gmail.com>,
Thorsten Alteholz <debian@alteholz.de>
Section: science
Priority: optional
Build-Depends: debhelper (>= 10),
Build-Depends: debhelper (>= 11~),
qtbase5-dev,
qttools5-dev-tools,
libqt5svg5-dev,
......@@ -18,9 +18,9 @@ Build-Depends: debhelper (>= 10),
libopencv-highgui-dev,
libopencv-objdetect-dev,
libquazip5-dev
Standards-Version: 4.0.0
Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/freemedforms-project.git
Vcs-Git: https://anonscm.debian.org/git/debian-med/freemedforms-project.git
Standards-Version: 4.2.1
Vcs-Browser: https://salsa.debian.org/med-team/freemedforms-project
Vcs-Git: https://salsa.debian.org/med-team/freemedforms-project.git
Homepage: http://www.freemedforms.com/
Package: freemedforms-project
......@@ -83,8 +83,6 @@ Description: data for the FreeMedForms EMR
Package: freemedforms-freedata
Architecture: all
Depends: ${misc:Depends}
Breaks: freemedforms-emr-resources (<< 0.7.4)
Replaces: freemedforms-emr-resources (<< 0.7.4)
Description: free extra-data for the FreeMedForms project
The FreeMedForms project provides a set of medical applications to help
health professionals in their day-to-day practice. It is developed by an
......
......@@ -52,7 +52,7 @@ AUTOCONF_MAIN = -r $(QMAKE_GLOBAL_CONFIG) $(QMAKE_IPATH) $(1).pro
AUTOCONF_SUB = -r $(QMAKE_GLOBAL_CONFIG) $(QMAKE_SUBPROJECT_CONFIG) $(QMAKE_IPATH) $(1).pro
%:
dh $@ --parallel --buildsystem=qmake # --dbg-package=freemedforms-project-dbg
dh $@ --buildsystem=qmake # --dbg-package=freemedforms-project-dbg
override_dh_auto_configure:
QT_SELECT=$(QT_VERSION) \
......