Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (3)
Force Python3 >= 3.7 (its also python3-dev rather than python3-all-dev)
· 821d6cd0
Andreas Tille
authored
Apr 23, 2019
821d6cd0
Standards-Version: 4.3.0
· 49573eaa
Andreas Tille
authored
Apr 23, 2019
49573eaa
Upload to unstable
· 17018cc1
Andreas Tille
authored
Apr 23, 2019
17018cc1
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
17018cc1
invesalius (3.1.99992-3) unstable; urgency=medium
* Force Python3 >= 3.7 (its also python3-dev rather than python3-all-dev)
Closes: #927387
* Standards-Version: 4.3.0
-- Andreas Tille <tille@debian.org> Tue, 23 Apr 2019 21:50:01 +0200
invesalius (3.1.99992-2) unstable; urgency=medium
* Patch to remove python2 prints
...
...
debian/control
View file @
17018cc1
...
...
@@ -5,12 +5,12 @@ Uploaders: Andreas Tille <tille@debian.org>,
Section: graphics
Priority: optional
Build-Depends: debhelper (>= 11~),
python3-
all-dev
,
python3-
dev (>= 3.7~)
,
cython3,
dh-python,
python3-numpy
Build-Depends-Indep: python3
Standards-Version: 4.
2
.0
Build-Depends-Indep: python3
(>= 3.7~)
Standards-Version: 4.
3
.0
Vcs-Browser: https://salsa.debian.org/med-team/invesalius
Vcs-Git: https://salsa.debian.org/med-team/invesalius.git
Homepage: http://www.cti.gov.br/invesalius/
...
...