[libhtml-formatexternal-perl] branch master updated (e7ab1ea -> fdcdcae)

gregor herrmann gregoa at debian.org
Sun Jun 14 16:39:12 UTC 2015


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

gregoa pushed a change to branch master
in repository libhtml-formatexternal-perl.

      from  e7ab1ea   releasing package libhtml-formatexternal-perl version 22-1
       new  792ddc2   Add debian/gbp.conf to filter out debian/ directory from upstream tarball.
       new  4c57398   update changelog
      adds  d532eaa   Imported Upstream version 24
       new  1d2d1b4   Merge tag 'upstream/24'
       new  05341fd   New upstream release 24. Fixes "autopkgtest failure: TERM not set" (Closes: #788639)
       new  bcac49c   Update years of upstream copyright.
       new  7dcfebb   Drop version from liburi-perl (build) dependency.
       new  08ef764   bring back d/rules
       new  d4a40ff   Add (build) dependency on libconstant-defer-perl.
       new  fbeb486   Add build dependency on ncurses-term.
       new  75f00f3   Mention module name in long description.
       new  52194bb   Add debian/tests/pkg-perl/skip-smoke.
       new  fdcdcae   releasing package libhtml-formatexternal-perl version 24-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:
 Changes                            |  11 +-
 MANIFEST                           |   7 +-
 MANIFEST.SKIP                      |   8 +-
 META.json                          |  63 +++++++
 META.yml                           |  62 +++---
 Makefile.PL                        |  72 ++++---
 SIGNATURE                          |  77 ++++----
 debian/changelog                   |  22 +++
 debian/control                     |  52 ++---
 debian/copyright                   |   2 +-
 debian/gbp.conf                    |   2 +
 debian/rules                       |   0
 debian/tests/pkg-perl/skip-smoke   |   4 +
 devel/base.html                    |   5 +-
 devel/output-charset.pl            |  52 +++++
 devel/run.pl                       | 275 +++++++++++++++++++++++++--
 devel/{utf.pl => wide.pl}          |  18 +-
 inc/my_pod2html                    |   4 +-
 lib/HTML/FormatExternal.pm         | 378 +++++++++++++++++++++++++------------
 lib/HTML/FormatText/Elinks.pm      |  30 +--
 lib/HTML/FormatText/Html2text.pm   |  99 ++++++----
 lib/HTML/FormatText/Links.pm       |  36 ++--
 lib/HTML/FormatText/Lynx.pm        |  52 +++--
 lib/HTML/FormatText/Netrik.pm      |  41 +++-
 lib/HTML/FormatText/Vilistextum.pm |  52 +++--
 lib/HTML/FormatText/W3m.pm         |  14 +-
 lib/HTML/FormatText/Zen.pm         |  36 +++-
 t/Elinks.t                         |   4 +-
 t/FormatExternal.t                 |  11 +-
 t/Links.t                          |   4 +-
 t/taint.t                          |  93 +++++++++
 t/wide.t                           | 114 +++++++++++
 xt/0-Test-YAML-Meta.t              |  56 +++---
 xt/0-examples-xrefs.t              |   2 +-
 xt/0-file-is-part-of.t             |   9 +-
 xtools/my-check-copyright-years.sh |  31 ++-
 xtools/my-check-spelling.sh        |   4 +-
 xtools/my-deb.sh                   |   5 +-
 xtools/my-pc.sh                    |   4 +-
 39 files changed, 1322 insertions(+), 489 deletions(-)
 create mode 100644 META.json
 create mode 100644 debian/gbp.conf
 mode change 100755 => 100644 debian/rules
 create mode 100644 debian/tests/pkg-perl/skip-smoke
 create mode 100644 devel/output-charset.pl
 copy devel/{utf.pl => wide.pl} (65%)
 create mode 100644 t/taint.t
 create mode 100644 t/wide.t

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



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