libtest-unit-perl 0.25-2 source package in Ubuntu

Changelog

libtest-unit-perl (0.25-2) unstable; urgency=low


  [ gregor herrmann ]
  * Change patch system from dpatch to quilt.
  * Refresh debian/rules, no functional changes.
  * debian/control: Added: ${misc:Depends} to Depends: field.

  [ Ansgar Burchardt ]
  * debian/control: Convert Vcs-* fields to Git.

  [ Xavier Guimard ]
  * Update source format to 3.0 (quilt)
  * Bump Standards-Version to 8
  * Use debhelper 8
  * Update copyright to format 1.0
  * Update debian/rules to use dh
    + Enables running test suite at build time
  * Change debian/watch to use search.cpan.org

  [ Salvatore Bonaccorso ]
  * Change Vcs-Git to canonical URI (git://anonscm.debian.org)
  * Change search.cpan.org based URIs to metacpan.org based URIs

  [ Axel Beckert ]
  * Fix the test suite
    + Add patch to fix defined(@array) warnings
      (https://rt.cpan.org/Public/Bug/Display.html?id=77779).
    + Remove ancient 10_examples.patch as it causes many test suite
      failures. Move contained files to debian/test-case-examples and
      install them via debian/examples and dh_installexamples.
    + Make it work with regexp string representations of Perl 5.14 or
      later. Add according version restriction to build-dependency.
    + Make test assert_deep_equals (assert.t) less fragile against hash
      randomization by adding valid variants.
  * Install (Tk)TestRunner.pl as examples, not into /usr/share/perl5/Test/
  * Add Makefile.old to debian/clean
  * Add myself to Uploaders.
  * Bump debhelper compatibility to 9
    + Gets rid of the dh_pysupport deprecation warning
    + Update versioned debhelper build-dependency accordingly
  * Bump Standards-Version to 3.9.5 (no further changes)

 -- Axel Beckert <email address hidden>  Thu, 26 Dec 2013 02:23:43 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe perl

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libtest-unit-perl_0.25-2.dsc 1.5 KiB b92a57ca6308add65e58a765f5fe1f5cd7d088f5a01c11af16c6f77e8cd48d91
libtest-unit-perl_0.25.orig.tar.gz 314.8 KiB 5bd36b7262b849aef07510df53081f3858893a583021f8e831d9a497be31dfaf
libtest-unit-perl_0.25-2.debian.tar.gz 4.8 KiB fd580d081fa2c882eb9147b4eb0cf89d3fe8715d44ec68bfb56c6058e46a1143

Available diffs

No changes file available.

Binary packages built by this source

libtest-unit-perl: unit testing framework for Perl

 Test::Unit::* is a sophisticated unit testing framework for Perl
 that is derived from the JUnit testing framework for Java by Kent
 Beck and Erich Gamma.
 .
 While this framework is originally intended to support unit
 testing in an object-oriented development paradigm (with support
 for inheritance of tests etc.), Test::Unit::Procedural is intended
 to provide a simpler interface to the framework that is more
 suitable for use in a scripting style environment.