[Git][debian-gis-team/nik4][master] 2 commits: Add patch to use proj6+ syntax.

Bas Couwenberg (@sebastic) gitlab at salsa.debian.org
Thu Dec 1 12:51:37 GMT 2022



Bas Couwenberg pushed to branch master at Debian GIS Project / nik4


Commits:
00aac639 by Bas Couwenberg at 2022-12-01T13:40:26+01:00
Add patch to use proj6+ syntax.

- - - - -
8c846fda by Bas Couwenberg at 2022-12-01T13:40:43+01:00
Set distribution to unstable.

- - - - -


3 changed files:

- debian/changelog
- + debian/patches/proj.patch
- debian/patches/series


Changes:

=====================================
debian/changelog
=====================================
@@ -1,11 +1,12 @@
-nik4 (1.7-2) UNRELEASED; urgency=medium
+nik4 (1.7-2) unstable; urgency=medium
 
   * Bump Standards-Version to 4.6.1, no changes.
   * Bump debhelper compat to 12, changes:
     - Drop --list-missing from dh_install
   * Add Rules-Requires-Root to control file.
+  * Add patch to use proj6+ syntax.
 
- -- Bas Couwenberg <sebastic at debian.org>  Wed, 08 Sep 2021 17:03:51 +0200
+ -- Bas Couwenberg <sebastic at debian.org>  Thu, 01 Dec 2022 13:40:28 +0100
 
 nik4 (1.7-1) unstable; urgency=medium
 


=====================================
debian/patches/proj.patch
=====================================
@@ -0,0 +1,15 @@
+Description: Use proj6+ syntax.
+Author: Bas Couwenberg <sebastic at debian.org>
+Forwarded: not-needed
+
+--- a/nik4.py
++++ b/nik4.py
+@@ -306,7 +306,7 @@ def run(options):
+ 
+     # output projection
+     if options.projection.isdigit():
+-        proj_target = mapnik.Projection('+init=epsg:{}'.format(options.projection))
++        proj_target = mapnik.Projection('epsg:{}'.format(options.projection))
+     else:
+         proj_target = mapnik.Projection(options.projection)
+     transform = mapnik.ProjTransform(proj_lonlat, proj_target)


=====================================
debian/patches/series
=====================================
@@ -1 +1,2 @@
 nik4.patch
+proj.patch



View it on GitLab: https://salsa.debian.org/debian-gis-team/nik4/-/compare/20e63138c6df500ba61e1ac84a81a134e6de673b...8c846fda1f38ed076258a476843e403eeb4c2f6c

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/nik4/-/compare/20e63138c6df500ba61e1ac84a81a134e6de673b...8c846fda1f38ed076258a476843e403eeb4c2f6c
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/20221201/561aa194/attachment-0001.htm>


More information about the Pkg-grass-devel mailing list