libjson-perl 4.02000-2 source package in Ubuntu
Changelog
libjson-perl (4.02000-2) unstable; urgency=medium [ Xavier Guimard ] * Bump debhelper compatibility level to 12 * Declare compliance with policy 4.4.1 * Add "Rules-Requires-Root: no" * Add debian/gbp.conf * Add "Multi-Arch: foreign" (Closes: #946357) [ Debian Janitor ] * Remove obsolete fields Contact, Name from debian/upstream/metadata (already present in machine-readable debian/copyright). [ gregor herrmann ] * Update years of packaging copyright. * Declare compliance with Debian Policy 4.5.0. * Drop unneeded version constraints from (build) dependencies. * Annotate test-only build dependencies with <!nocheck>. * debian/watch: use uscan version 4. -- gregor herrmann <email address hidden> Sun, 26 Jan 2020 17:18:56 +0100
Upload details
- Uploaded by:
- Debian Perl Group
- Uploaded to:
- Sid
- Original maintainer:
- Debian Perl Group
- Architectures:
- all
- Section:
- perl
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Focal | release | main | perl |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libjson-perl_4.02000-2.dsc | 2.4 KiB | 5ce3acecb2fa8982bf499a909aded1061d93facd74c61799019f2eaaf4c3cbfa |
libjson-perl_4.02000.orig.tar.gz | 88.3 KiB | 444a88755a89ffa2a5424ab4ed1d11dca61808ebef57e81243424619a9e8627c |
libjson-perl_4.02000-2.debian.tar.xz | 5.0 KiB | dc358f17e93293dc90f8206d287b0fddac1a1d18d42f6d95fff9cd6e77c703ba |
Available diffs
No changes file available.
Binary packages built by this source
- libjson-perl: module for manipulating JSON-formatted data
JSON is a Perl module for manipulating data stored in the format of the same
name. JavaScript Object Notation (JSON) is a simple data serialization format
(defined in RFC 4627) that serves as an alternative to XML.
.
The primary purpose of this module is to select an appropriate backend JSON
implementation. It prefers either JSON::XS (see libjson-xs-perl) or JSON::PP
(see libjson-pp-perl), but will fall back on a backport implementation if
neither are available.