Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (3)
d/control, d/compat: Update to version 12~ and standards 4.3
· ce4262ee
Gert Wollny
authored
Jan 12, 2019
ce4262ee
d/rules: remove dh_builddeb -- -Z xz
· eb141982
Gert Wollny
authored
Jan 12, 2019
eb141982
Update changelog for new upload
· 2ba2dffa
Gert Wollny
authored
Jan 12, 2019
2ba2dffa
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
2ba2dffa
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 ]
...
...
debian/compat
View file @
2ba2dffa
1
0
1
2
debian/control
View file @
2ba2dffa
...
...
@@ -4,7 +4,7 @@ Uploaders: Gert Wollny <gewo@debian.org>
Section: science
Priority: optional
Build-Depends: cmake,
debhelper (>= 1
0.0.0
),
debhelper (>= 1
2~
),
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
...
...
debian/rules
View file @
2ba2dffa
...
...
@@ -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
:
...
...