Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
add missing build-dep on dh-python, fixing FTBFS
· ef1629ee
Sascha Steinbiss
authored
Jan 14, 2020
ef1629ee
use debhelper 12 and debhelper-compat
· 518bd3f0
Sascha Steinbiss
authored
Jan 14, 2020
518bd3f0
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
518bd3f0
gfapy (1.0.0+dfsg-4) unstable; urgency=medium
* Add missing build-dep on dh-python, fixing FTBFS.
* Use debhelper 12 and debhelper-compat.
-- Sascha Steinbiss <satta@debian.org> Tue, 14 Jan 2020 12:00:19 +0100
gfapy (1.0.0+dfsg-3) unstable; urgency=medium
* Team upload.
...
...
debian/compat
deleted
100644 → 0
View file @
3401105d
11
debian/control
View file @
518bd3f0
...
...
@@ -3,7 +3,8 @@ Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.
Uploaders: Sascha Steinbiss <satta@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper (>= 11~),
Build-Depends: debhelper-compat (= 12),
dh-python,
python3,
python3-dev,
python3-setuptools,
...
...