[libhtml-format-perl] branch master updated (ef2ada3 -> 3f7d32d)

Angel Abad angel at alioth.debian.org
Fri Nov 1 10:07:36 UTC 2013


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

angel pushed a change to branch master
in repository libhtml-format-perl.

      from  ef2ada3   debian/copyright: migrate pre-1.0 format to 1.0 using "cme fix dpkg-copyright"
      adds  0526945   Imported Upstream version 2.11
       new  b45dbcd   Merge tag 'upstream/2.11'
       new  5748169   debian/control: Build depends on debhelper (>= 9.20120312)
       new  296c27b   Bump Standards-Version to 3.9.5 (no changes)
       new  5f32dab   debian/copyright: Update years.
       new  3f7d32d   Update changelog

The 5 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                                      |  110 +++++-----
 Changes                                       |    6 +
 LICENSE                                       |    8 +-
 MANIFEST                                      |    6 +-
 META.json                                     |  265 ++++++++++++++++---------
 META.yml                                      |  193 +++++++++++-------
 README                                        |   23 +--
 debian/changelog                              |   27 +--
 debian/control                                |   34 ++--
 debian/copyright                              |    8 +-
 lib/HTML/{FormatText.pm => FormatMarkdown.pm} |  244 ++++++++++++++---------
 lib/HTML/FormatPS.pm                          |  110 +++++-----
 lib/HTML/FormatRTF.pm                         |  130 ++++++------
 lib/HTML/FormatText.pm                        |   41 ++--
 lib/HTML/Formatter.pm                         |   73 ++++---
 perltidy.LOG                                  |   20 ++
 t/00-compile.t                                |   81 ++++----
 t/{02_rtf.t => 04_md.t}                       |   17 +-
 t/author-pod-spell.t                          |   38 ++++
 t/data/expected/{test.txt => test.md}         |   37 +++-
 t/data/expected/test.ps                       |   99 +++++----
 t/data/expected/test.rtf                      |   50 ++++-
 t/data/expected/test.txt                      |   30 ++-
 t/data/in/test.html                           |   29 ++-
 t/release-no-tabs.t                           |   18 +-
 t/release-pod-spell.t                         |   30 ---
 t/release-portability.t                       |    9 +-
 t/release-synopsis.t                          |    2 +-
 t/rt69426.t                                   |   56 +++---
 t/support/generate_results.pl                 |    5 +-
 30 files changed, 1056 insertions(+), 743 deletions(-)
 copy lib/HTML/{FormatText.pm => FormatMarkdown.pm} (50%)
 create mode 100644 perltidy.LOG
 copy t/{02_rtf.t => 04_md.t} (61%)
 create mode 100644 t/author-pod-spell.t
 copy t/data/expected/{test.txt => test.md} (79%)
 delete mode 100644 t/release-pod-spell.t

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



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