Skip to content
Commits on Source (5)
proj (5.0.1~rc1-1~exp2) UNRELEASED; urgency=medium
proj (5.0.1-1) unstable; urgency=medium
* Add upstream patch to rename 'PROJ.4 Projections' to 'PROJ'.
* New upstream release.
* Update Vcs-* URLs for Salsa.
* Drop override for vcs-deprecated-in-debian-infrastructure.
* Move from experimental to unstable.
-- Bas Couwenberg <sebastic@debian.org> Sun, 25 Mar 2018 11:16:20 +0200
-- Bas Couwenberg <sebastic@debian.org> Sun, 01 Apr 2018 13:29:00 +0200
proj (5.0.1~rc1-1~exp1) experimental; urgency=medium
......
Description: Rename PACKAGE_NAME: PROJ.4 Projections -> PROJ
Author: mwtoews <mwtoews@gmail.com>
Origin: https://github.com/OSGeo/proj.4/pull/900/commits/45b302f2aee121b882b23b1e1959f3f297835c39
Bug: https://github.com/OSGeo/proj.4/pull/900
--- a/cmake/Proj4Config.cmake
+++ b/cmake/Proj4Config.cmake
@@ -31,8 +31,8 @@ check_library_exists(m ceil "" HAVE_LIBM
set(PACKAGE "proj")
set(PACKAGE_BUGREPORT "https://github.com/OSGeo/proj.4/issues")
-set(PACKAGE_NAME "PROJ.4 Projections")
-set(PACKAGE_STRING "PROJ.4 Projections ${${PROJECT_INTERN_NAME}_VERSION}")
+set(PACKAGE_NAME "PROJ")
+set(PACKAGE_STRING "PROJ ${${PROJECT_INTERN_NAME}_VERSION}")
set(PACKAGE_TARNAME "proj")
set(PACKAGE_VERSION "${${PROJECT_INTERN_NAME}_VERSION}")
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.59)
-AC_INIT([PROJ.4 Projections], 5.0.1, [https://github.com/OSGeo/proj.4/issues], proj)
+AC_INIT([PROJ], 5.0.1, [https://github.com/OSGeo/proj.4/issues], proj)
AC_CONFIG_MACRO_DIR([m4])
AC_LANG(C)
Rename-PACKAGE_NAME-PROJ.4-Projections-PROJ.patch
.\" @(#)geodesic.3
.\"
.TH GEODESIC 3 "2018/02/15 Rel. 5.0.0"
.TH GEODESIC 3 "2018/02/15 Rel. 5.0.1"
.ad b
.hy 1
.SH NAME
......
.\" @(#)pj_init.3 - 5.0.0
.\" @(#)pj_init.3 - 5.0.1
.\"
.TH PJ_INIT 3 "2018/02/15 Rel. 5.0.0"
.TH PJ_INIT 3 "2018/02/15 Rel. 5.0.1"
.ad b
.hy 1
.SH NAME
......