libtypes-xsd-lite-perl 0.006-1 source package in Ubuntu
Changelog
libtypes-xsd-lite-perl (0.006-1) unstable; urgency=medium [ upstream ] * new release [ Salvatore Bonaccorso ] * update Vcs-* headers for switch to salsa.debian.org [ gregor herrmann ] * use MetaCPAN URIs (not search.cpan.org or www.cpan.org) * use secure GitHub URI [ Debian Janitor ] * use secure copyright file specification URI * set upstream metadata fields: Bug-Database Repository Repository-Browse * set Testsuite header for perl package [ Jonas Smedegaard ] * simplify rules; stop build-depend on devscripts cdbs dh-buildinfo * relax to stop build-depend explicitly on (recent perl or) recent libtest-simple-perl: provided by perl in all supported Debian releases * use debhelper compatibility level 13 (not 8); build-depend on debhelper-compat (not debhelper) * update git-buildpackage config: + drop obsolete section delimiter [git-import-orig] * relax to build-depend unversioned on libmoo-perl: provided by perl in all supported Debian releases * annotate test-only build-dependencies * set Rules-Requires-Root: no * declare compliance with Debian Policy 4.6.0 * update watch file: + use file format 4 + track only MetaCPAN URI + mention gbp --uscan in usage comment + use substitution strings * update copyright info: + stop track no longer included file CONTRIBUTING + use License-Grant and License-Reference + add lintian overrides about License-Reference field + update coverage * use semantic newlines in long description and copyright fields -- Jonas Smedegaard <email address hidden> Thu, 02 Sep 2021 12:17:59 +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 | Published | Component | Section | |
---|---|---|---|---|
Kinetic | release | universe | misc | |
Jammy | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libtypes-xsd-lite-perl_0.006-1.dsc | 2.2 KiB | 69425e55787f78acaf9cd9372541d7669aecab47ca44ee00b259c6a8eb231c7f |
libtypes-xsd-lite-perl_0.006.orig.tar.gz | 20.7 KiB | ad946071fc8d79329f0837de332c71384fa8c882ee85df44c614905966550506 |
libtypes-xsd-lite-perl_0.006-1.debian.tar.xz | 3.2 KiB | 2ed83e1dd32b34dae1d2c6c486991d8cb3e10a67afe193c389c4797ffb871d69 |
Available diffs
- diff from 0.005-1.1 to 0.006-1 (12.0 KiB)
No changes file available.
Binary packages built by this source
- libtypes-xsd-lite-perl: type constraints based on a subset of XML schema datatypes
Types::XSD::Lite provides all the type constraints from XML Schema
that could be implemented without introducing
extra runtime dependencies (above Type::Tiny).
That's basically all of the XSD types,
except datetime-related ones,
and XML-specific ones (QNames, IDRefs, etc).
.
If you want the full set of XML Schema types, see Types::XSD.