[libwww-wikipedia-perl] branch master updated (740d5bd -> c751a01)
gregor herrmann
gregoa at debian.org
Wed Dec 23 17:54:22 UTC 2015
This is an automated email from the git hooks/post-receive script.
gregoa pushed a change to branch master
in repository libwww-wikipedia-perl.
from 740d5bd update changelog
new a27f2f0 Add debian/upstream/metadata
new 982bbbf Update debian/changelog
adds c092793 initial import
adds f71b092 changes for new raw url
adds 8cb6da0 work around text::autoformat bug
adds 44383af fixed passing of strings of all \n to Text::Autoformat
adds f8b2b01 added handling of wikistyle redirects
adds 027bed5 added random() method
adds f914adc redirect case insensitive
adds 529f6f2 squash warnings
adds c4e3106 meta work: module::install, manifest.skip, doc fixed, autogen readme, perltidy, changes updated, version bumped.
adds 44e5210 add follow_redirects option + test
adds 3cd2bea add plans to tests
adds 95ce833 fix random()
adds 2c47beb add gitignore file
adds d86d3cd Swap CGI for URI::Escape
adds 90e5b74 add a small test case based on the submitted trouble report
adds c29ec61 meta work, prep for release.
adds a65daef add .git stuff to MANIFEST.SKIP
adds 810256f add text_basic() and fulltext_basic()
adds 92afe3a Update redirect regex due to wikipedia changes (RT #58440)
adds cf174a6 prep release
adds ac73e52 Remove newline that was attached to redirects returned by search()
adds 2c05b65 fix up entry title. use uri_escape_utf8 as needed.
adds 8e2b650 use decoded_content() rather than just content() and parse raw text to get proper redirect link (RT #66337)
adds 60348da missed one content() call
adds 2a77d4d try to catch self-redirects (RT #66337)
adds 1752681 prep release with updated test suite
adds 32c4db2 Clean HTML
adds 6cdd73a Merge pull request #1 from ambs/master
adds 3da1c74 Make whitespace after REDIRECT optional, to fix RT#94111
adds 71b742d Changed github repo in metadata to https, and added repo to doc
adds a55d1c5 Specified min perl version in both modules (use 5.006)
adds 7bff6d1 Bumped version and added $VERSION to sub-module WWW::Wikipedia::Entry
adds c6fda0e Merge pull request #2 from neilb/cpan-prc-01
adds 4f94dfa prep release
adds c4e7d69 Imported Upstream version 2.02
new bf29a8e Merge tag 'upstream/2.02'
new 754ab8d Update debian/changelog
new 1acf4a2 Update years of upstream copyright.
new eb061e9 Reformat debian/control with cme
new 920f5d9 Mark package as autopkgtest-able.
new 80605ff Declare compliance with Debian Policy 3.9.6.
new c0419b7 Bump debhelper compatibility level to 9.
new ff91030 update d/u/metadata after import
new 1fd1b47 Update Upstream-Contact in debian/copyright.
new 1bd682c Add patch to fix language mistakes in the docs.
new 9342bce Add a patch to fix a warning ("Unescaped left brace in regex").
new fd19e4c Add build dependency on libtest-exception-perl.
new c751a01 releasing package libwww-wikipedia-perl version 2.02-1
The 15 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 | 7 ++++
META.yml | 4 +--
Makefile.PL | 2 +-
README | 25 ++++++++++++--
debian/changelog | 20 ++++++++---
debian/compat | 2 +-
debian/control | 32 +++++++++++------
debian/copyright | 16 ++++-----
debian/patches/language.patch | 25 ++++++++++++++
debian/patches/series | 2 ++
debian/patches/unescaped_left_brace.patch | 20 +++++++++++
debian/upstream/metadata | 5 +++
lib/WWW/Wikipedia.pm | 57 +++++++++++++++++++++++++++----
lib/WWW/Wikipedia/Entry.pm | 20 +++++++++--
14 files changed, 199 insertions(+), 38 deletions(-)
create mode 100644 debian/patches/language.patch
create mode 100644 debian/patches/series
create mode 100644 debian/patches/unescaped_left_brace.patch
create mode 100644 debian/upstream/metadata
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libwww-wikipedia-perl.git
More information about the Pkg-perl-cvs-commits
mailing list