Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (3)
Add upstream patch to rename 'PROJ.4 Projections' to 'PROJ'.
· 48550bad
Bas Couwenberg
authored
Mar 25, 2018
48550bad
Update Vcs-* URLs for Salsa.
· 738a9d20
Bas Couwenberg
authored
Mar 31, 2018
738a9d20
Drop override for vcs-deprecated-in-debian-infrastructure.
· 4de128da
Bas Couwenberg
authored
Mar 31, 2018
4de128da
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
4de128da
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.
...
...
debian/control
View file @
4de128da
...
...
@@ -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
...
...
debian/patches/Rename-PACKAGE_NAME-PROJ.4-Projections-PROJ.patch
0 → 100644
View file @
4de128da
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)
debian/patches/series
0 → 100644
View file @
4de128da
Rename-PACKAGE_NAME-PROJ.4-Projections-PROJ.patch
debian/source/lintian-overrides
deleted
100644 → 0
View file @
8e645552
# Package not officially migrated to Salsa yet.
proj source: vcs-deprecated-in-debian-infrastructure * https://anonscm.debian.org/*