Skip to content
Commits on Source (2)
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
......
......@@ -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
......
# 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.*
# 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.*