Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
Add python{,3}-pkgconfig to build dependencies for freetype detection.
· 9b5f328e
Bas Couwenberg
authored
Dec 29, 2018
9b5f328e
Drop unused overrides for hardening-no-fortify-functions.
· a2fe4c4a
Bas Couwenberg
authored
Dec 29, 2018
a2fe4c4a
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
a2fe4c4a
aggdraw (1.3.9+ds-2) UNRELEASED; urgency=medium
* Bump Standards-Version to 4.3.0, no changes.
* Add python{,3}-pkgconfig to build dependencies for freetype detection.
* Drop unused overrides for hardening-no-fortify-functions.
-- Bas Couwenberg <sebastic@debian.org> Tue, 25 Dec 2018 22:02:34 +0100
...
...
debian/control
View file @
a2fe4c4a
...
...
@@ -14,7 +14,9 @@ Build-Depends: debhelper (>= 11),
python-numpy,
python3-numpy,
python-pil,
python3-pil
python3-pil,
python-pkgconfig,
python3-pkgconfig
Standards-Version: 4.3.0
Vcs-Browser: https://salsa.debian.org/debian-gis-team/aggdraw
Vcs-Git: https://salsa.debian.org/debian-gis-team/aggdraw.git
...
...
debian/python-aggdraw.lintian-overrides
deleted
100644 → 0
View file @
93e6ea6d
# Build uses -D_FORTIFY_SOURCE=2, but hardening-check reports:
# Fortify Source functions: no, only unprotected functions found!
hardening-no-fortify-functions usr/lib/python*/dist-packages/aggdraw.*
debian/python3-aggdraw.lintian-overrides
deleted
100644 → 0
View file @
93e6ea6d
# Build uses -D_FORTIFY_SOURCE=2, but hardening-check reports:
# Fortify Source functions: no, only unprotected functions found!
hardening-no-fortify-functions usr/lib/python*/dist-packages/aggdraw.*