[Git][debian-gis-team/pycoast][master] 3 commits: Remove changelog entry for pyshp 2.0.0 patch.
Bas Couwenberg
gitlab at salsa.debian.org
Mon Dec 3 21:18:43 GMT 2018
Bas Couwenberg pushed to branch master at Debian GIS Project / pycoast
Commits:
74f9d141 by Bas Couwenberg at 2018-12-03T21:08:42Z
Remove changelog entry for pyshp 2.0.0 patch.
- - - - -
76ffec47 by Bas Couwenberg at 2018-12-03T21:10:10Z
Sort dependencies.
- - - - -
bf94253e by Bas Couwenberg at 2018-12-03T21:10:59Z
Fix typo in changelog.
- - - - -
2 changed files:
- debian/changelog
- debian/control
Changes:
=====================================
debian/changelog
=====================================
@@ -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 at tiscali.it> Mon, 03 Dec 2018 20:58:29 +0000
=====================================
debian/control
=====================================
@@ -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
View it on GitLab: https://salsa.debian.org/debian-gis-team/pycoast/compare/e48a9c3977692a70b202743558eb915ec8e143eb...bf94253ee325f02a4ac91b1f22cf7624b3e6e495
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/pycoast/compare/e48a9c3977692a70b202743558eb915ec8e143eb...bf94253ee325f02a4ac91b1f22cf7624b3e6e495
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/20181203/9c7950ce/attachment-0001.html>
More information about the Pkg-grass-devel
mailing list