Bas Couwenberg pushed to branch master at Debian GIS Project / gdal
Commits: 2481c392 by Bas Couwenberg at 2018-10-23T09:42:40Z Add Add Build-Depends-Package field to symbols file. - - - - - 86abbde2 by Bas Couwenberg at 2018-10-23T10:04:54Z Update symbols for 2.3.2. - - - - - e1c6c659 by Bas Couwenberg at 2018-10-23T10:06:44Z Strip pre-releases from symbols version. - - - - - 26 changed files: - debian/changelog - debian/gdal-symbols.pl - debian/libgdal20.symbols.alpha - debian/libgdal20.symbols.amd64 - debian/libgdal20.symbols.arm64 - debian/libgdal20.symbols.armel - debian/libgdal20.symbols.armhf - debian/libgdal20.symbols.hppa - debian/libgdal20.symbols.hurd-i386 - debian/libgdal20.symbols.i386 - debian/libgdal20.symbols.ia64 - debian/libgdal20.symbols.kfreebsd-amd64 - debian/libgdal20.symbols.kfreebsd-i386 - debian/libgdal20.symbols.m68k - debian/libgdal20.symbols.mips - debian/libgdal20.symbols.mips64el - debian/libgdal20.symbols.mipsel - debian/libgdal20.symbols.powerpc - debian/libgdal20.symbols.powerpcspe - debian/libgdal20.symbols.ppc64 - debian/libgdal20.symbols.ppc64el - debian/libgdal20.symbols.riscv64 - debian/libgdal20.symbols.s390x - debian/libgdal20.symbols.sh4 - debian/libgdal20.symbols.sparc64 - debian/libgdal20.symbols.x32 Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,11 @@ +gdal (2.3.2+dfsg-3) UNRELEASED; urgency=medium + + * Add Add Build-Depends-Package field to symbols file. + * Update symbols for 2.3.2. + * Strip pre-releases from symbols version. + + -- Bas Couwenberg <[email protected]> Tue, 23 Oct 2018 11:42:15 +0200 + gdal (2.3.2+dfsg-2) unstable; urgency=medium * Add upstream patch to fix FTBFS with Poppler 0.69.0. ===================================== debian/gdal-symbols.pl ===================================== @@ -1157,6 +1157,7 @@ sub new_architecture_symbols { foreach(read_file($filt)) { if($i == 0 && /^ /) { $_ = "#include \"${pkg}.symbols.common\"\n" . $_; + $_ = "* Build-Depends-Package: libgdal-dev\n" . $_; $_ = "| ${pkg} #MINVER#, $abi\n" . $_; $i++; ===================================== debian/libgdal20.symbols.alpha ===================================== The diff for this file was not included because it is too large. ===================================== debian/libgdal20.symbols.amd64 ===================================== The diff for this file was not included because it is too large. ===================================== debian/libgdal20.symbols.arm64 ===================================== The diff for this file was not included because it is too large. ===================================== debian/libgdal20.symbols.armel ===================================== The diff for this file was not included because it is too large. ===================================== debian/libgdal20.symbols.armhf ===================================== The diff for this file was not included because it is too large. ===================================== debian/libgdal20.symbols.hppa ===================================== @@ -1,5 +1,6 @@ libgdal.so.20 libgdal20 #MINVER# | libgdal20 #MINVER#, gdal-abi-2-3-0 +* Build-Depends-Package: libgdal-dev #include "libgdal20.symbols.common" (c++)"CPLOPrintf(char const*, ...)@Base" 2.2.0 1 (c++)"GetVersion()@Base" 2.2.0 1 ===================================== debian/libgdal20.symbols.hurd-i386 ===================================== @@ -1,5 +1,6 @@ libgdal.so.20 libgdal20 #MINVER# | libgdal20 #MINVER#, gdal-abi-2-3-0 +* Build-Depends-Package: libgdal-dev #include "libgdal20.symbols.common" (c++)"CPLOPrintf(char const*, ...)@Base" 2.2.1 1 (c++)"GetVersion()@Base" 2.2.1 1 ===================================== debian/libgdal20.symbols.i386 ===================================== The diff for this file was not included because it is too large. ===================================== debian/libgdal20.symbols.ia64 ===================================== The diff for this file was not included because it is too large. ===================================== debian/libgdal20.symbols.kfreebsd-amd64 ===================================== @@ -1,5 +1,6 @@ libgdal.so.20 libgdal20 #MINVER# | libgdal20 #MINVER#, gdal-abi-2-3-0 +* Build-Depends-Package: libgdal-dev #include "libgdal20.symbols.common" (c++)"CPLOPrintf(char const*, ...)@Base" 2.2.0 1 (c++)"GetVersion()@Base" 2.2.0 1 ===================================== debian/libgdal20.symbols.kfreebsd-i386 ===================================== @@ -1,5 +1,6 @@ libgdal.so.20 libgdal20 #MINVER# | libgdal20 #MINVER#, gdal-abi-2-3-0 +* Build-Depends-Package: libgdal-dev #include "libgdal20.symbols.common" (c++)"CPLOPrintf(char const*, ...)@Base" 2.2.0 1 (c++)"GetVersion()@Base" 2.2.0 1 ===================================== debian/libgdal20.symbols.m68k ===================================== The diff for this file was not included because it is too large. ===================================== debian/libgdal20.symbols.mips ===================================== The diff for this file was not included because it is too large. ===================================== debian/libgdal20.symbols.mips64el ===================================== The diff for this file was not included because it is too large. ===================================== debian/libgdal20.symbols.mipsel ===================================== The diff for this file was not included because it is too large. ===================================== debian/libgdal20.symbols.powerpc ===================================== The diff for this file was not included because it is too large. ===================================== debian/libgdal20.symbols.powerpcspe ===================================== The diff for this file was not included because it is too large. ===================================== debian/libgdal20.symbols.ppc64 ===================================== The diff for this file was not included because it is too large. ===================================== debian/libgdal20.symbols.ppc64el ===================================== The diff for this file was not included because it is too large. ===================================== debian/libgdal20.symbols.riscv64 ===================================== The diff for this file was not included because it is too large. ===================================== debian/libgdal20.symbols.s390x ===================================== The diff for this file was not included because it is too large. ===================================== debian/libgdal20.symbols.sh4 ===================================== @@ -1,5 +1,6 @@ libgdal.so.20 libgdal20 #MINVER# | libgdal20 #MINVER#, gdal-abi-2-3-0 +* Build-Depends-Package: libgdal-dev #include "libgdal20.symbols.common" (c++)"CPLOPrintf(char const*, ...)@Base" 2.2.1 1 (c++)"GetVersion()@Base" 2.2.1 1 ===================================== debian/libgdal20.symbols.sparc64 ===================================== The diff for this file was not included because it is too large. ===================================== debian/libgdal20.symbols.x32 ===================================== The diff for this file was not included because it is too large. View it on GitLab: https://salsa.debian.org/debian-gis-team/gdal/compare/bf2afb791ccbd4abc6dfc87edec5c28293c38791...e1c6c659acc98d84e77dd7c05b7e45566872468a -- View it on GitLab: https://salsa.debian.org/debian-gis-team/gdal/compare/bf2afb791ccbd4abc6dfc87edec5c28293c38791...e1c6c659acc98d84e77dd7c05b7e45566872468a You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ Pkg-grass-devel mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel
