Skip to content
Commits on Source (3)
......@@ -3,7 +3,7 @@ pycoast (1.2.1+dfsg-1) unstable; urgency=medium
[ Bas Couwenberg ]
* Bump Standards-Version to 4.2.1, no changes.
* Update watch file to limit matches to archive path.
* Add patch to support pyshp 2.0.0.
* Sort dependencies.
[ Antonio Valentino ]
* New upstream release.
......@@ -13,7 +13,7 @@ pycoast (1.2.1+dfsg-1) unstable; urgency=medium
- drop pyshp-2.0.0.patch, no longer necessary
- refresh remaining patches
* debian/control
- add dependency from aggdraw
- add dependency on aggdraw
-- Antonio Valentino <antonio.valentino@tiscali.it> Mon, 03 Dec 2018 20:58:29 +0000
......
......@@ -5,10 +5,10 @@ Section: python
Priority: optional
Build-Depends: debhelper (>= 11),
dh-python,
python-setuptools,
python3-setuptools,
python-all,
python3-all,
python-aggdraw,
python3-aggdraw,
python-numpy,
python3-numpy,
python-pil,
......@@ -17,8 +17,8 @@ Build-Depends: debhelper (>= 11),
python3-pyshp,
python-pyproj,
python3-pyproj,
python-aggdraw,
python3-aggdraw,
python-setuptools,
python3-setuptools,
python-six,
python3-six,
python3-sphinx
......@@ -32,11 +32,11 @@ Architecture: all
Depends: ${shlibs:Depends},
${python:Depends},
${misc:Depends},
python-aggdraw,
python-numpy,
python-pil,
python-pyshp,
python-pyproj,
python-aggdraw,
python-six
Description: Draw coastlines, borders and rivers on images
Pycoast is a Python package to add coastlines, borders and rivers to
......@@ -52,11 +52,11 @@ Architecture: all
Depends: ${shlibs:Depends},
${python3:Depends},
${misc:Depends},
python3-aggdraw,
python3-numpy,
python3-pil,
python3-pyshp,
python3-pyproj,
python3-aggdraw,
python3-six
Description: Draw coastlines, borders and rivers on images (for Python 3)
Pycoast is a Python package to add coastlines, borders and rivers to
......