libstring-diff-perl 0.07-1 source package in Ubuntu

Changelog

libstring-diff-perl (0.07-1) unstable; urgency=low

  [ upstream ]
  * New release.
    + Correctly escape hunks in the end of the merged string.
    + Add copyright in a pod.
    + Fix documentation.

  [ Daniel Lintott ]
  * Change homepage to metacpan.org.

  [ Salvatore Bonaccorso ]
  * Update Vcs-Browser URL to use cgit web frontend.

  [ Jonas Smedegaard ]
  * Stop track md5sum of upstream tarball: Compare against VCS instead.
  * Declare compliance with Debian Policy 3.9.6.
  * Update copyright info:
    + Fix list Github issue tracker (not rt.cpan.org nor personal
      address) as preferred upstream contact.
    + Drop Files sections for no longer included convenience code
      copies.
    + Update email address of main upstream author.
    + Use License-Grant and License-Reference fields.
      Thanks to Ben Finney.
    + Extend coverage of packaging to current year.
  * Add lintian override regarding license in License-Reference field.
    See bug#786450.
  * Bump debhelper compatibility level to 9.
  * Add lintian override regarding debhelper 9.
  * Include CDBS snippet perl-build.mk (not perl-makemaker.mk).
  * Update package relations:
    + Tighten build-dependency on cdbs.
    + Build-depend on libmodule-build-tiny-perl.

 -- Jonas Smedegaard <email address hidden>  Sat, 24 Oct 2015 23:00:07 +0200

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release universe misc

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libstring-diff-perl_0.07-1.dsc 2.1 KiB 03902a7e0cf2dbe043b61c49953e0d8ed02cac5c5ee14b7cf27eec9ca897a0f4
libstring-diff-perl_0.07.orig.tar.gz 17.3 KiB 7215b67cbc3226e2d0e18b38ec58c93be0bf6090278698bef955348826cd0af3
libstring-diff-perl_0.07-1.debian.tar.xz 3.5 KiB d7d29cb21fc555b3e936b01129385f4c62c1d0df3cb7b909dc80c30f46fc071f

Available diffs

No changes file available.

Binary packages built by this source

libstring-diff-perl: simple diff for strings

 String::Diff compares two strings, and emphasizes changed hunks within
 the resulting diff.
 .
 The markup of the addition and the deletion can be freely changed, e.g.
 coloring for the terminal with ANSI, or using HTML for web usage.