libcss-perl 1.08-1+nmu3 source package in Ubuntu

Changelog

libcss-perl (1.08-1+nmu3) unstable; urgency=low


  * Non-maintainer upload.
  * Fix "FTBFS: tests failed":
    this is the third NMU in a row that's necessary due to the compiled
    grammar; following Niko Tyni's advice in #56940, a script now recompiles
    the grammar at build time.
    Closes: #674353

 -- gregor herrmann <email address hidden>  Fri, 08 Jun 2012 15:37:46 +0200

Upload details

Uploaded by:
Alejandro Garrido Mota
Uploaded to:
Sid
Original maintainer:
Alejandro Garrido Mota
Architectures:
all
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Quantal: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libcss-perl_1.08-1+nmu3.dsc 1.8 KiB 09fc2c70fe7dfdd6ecfc89ebb936597f23cc5dc6bf15adc08ef9276a1e4f7570
libcss-perl_1.08.orig.tar.gz 33.5 KiB 402ad0bde0f44b06979e4181c1073c6629b530a00647316db33ba246d45e694b
libcss-perl_1.08-1+nmu3.diff.gz 52.2 KiB 73314e35c74f100643cf6514c918450767c8377748f2c24e84bb4afb00b202eb

Available diffs

No changes file available.

Binary packages built by this source

libcss-perl: object oriented access to Cascading Style Sheets (CSS)

 This module can be used, along with a CSS::Parse::* module, to parse
 CSS data and represent it as a tree of objects. Using a CSS::Adaptor::*
 module, the CSS data tree can then be transformed into other formats.