christianriesen-base32 1.6.0-4 source package in Ubuntu
Changelog
christianriesen-base32 (1.6.0-4) unstable; urgency=medium [ Debian Janitor ] * Set upstream metadata fields: Bug-Database, Bug-Submit. Changes-By: lintian-brush Fixes: lintian: upstream-metadata-file-is-missing See-also: https://lintian.debian.org/tags/upstream-metadata-file-is-missing.html Fixes: lintian: upstream-metadata-missing-bug-tracking See-also: https://lintian.debian.org/tags/upstream-metadata-missing-bug-tracking.html * Add missing build dependency on pkg-php-tools for addon phpcomposer. Changes-By: lintian-brush Fixes: lintian: missing-build-dependency-for-dh-addon See-also: https://lintian.debian.org/tags/missing-build-dependency-for-dh-addon.html * Set upstream metadata fields: Repository, Repository-Browse. Changes-By: lintian-brush Fixes: lintian: upstream-metadata-missing-repository See-also: https://lintian.debian.org/tags/upstream-metadata-missing-repository.html * Update standards version to 4.6.2, no changes needed. Changes-By: lintian-brush Fixes: lintian: out-of-date-standards-version See-also: https://lintian.debian.org/tags/out-of-date-standards-version.html [ Joe Nahmias ] * fix args to phpunit for v10+ (Closes: #1070502, #1044022, #1039743) * adjust phpabtpl usage for pkg-php-tools v1.45 (Closes: #1074181) * bump std-ver: no changes * avoid explicit --with in dh(1) invocation as it's duplicative with Build-Dep -- Joseph Nahmias <email address hidden> Tue, 13 Aug 2024 22:01:25 -0400
Upload details
- Uploaded by:
- Debian PHP PEAR Maintainers
- Uploaded to:
- Sid
- Original maintainer:
- Debian PHP PEAR Maintainers
- Architectures:
- all
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Oracular | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
christianriesen-base32_1.6.0-4.dsc | 2.2 KiB | 9bd09640801f32ef4b0aee39a8e9a6542be6575c00129b60a8c61c1a0b59752f |
christianriesen-base32_1.6.0.orig.tar.xz | 5.5 KiB | 3111b1076aa241b1b0a7c4610d4364d5e1b89cd70d6287426ccdae685a5fda48 |
christianriesen-base32_1.6.0-4.debian.tar.xz | 3.4 KiB | 6e078763f5a69a3cab8e8f99347474b218dd4fd5bb164dbb4fb4d099523872a4 |
Available diffs
- diff from 1.6.0-3 to 1.6.0-4 (1.3 KiB)
No changes file available.
Binary packages built by this source
- php-christianriesen-base32: PHP library to encode/decode the Base32 format
Base32, defined in IETF RFC 4648, is an encoding for arbitrary binary data
into the characters A-Z, numbers 2-7, and the equals sign [=], for padding.
.
This PHP library provides suitable encode and decode functions which
translate data to/from the Base32 format.
.
Base32Hex, defined in the same RFC, is also supported.