[Git][debian-gis-team/aggdraw][master] 3 commits: Drop buld dependency on libfreetype6-dev

Antonio Valentino (@antonio.valentino) gitlab at salsa.debian.org
Wed Nov 16 06:54:14 GMT 2022



Antonio Valentino pushed to branch master at Debian GIS Project / aggdraw


Commits:
d9a5bcc7 by Antonio Valentino at 2022-11-16T06:23:25+00:00
Drop buld dependency on libfreetype6-dev

- - - - -
b7e9ef12 by Antonio Valentino at 2022-11-16T06:44:51+00:00
Add autopkgtests

- - - - -
f5dcc1c5 by Antonio Valentino at 2022-11-16T06:45:09+00:00
Set distribution to unstable

- - - - -


4 changed files:

- debian/changelog
- debian/control
- + debian/tests/control
- + debian/tests/python3


Changes:

=====================================
debian/changelog
=====================================
@@ -1,8 +1,12 @@
-aggdraw (1.3.15-2) UNRELEASED; urgency=medium
+aggdraw (1.3.15-2) unstable; urgency=medium
 
   * Fix d/copyright formatting.
+  * debian/control:
+    - drop build dependency on the obsolete package libfreetype6-dev,
+      use libfreetype-dev instead.
+  * Add d/tests for autopkgtests.
 
- -- Antonio Valentino <antonio.valentino at tiscali.it>  Wed, 10 Aug 2022 06:46:35 +0000
+ -- Antonio Valentino <antonio.valentino at tiscali.it>  Wed, 16 Nov 2022 06:45:02 +0000
 
 aggdraw (1.3.15-1) unstable; urgency=medium
 


=====================================
debian/control
=====================================
@@ -7,7 +7,7 @@ Testsuite: autopkgtest-pkg-python
 Priority: optional
 Build-Depends: debhelper-compat (= 12),
                dh-python,
-               libfreetype6-dev,
+               libfreetype-dev,
                python3-all-dev,
                python3-setuptools,
                python3-numpy,


=====================================
debian/tests/control
=====================================
@@ -0,0 +1,2 @@
+Tests: python3
+Depends: @, python3-all, python3-numpy, python3-pil, python3-pytest


=====================================
debian/tests/python3
=====================================
@@ -0,0 +1,13 @@
+#!/bin/sh
+set -efu
+
+PYS=${PYS:-"$(py3versions -s 2>/dev/null)"}
+
+TESTDIR=${PWD}
+
+cd "$AUTOPKGTEST_TMP"
+
+for py in $PYS; do
+    echo "=== $py ==="
+    $py -m pytest -v ${TESTDIR}/selftest.py
+done



View it on GitLab: https://salsa.debian.org/debian-gis-team/aggdraw/-/compare/fd454dacd0db77667bff3f610784567ed326971c...f5dcc1c5f447bb97c5204293cfc829eb4faab713

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/aggdraw/-/compare/fd454dacd0db77667bff3f610784567ed326971c...f5dcc1c5f447bb97c5204293cfc829eb4faab713
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-grass-devel/attachments/20221116/91853a28/attachment-0001.htm>


More information about the Pkg-grass-devel mailing list