libbson-perl 1.12.2-1 source package in Ubuntu

Changelog

libbson-perl (1.12.2-1) unstable; urgency=medium

  * Team upload.

  [ gregor herrmann ]
  * debian/watch: use uscan version 4.

  [ Debian Janitor ]
  * Remove obsolete fields Contact, Name from debian/upstream/metadata (already
    present in machine-readable debian/copyright).
  * Update standards version to 4.5.0, no changes needed.

  [ gregor herrmann ]
  * Import upstream version 1.12.2.
  * Update years of upstream copyright.
  * Update debian/upstream/metadata.
  * Add notice about upstream support to long description.
  * Set Rules-Requires-Root: no.
  * Annotate test-only build dependencies with <!nocheck>.
  * Bump debhelper-compat to 13.

 -- gregor herrmann <email address hidden>  Fri, 14 Aug 2020 03:41:15 +0200

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
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
Jammy release universe misc

Builds

Groovy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libbson-perl_1.12.2-1.dsc 2.6 KiB 55e5c278da10bfec350e85dad4500ed64a80e1d8f7f2fb11be953e7aeb0547e4
libbson-perl_1.12.2.orig.tar.gz 113.1 KiB f4612c0c354310741b99ab6d26451226823150ca27109b1b391232d5cfdda6db
libbson-perl_1.12.2-1.debian.tar.xz 2.9 KiB 0f3cd30f6750d11619ce012cd701700b75e6d7223c102fe5f24bec79198a919a

Available diffs

No changes file available.

Binary packages built by this source

libbson-perl: BSON serialization and deserialization for Perl

 The BSON class implements a BSON encoder/decoder ("codec"). It consumes
 "documents" (typically hash references) and emits BSON strings and vice versa
 in accordance with the BSON Specification (http://bsonspec.org).
 .
 BSON is the primary data representation for MongoDB. While this module has
 several features that support MongoDB-specific needs and conventions, it can
 be used as a standalone serialization format.
 .
 As of August 13, 2020, the MongoDB Perl driver and related libraries are no
 longer supported by MongoDB.