[libtext-worddiff-perl] branch master updated (80231b9 -> 2fc1b7d)

gregor herrmann gregoa at debian.org
Sun Jan 12 17:25:30 UTC 2014


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

gregoa pushed a change to branch master
in repository libtext-worddiff-perl.

      from  80231b9   [packagecheck] fixed Vcs-(Git|Browser)/Homepage field(s) in debian/control and/or URL in debian/watch and/or rmdir /usr/{lib|share}/perl5 in debian/rules.
       new  161d20a   Imported Upstream version 0.08
       new  5871995   New upstream release. Closes: #655037
       new  ed1130a   Switch to "3.0 (quilt)" source format.
       new  a14d00f   Use dh(1) and debhelper compatibility level 8.
       new  6c4750e   Drop version from perl build dependency and remove libmodule-build-perl
       new  add5d98   debian/copyright: switch formatting to Copyright-Format 1.0.
       new  f79e846   Update build dependencies.
       new  908671e   Add /me to Uploaders.
       new  8f34b7d   Improve short and long description.
       new  7e03955   Add a patch to fix a typo in the POD.
       new  b8377f6   Declare compliance with Debian Policy 3.9.5.
       new  2fc1b7d   releasing package libtext-worddiff-perl version 0.08-1

The 12 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                          |  12 +-
 Changes                           |  15 ++
 MANIFEST                          |   5 +-
 META.json                         |  76 ++++++++
 META.yml                          |  52 +++---
 Makefile.PL                       |  51 ++----
 README                            | 353 --------------------------------------
 README.md                         |  44 +++++
 debian/changelog                  |  20 ++-
 debian/compat                     |   2 +-
 debian/control                    |  34 ++--
 debian/copyright                  |  76 ++++----
 debian/patches/series             |   1 +
 debian/patches/spelling.patch     |  18 ++
 debian/rules                      |  52 +-----
 debian/source/format              |   1 +
 lib/Text/WordDiff.pm              | 111 ++++++------
 lib/Text/WordDiff/ANSIColor.pm    |   4 +-
 lib/Text/WordDiff/HTML.pm         |   4 +-
 lib/Text/WordDiff/HTMLTwoLines.pm | 179 +++++++++++++++++++
 t/ansicolor.t                     |  18 +-
 t/base.t                          |   2 -
 t/data/left.txt                   |   3 +
 t/data/right.txt                  |   3 +
 t/html.t                          |  24 +--
 t/{html.t => htmltwolines.t}      |  54 ++++--
 t/pod.t                           |   8 +-
 27 files changed, 590 insertions(+), 632 deletions(-)
 create mode 100644 META.json
 delete mode 100644 README
 create mode 100644 README.md
 create mode 100644 debian/patches/series
 create mode 100644 debian/patches/spelling.patch
 create mode 100644 debian/source/format
 create mode 100644 lib/Text/WordDiff/HTMLTwoLines.pm
 copy t/{html.t => htmltwolines.t} (61%)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libtext-worddiff-perl.git



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