Skip to content
GitLab
Explore
Sign in
Register
Commits on Source
2
Build-Depends: python3-dicompylercore
· 6aaaf92e
Andreas Tille
authored
Jan 22, 2020
6aaaf92e
dicompylercore is now in new
· 3bb5df23
Andreas Tille
authored
Jan 22, 2020
3bb5df23
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
3bb5df23
...
...
@@ -6,8 +6,7 @@ dicompyler (0.4.2.0+git20200106.2643e0e-1) UNRELEASED; urgency=medium
* Build using Python3
Closes: #936395, #943017
* (Build-)Depends: python3-wxgtk4.0, python3-pydicom
TODO: dicompylercore
https://github.com/dicompyler/dicompyler-core/
TODO: dicompylercore (ITP #949593)
-- Andreas Tille <tille@debian.org> Wed, 22 Jan 2020 14:14:10 +0100
...
...
debian/control
View file @
3bb5df23
...
...
@@ -10,6 +10,7 @@ Build-Depends: debhelper-compat (= 12),
python3-setuptools,
python3-wxgtk4.0 <!nocheck>,
python3-pydicom <!nocheck>,
python3-dicompylercore <!nocheck>,
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/med-team/dicompyler
Vcs-Git: https://salsa.debian.org/med-team/dicompyler.git
...
...
@@ -20,6 +21,7 @@ Architecture: all
Depends: ${misc:Depends},
${python3:Depends},
python3-wxgtk4.0,
python3-dicompylercore,
python3-pil (>=3.0.0),
python3-numpy,
python3-matplotlib,
...
...
debian/docs
View file @
3bb5df23
readme.txt
README*