Skip to content
Commits on Source (3)
proj (5.0.1~rc1-1~exp2) UNRELEASED; urgency=medium
* Add upstream patch to rename 'PROJ.4 Projections' to 'PROJ'.
* Update Vcs-* URLs for Salsa.
* Drop override for vcs-deprecated-in-debian-infrastructure.
-- Bas Couwenberg <sebastic@debian.org> Sun, 25 Mar 2018 11:16:20 +0200
proj (5.0.1~rc1-1~exp1) experimental; urgency=medium
* New upstream release candidate.
......
......@@ -13,8 +13,8 @@ Build-Depends: debhelper (>= 9),
graphviz,
xz-utils
Standards-Version: 4.1.3
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/proj.git
Vcs-Git: https://anonscm.debian.org/git/pkg-grass/proj.git
Vcs-Browser: https://salsa.debian.org/debian-gis-team/proj
Vcs-Git: https://salsa.debian.org/debian-gis-team/proj.git
Homepage: http://proj4.org/
Package: proj-data
......
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
# Package not officially migrated to Salsa yet.
proj source: vcs-deprecated-in-debian-infrastructure * https://anonscm.debian.org/*