[python-pyproj] 01/01: Rename PROJ.4 to PROJ.

Bas Couwenberg sebastic at debian.org
Wed Feb 21 13:51:26 UTC 2018


This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository python-pyproj.

commit d2400829e82ebe3225ed02f27d58d2e73df35d5b
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Wed Feb 21 14:48:28 2018 +0100

    Rename PROJ.4 to PROJ.
---
 debian/changelog |  1 +
 debian/control   | 12 ++++++------
 2 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index c8a6dd4..76fa6f9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ python-pyproj (1.9.5.1-4) UNRELEASED; urgency=medium
   * Update copyright-format URL to use HTTPS.
   * Bump Standards-Version to 4.1.3, no changes.
   * Check DEB_BUILD_PROFILES for nocheck in dh_auto_test override.
+  * Rename PROJ.4 to PROJ.
 
  -- Bas Couwenberg <sebastic at debian.org>  Sun, 21 Jan 2018 10:39:51 +0100
 
diff --git a/debian/control b/debian/control
index 311936e..cbfe56c 100644
--- a/debian/control
+++ b/debian/control
@@ -27,12 +27,12 @@ Depends: ${python:Depends},
          ${misc:Depends},
          proj-data
 Provides: ${python:Provides}
-Description: Python interface to PROJ.4 library
- PROJ.4 performs cartographic transformations between geographic (lat/lon)
+Description: Python interface to PROJ library
+ PROJ performs cartographic transformations between geographic (lat/lon)
  and map projection (x/y) coordinates. It can also transform directly
  from one map projection coordinate system to another.
  .
- This is a Python binding to PROJ.4, it can receive coordinates as numpy
+ This is a Python binding to PROJ, it can receive coordinates as numpy
  arrays, Python arrays, lists or scalars. This module is optimized for
  numpy arrays.
 
@@ -42,12 +42,12 @@ Depends: ${python3:Depends},
          ${shlibs:Depends},
          ${misc:Depends},
          proj-data
-Description: Python 3 interface to PROJ.4 library
- PROJ.4 performs cartographic transformations between geographic (lat/lon)
+Description: Python 3 interface to PROJ library
+ PROJ performs cartographic transformations between geographic (lat/lon)
  and map projection (x/y) coordinates. It can also transform directly
  from one map projection coordinate system to another.
  .
- This is a Python 3 binding to PROJ.4, it can receive coordinates as numpy
+ This is a Python 3 binding to PROJ, it can receive coordinates as numpy
  arrays, Python arrays, lists or scalars. This module is optimized for
  numpy arrays.
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/python-pyproj.git



More information about the Pkg-grass-devel mailing list