libalgorithm-diff-xs-perl 0.04-6 source package in Ubuntu
Changelog
libalgorithm-diff-xs-perl (0.04-6) unstable; urgency=medium [ Salvatore Bonaccorso ] * Update Vcs-* headers for switch to salsa.debian.org [ gregor herrmann ] * Update build system and dependencies for cross builds. Build-depend on perl:native, perl-xs-dev, and remove cross-building fragments from debian/rules, done by debhelper now. * Annotate test-only build dependencies with <!nocheck>. * Declare compliance with Debian Policy 4.4.1. * Bump debhelper-compat to 12. * debian/watch: use uscan version 4. * Update years of packaging copyright. -- gregor herrmann <email address hidden> Sun, 27 Oct 2019 17:30:09 +0100
Upload details
- Uploaded by:
- Debian Perl Group
- Uploaded to:
- Sid
- Original maintainer:
- Debian Perl Group
- Architectures:
- any
- Section:
- perl
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Focal | release | main | perl |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libalgorithm-diff-xs-perl_0.04-6.dsc | 2.4 KiB | ef6a29adb30ac1e1dab3b1be6f9fc6d559e1929bf73a92bfa6b8b261149abb6e |
libalgorithm-diff-xs-perl_0.04.orig.tar.gz | 46.6 KiB | cea89b47e1f70fa78f55f3c405491ce36d3effd9980f5c5491edffa31aa77153 |
libalgorithm-diff-xs-perl_0.04-6.debian.tar.xz | 2.6 KiB | bda648d527dfc0f183322e25dacd2581599fcc89ea552a0984d6e53e83abbd9d |
Available diffs
No changes file available.
Binary packages built by this source
- libalgorithm-diff-xs-perl: module to find differences between files (XS accelerated)
Algorithm:
:Diff:: XS is a Perl diff utility module based on Joe Schaefer's
excellent but not very well-known Algorithm::LCS module, with a drop-in
interface identical to Algorithm::Diff.
.
Note that only the LCSidx function is optimized in XS at the moment, which
means only compact_diff will get significantly faster for large data sets,
while diff and sdiff will run in identical speed as Algorithm::Diff.
- libalgorithm-diff-xs-perl-dbgsym: debug symbols for libalgorithm-diff-xs-perl