Skip to content
Commits on Source (3)
mia (2.4.6-4) UNRELEASED; urgency=medium
mia (2.4.6-5) UNRELEASED; urgency=medium
* Trim trailing whitespace.
-- Jelmer Vernooij <jelmer@debian.org> Wed, 17 Oct 2018 22:23:51 +0000
mia (2.4.6-4) unstable; urgency=medium
* d/control, d/compat: Update to version 12~ and standards 4.3
* d/rules: remove dh_builddeb -- -Z xz
-- Gert Wollny <gewo@debian.org> Sat, 12 Jan 2019 19:20:36 +0100
>>>>>>> Update changelog for new upload
mia (2.4.6-3) unstable; urgency=medium
[ Andreas Tille ]
......
......@@ -4,7 +4,7 @@ Uploaders: Gert Wollny <gewo@debian.org>
Section: science
Priority: optional
Build-Depends: cmake,
debhelper (>= 10.0.0),
debhelper (>= 12~),
libblas-dev,
libboost-filesystem-dev,
libboost-serialization-dev,
......@@ -32,7 +32,7 @@ Build-Depends-Indep: docbook-xsl,
graphviz,
libjs-mathjax,
xsltproc
Standards-Version: 4.2.1
Standards-Version: 4.3.0
Vcs-Browser: https://salsa.debian.org/med-team/mia
Vcs-Git: https://salsa.debian.org/med-team/mia.git
Homepage: http://mia.sourceforge.net
......
......@@ -39,9 +39,6 @@ override_dh_auto_configure:
-DMIA_CREATE_USERDOC=$(BUILDDOC) \
-DMIA_CREATE_NIPYPE_INTERFACES=ON
override_dh_builddeb:
dh_builddeb -- -Z xz
# dh_strip detects executable files, so make *.mia files executable then strip then
# remove the executable flag
override_dh_strip:
......