Skip to content
GitLab
Explore
Sign in
Register
This is an archived project. Repository and other project resources are read-only.
Commits on Source (3)
debhelper 11
· 9f0bcb0c
Andreas Tille
authored
Sep 25, 2018
9f0bcb0c
Point Vcs fields to salsa.debian.org
· 821353fc
Andreas Tille
authored
Sep 25, 2018
821353fc
Standards-Version: 4.2.1
· ea516fec
Andreas Tille
authored
Sep 25, 2018
ea516fec
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
ea516fec
...
...
@@ -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
...
...
debian/compat
View file @
ea516fec
1
0
1
1
debian/control
View file @
ea516fec
...
...
@@ -5,7 +5,7 @@ Uploaders: Eric Maeker <eric.maeker@gmail.com>,
Thorsten Alteholz <debian@alteholz.de>
Section: science
Priority: optional
Build-Depends: debhelper (>= 1
0
),
Build-Depends: debhelper (>= 1
1~
),
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
...
...
debian/rules
View file @
ea516fec
...
...
@@ -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) \
...
...