mapbox-variant 1.2.0-2 source package in Ubuntu

Changelog

mapbox-variant (1.2.0-2) unstable; urgency=medium

  * Bump watch file version to 4.
  * Update lintian overrides.
  * Bump Standards-Version to 4.6.1, no changes.
  * Update watch file for GitHub URL changes.
  * Bump debhelper compat to 12, no changes.
  * Add patch from Fedora to fix FTBFS with glibc 2.34.
    (closes: #1017327)
  * Update obsolete URL in copyright file.

 -- Bas Couwenberg <email address hidden>  Sun, 14 Aug 2022 11:37:49 +0200

Upload details

Uploaded by:
Debian GIS Project
Uploaded to:
Sid
Original maintainer:
Debian GIS Project
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
mapbox-variant_1.2.0-2.dsc 2.0 KiB e91fa69ad328756b85df37f8c2ab3bcd7dd4454d568df119e7b460857b8a8eaf
mapbox-variant_1.2.0.orig.tar.gz 125.9 KiB 7059f4420d504c4bc96f8a462a0f6d029c5be914ba55cc030a0a773366dd7bc8
mapbox-variant_1.2.0-2.debian.tar.xz 188.6 KiB 56af0c0395aad2b069e014f08a4311b4591f5a03c533f7a7f63a87d28cf34102

Available diffs

No changes file available.

Binary packages built by this source

libmapbox-variant-dev: Alternative to boost::variant for C++11

 Mapbox variant has the same speedy performance of boost::variant but is
 faster to compile, results in smaller binaries, and has no dependencies.
 .
 Mapbox variant has been a very valuable, lightweight alternative for
 apps that can use c++11 or c++14 but that do not want a Boost dependency.
 Mapbox variant has also been useful in apps that do depend on Boost,
 like Mapnik, to help (slightly) with compile times and to majorly lessen
 dependence on Boost in core headers.