[libcss-minifier-xs-perl] branch master updated (113b033 -> 451020e)

Florian Schlichting fsfs at alioth.debian.org
Sat Nov 2 21:25:20 UTC 2013


This is an automated email from the git hooks/post-receive script.

fsfs pushed a change to branch master
in repository libcss-minifier-xs-perl.

      from  113b033   debian/copyright: migrate pre-1.0 format to 1.0 using "cme fix dpkg-copyright"
      adds  5cad2dd   Imported Upstream version 0.09
       new  79de649   Merge tag 'upstream/0.09'
       new  f4f3aad   Import Upstream version 0.09
       new  c374bb8   Add build-dependency on Module::Build 0.40
       new  c488602   Switch dh compatibility to level 9 to enable passing of hardening flags
       new  656c1fa   Declare compliance with Debian Policy 3.9.5
       new  74878e9   Add myself to uploaders and copyright
       new  451020e   prepare changelog for release

The 7 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Build.PL                             |    3 --
 Changes                              |   11 +++++++
 MANIFEST                             |   15 +++++++++
 META.json                            |   42 ++++++++++++++++++++++++
 META.yml                             |   30 ++++++++---------
 Makefile.PL                          |   22 ++++++-------
 XS.xs                                |   60 +++++++++++++++++++++++++++++++---
 debian/changelog                     |   22 ++++++-------
 debian/compat                        |    2 +-
 debian/control                       |    9 +++--
 debian/copyright                     |    1 +
 lib/CSS/Minifier/XS.pm               |   10 ++++--
 t/css/calc-operators.css             |    4 +++
 t/css/calc-operators.min             |    1 +
 t/css/combinators.css                |    4 +++
 t/css/combinators.min                |    1 +
 t/css/media.css                      |    4 ++-
 t/css/media.min                      |    2 +-
 t/css/styles.min                     |    2 +-
 t/css/units-preserved.css            |   13 ++++++++
 t/css/units-preserved.min            |    1 +
 t/css/zero-units-point-zero.css      |   10 ++++++
 t/css/zero-units-point-zero.min      |    1 +
 t/css/zero-units-zero-point-zero.css |   10 ++++++
 t/css/zero-units-zero-point-zero.min |    1 +
 t/css/zero-units-zero.css            |   10 ++++++
 t/css/zero-units-zero.min            |    1 +
 t/css/zero-units-zerooo.css          |   10 ++++++
 t/css/zero-units-zerooo.min          |    1 +
 29 files changed, 248 insertions(+), 55 deletions(-)
 create mode 100644 META.json
 create mode 100644 t/css/calc-operators.css
 create mode 100644 t/css/calc-operators.min
 create mode 100644 t/css/combinators.css
 create mode 100644 t/css/combinators.min
 create mode 100644 t/css/units-preserved.css
 create mode 100644 t/css/units-preserved.min
 create mode 100644 t/css/zero-units-point-zero.css
 create mode 100644 t/css/zero-units-point-zero.min
 create mode 100644 t/css/zero-units-zero-point-zero.css
 create mode 100644 t/css/zero-units-zero-point-zero.min
 create mode 100644 t/css/zero-units-zero.css
 create mode 100644 t/css/zero-units-zero.min
 create mode 100644 t/css/zero-units-zerooo.css
 create mode 100644 t/css/zero-units-zerooo.min

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libcss-minifier-xs-perl.git



More information about the Pkg-perl-cvs-commits mailing list