Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (4)
Standards-Version: 4.3.0
· 3bca4473
Andreas Tille
authored
Jan 14, 2019
3bca4473
debhelper 12
· a272c227
Andreas Tille
authored
Jan 14, 2019
a272c227
override_dh_dwz
· 13d4ae07
Andreas Tille
authored
Jan 14, 2019
13d4ae07
Upload to unstable
· 6425c5d6
Andreas Tille
authored
Jan 14, 2019
6425c5d6
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
6425c5d6
odil (0.10.0-3) unstable; urgency=medium
[ Julien Lamy ]
* Fix building with dcmtk 3.6.4-1
-- Julien Lamy <lamy@unistra.fr> Mon, 14 Jan 2019 14:53 +0100
[ Andreas Tille ]
* Standards-Version: 4.3.0
* debhelper 12
* override_dh_dwz
-- Julien Lamy <lamy@unistra.fr> Mon, 14 Jan 2019 18:42:21 +0100
odil (0.10.0-2) unstable; urgency=medium
...
...
debian/compat
View file @
6425c5d6
1
1
1
2
debian/control
View file @
6425c5d6
...
...
@@ -4,7 +4,7 @@ Uploaders: Julien Lamy <lamy@unistra.fr>
Section: science
Testsuite: autopkgtest-pkg-python
Priority: optional
Build-Depends: debhelper (>= 1
1
~),
Build-Depends: debhelper (>= 1
2
~),
d-shlibs (>= 0.81),
dh-python,
cmake,
...
...
@@ -32,7 +32,7 @@ Build-Depends: debhelper (>= 11~),
python3-nose
Build-Depends-Indep: doxygen,
graphviz
Standards-Version: 4.
2.1
Standards-Version: 4.
3.0
Vcs-Browser: https://salsa.debian.org/med-team/odil
Vcs-Git: https://salsa.debian.org/med-team/odil.git
Homepage: https://github.com/lamyj/odil
...
...
debian/rules
View file @
6425c5d6
...
...
@@ -119,6 +119,9 @@ override_dh_clean:
find tests -name "*pyc" -delete
rm -rf build-nopy $(ALLPY:%=build-py%) build-indep documentation/_build
override_dh_dwz:
echo "Ignore dh_dwz due to 'dwz -q -- debian/python-odil/usr/lib/python2.7/dist-packages/odil/_odil.x86_64-linux-gnu.so returned exit code 1'"
# These steps are not needed for arch-independent packages
override_dh_auto_configure-indep:
override_dh_auto_test-indep: