Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
Update geos-config patch to not use pre-release in library name.
· cb0a95cd
Bas Couwenberg
authored
Jun 14, 2018
cb0a95cd
Mark check-local.patch as Forwarded.
· 3e2b3ea6
Bas Couwenberg
authored
Jun 14, 2018
3e2b3ea6
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
3e2b3ea6
geos (3.7.0~alpha-1~exp2) UNRELEASED; urgency=medium
* Update geos-config patch to not use pre-release in library name.
-- Bas Couwenberg <sebastic@debian.org> Thu, 14 Jun 2018 14:11:18 +0200
geos (3.7.0~alpha-1~exp1) experimental; urgency=medium
* New upstream alpha release.
...
...
debian/patches/check-local.patch
View file @
3e2b3ea6
...
...
@@ -12,6 +12,7 @@ Description: Fix check-local failure when quilt patches are applied.
make[5]: *** [Makefile:931: check-local] Error 1
make[5]: Leaving directory '/build/geos-3.7.0~alpha'
Author: Bas Couwenberg <sebastic@debian.org>
Forwarded: https://trac.osgeo.org/geos/ticket/888
--- a/Makefile.am
+++ b/Makefile.am
...
...
debian/patches/geos-config
View file @
3e2b3ea6
...
...
@@ -9,7 +9,7 @@ Forwarded: https://trac.osgeo.org/geos/ticket/742
# TODO: make an alias for --clibs
# see http://trac.osgeo.org/geos/ticket/497
- echo -L${libdir} -lgeos
+ echo -L${libdir} -lgeos-@VERSION@
+ echo -L${libdir} -lgeos-@VERSION
_RELEASE
@
;;
--clibs)
echo -L${libdir} -lgeos_c