[libpod-simple-wiki-perl] branch master updated (4582ee4 -> 91fa060)

gregor herrmann gregoa at debian.org
Mon Nov 9 20:16:16 UTC 2015


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

gregoa pushed a change to branch master
in repository libpod-simple-wiki-perl.

      from  4582ee4   update changelog
       new  493a4ef   Add debian/upstream/metadata
       new  f0c97c0   Update debian/changelog
      adds  c090b62   Imported Upstream version 0.19
       new  b1dbde3   Merge tag 'upstream/0.19'
       new  c4432d2   Update debian/changelog
       new  dbf3547   Update years of upstream copyright.
       new  19486e9   Reformat debian/control with cme
       new  532c613   Mark package as autopkgtest-able.
       new  06c8699   Declare compliance with Debian Policy 3.9.6.
       new  74f878a   Bump debhelper compatibility level to 9.
       new  dedfade   Drop patches, fixed upstream.
       new  96d694f   Add a patch to fix a POD syntax error.
       new  91fa060   releasing package libpod-simple-wiki-perl version 0.19-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                                            |  19 ++
 MANIFEST                                           |  98 +++++-----
 META.json                                          |  10 +-
 META.yml                                           |  12 +-
 README                                             |   2 +-
 bin/pod2wiki                                       |  26 +--
 debian/changelog                                   |  17 +-
 debian/compat                                      |   2 +-
 debian/control                                     |   6 +-
 debian/copyright                                   |   2 +-
 debian/patches/declare-encoding-in-iso.patch       |  17 --
 debian/patches/pod-syntax.patch                    |  21 +++
 debian/patches/series                              |   3 +-
 debian/patches/spelling-error.patch                |  17 --
 debian/upstream/metadata                           |   6 +
 examples/pod2wiki.pl                               |   2 +-
 lib/Pod/Simple/Wiki.pm                             |  20 +-
 lib/Pod/Simple/Wiki/Confluence.pm                  |  11 +-
 lib/Pod/Simple/Wiki/Kwiki.pm                       |   4 +-
 lib/Pod/Simple/Wiki/Markdown.pm                    |   8 +-
 lib/Pod/Simple/Wiki/Mediawiki.pm                   |   4 +-
 lib/Pod/Simple/Wiki/Moinmoin.pm                    |   4 +-
 lib/Pod/Simple/Wiki/{Confluence.pm => Muse.pm}     | 154 +++++++---------
 lib/Pod/Simple/Wiki/Template.pm                    |   6 +-
 lib/Pod/Simple/Wiki/Textile.pm                     |   4 +-
 lib/Pod/Simple/Wiki/Tiddlywiki.pm                  |   5 +-
 lib/Pod/Simple/Wiki/Twiki.pm                       |   4 +-
 lib/Pod/Simple/Wiki/Usemod.pm                      |   4 +-
 t/00_00_load.t                                     |  19 --
 t/01_01_wiki_format.t                              |  81 --------
 t/02_01_kwiki_format.t                             |  81 --------
 t/03_01_usemod_format.t                            |  81 --------
 t/04_01_twiki_format.t                             |  83 ---------
 t/04_02_twiki_head.t                               |  96 ----------
 t/05_01_mediawiki_format.t                         |  88 ---------
 t/05_04_mediawiki_links.t                          |  82 ---------
 t/05_05_mediawiki_custom_tags.t                    |  82 ---------
 t/05_07_mediawiki_link_prefix.t                    |  79 --------
 t/05_09_mediawiki_remove_name_section.t            |  79 --------
 t/06_01_moinmoin_format.t                          |  81 --------
 t/07_01_tiddlywiki_format.t                        |  81 --------
 t/07_04_tiddlywiki_text.t                          |  92 ----------
 t/08_01_confluence_format.t                        |  81 --------
 t/08_02_confluence_head.t                          |  93 ----------
 t/08_04_confluence_links.t                         |  77 --------
 t/09_01_textile_format.t                           |  81 --------
 t/{10_01_markdown_format.t => confluence_format.t} |  13 +-
 t/{10_02_markdown_head.t => confluence_head.t}     |  26 +--
 t/{10_01_markdown_format.t => confluence_links.t}  |  26 ++-
 t/{08_03_confluence_lists.t => confluence_lists.t} |  48 ++---
 t/{10_01_markdown_format.t => kwiki_format.t}      |  17 +-
 t/{02_01_kwiki_head.t => kwiki_head.t}             |  44 +++--
 t/{02_01_kwiki_lists.t => kwiki_lists.t}           |  48 ++---
 t/{10_05_markdown_escapes.t => markdown_escapes.t} |   0
 t/{10_01_markdown_format.t => markdown_format.t}   |   0
 t/{10_02_markdown_head.t => markdown_head.t}       |   0
 t/{10_04_markdown_links.t => markdown_links.t}     |  30 +--
 t/{10_03_markdown_lists.t => markdown_lists.t}     |   0
 ...1_markdown_format.t => mediawiki_custom_tags.t} |  34 ++--
 t/{10_01_markdown_format.t => mediawiki_format.t}  |  28 ++-
 t/{05_02_mediawiki_head.t => mediawiki_head.t}     |  44 +++--
 ...1_markdown_format.t => mediawiki_link_prefix.t} |  38 ++--
 t/{10_04_markdown_links.t => mediawiki_links.t}    |  51 ++++--
 t/{05_03_mediawiki_lists.t => mediawiki_lists.t}   |  48 ++---
 ...wn_format.t => mediawiki_remove_name_section.t} |  37 ++--
 ...headers.t => mediawiki_sentence_case_headers.t} |  42 ++---
 ...ormer_lists.t => mediawiki_transformer_lists.t} |  50 ++---
 t/{10_01_markdown_format.t => moinmoin_format.t}   |  17 +-
 t/{06_03_moinmoin_lists.t => moinmoin_lists.t}     |  50 ++---
 t/{10_01_markdown_format.t => muse_format.t}       |  28 ++-
 t/{10_02_markdown_head.t => muse_head.t}           |  21 +--
 t/{10_04_markdown_links.t => muse_links.t}         |  54 ++++--
 t/{05_03_mediawiki_lists.t => muse_lists.t}        | 204 ++++++++++++---------
 t/{10_01_markdown_format.t => textile_format.t}    |  13 +-
 t/{09_02_textile_head.t => textile_head.t}         |  44 +++--
 t/{09_03_textile_lists.t => textile_lists.t}       |  48 ++---
 t/{10_01_markdown_format.t => tiddlywiki_format.t} |  17 +-
 t/{07_02_tiddlywiki_head.t => tiddlywiki_head.t}   |  44 +++--
 t/{07_03_tiddlywiki_lists.t => tiddlywiki_lists.t} |  48 ++---
 t/tiddlywiki_text.t                                | 106 +++++++++++
 t/{10_01_markdown_format.t => twiki_format.t}      |  23 ++-
 t/{10_02_markdown_head.t => twiki_head.t}          |  23 +--
 t/{04_03_twiki_lists.t => twiki_lists.t}           |  52 +++---
 t/{10_01_markdown_format.t => usemod_format.t}     |  17 +-
 t/{03_02_usemod_head.t => usemod_head.t}           |  44 +++--
 t/{03_03_usemod_lists.t => usemod_lists.t}         |  48 ++---
 t/{10_01_markdown_format.t => wiki_format.t}       |  17 +-
 t/{01_02_wiki_head.t => wiki_head.t}               |  44 +++--
 t/{01_03_wiki_lists.t => wiki_lists.t}             |  48 ++---
 89 files changed, 1148 insertions(+), 2411 deletions(-)
 delete mode 100644 debian/patches/declare-encoding-in-iso.patch
 create mode 100644 debian/patches/pod-syntax.patch
 delete mode 100644 debian/patches/spelling-error.patch
 create mode 100644 debian/upstream/metadata
 copy lib/Pod/Simple/Wiki/{Confluence.pm => Muse.pm} (55%)
 delete mode 100644 t/00_00_load.t
 delete mode 100644 t/01_01_wiki_format.t
 delete mode 100644 t/02_01_kwiki_format.t
 delete mode 100644 t/03_01_usemod_format.t
 delete mode 100644 t/04_01_twiki_format.t
 delete mode 100644 t/04_02_twiki_head.t
 delete mode 100644 t/05_01_mediawiki_format.t
 delete mode 100644 t/05_04_mediawiki_links.t
 delete mode 100644 t/05_05_mediawiki_custom_tags.t
 delete mode 100644 t/05_07_mediawiki_link_prefix.t
 delete mode 100644 t/05_09_mediawiki_remove_name_section.t
 delete mode 100644 t/06_01_moinmoin_format.t
 delete mode 100644 t/07_01_tiddlywiki_format.t
 delete mode 100644 t/07_04_tiddlywiki_text.t
 delete mode 100644 t/08_01_confluence_format.t
 delete mode 100644 t/08_02_confluence_head.t
 delete mode 100644 t/08_04_confluence_links.t
 delete mode 100644 t/09_01_textile_format.t
 copy t/{10_01_markdown_format.t => confluence_format.t} (80%)
 mode change 100755 => 100644
 copy t/{10_02_markdown_head.t => confluence_head.t} (72%)
 mode change 100755 => 100644
 copy t/{10_01_markdown_format.t => confluence_links.t} (67%)
 mode change 100755 => 100644
 rename t/{08_03_confluence_lists.t => confluence_lists.t} (86%)
 copy t/{10_01_markdown_format.t => kwiki_format.t} (74%)
 mode change 100755 => 100644
 rename t/{02_01_kwiki_head.t => kwiki_head.t} (51%)
 rename t/{02_01_kwiki_lists.t => kwiki_lists.t} (86%)
 rename t/{10_05_markdown_escapes.t => markdown_escapes.t} (100%)
 mode change 100755 => 100644
 copy t/{10_01_markdown_format.t => markdown_format.t} (100%)
 mode change 100755 => 100644
 copy t/{10_02_markdown_head.t => markdown_head.t} (100%)
 mode change 100755 => 100644
 copy t/{10_04_markdown_links.t => markdown_links.t} (72%)
 mode change 100755 => 100644
 rename t/{10_03_markdown_lists.t => markdown_lists.t} (100%)
 mode change 100755 => 100644
 copy t/{10_01_markdown_format.t => mediawiki_custom_tags.t} (62%)
 mode change 100755 => 100644
 copy t/{10_01_markdown_format.t => mediawiki_format.t} (65%)
 mode change 100755 => 100644
 rename t/{05_02_mediawiki_head.t => mediawiki_head.t} (52%)
 copy t/{10_01_markdown_format.t => mediawiki_link_prefix.t} (56%)
 mode change 100755 => 100644
 copy t/{10_04_markdown_links.t => mediawiki_links.t} (57%)
 mode change 100755 => 100644
 copy t/{05_03_mediawiki_lists.t => mediawiki_lists.t} (88%)
 copy t/{10_01_markdown_format.t => mediawiki_remove_name_section.t} (56%)
 mode change 100755 => 100644
 rename t/{05_08_mediawiki_sentence_case_headers.t => mediawiki_sentence_case_headers.t} (54%)
 rename t/{05_06_mediawiki_transformer_lists.t => mediawiki_transformer_lists.t} (67%)
 copy t/{10_01_markdown_format.t => moinmoin_format.t} (74%)
 mode change 100755 => 100644
 rename t/{06_03_moinmoin_lists.t => moinmoin_lists.t} (87%)
 copy t/{10_01_markdown_format.t => muse_format.t} (66%)
 mode change 100755 => 100644
 copy t/{10_02_markdown_head.t => muse_head.t} (77%)
 mode change 100755 => 100644
 rename t/{10_04_markdown_links.t => muse_links.t} (55%)
 mode change 100755 => 100644
 rename t/{05_03_mediawiki_lists.t => muse_lists.t} (71%)
 copy t/{10_01_markdown_format.t => textile_format.t} (80%)
 mode change 100755 => 100644
 rename t/{09_02_textile_head.t => textile_head.t} (52%)
 rename t/{09_03_textile_lists.t => textile_lists.t} (86%)
 copy t/{10_01_markdown_format.t => tiddlywiki_format.t} (74%)
 mode change 100755 => 100644
 rename t/{07_02_tiddlywiki_head.t => tiddlywiki_head.t} (52%)
 rename t/{07_03_tiddlywiki_lists.t => tiddlywiki_lists.t} (86%)
 create mode 100644 t/tiddlywiki_text.t
 copy t/{10_01_markdown_format.t => twiki_format.t} (72%)
 mode change 100755 => 100644
 rename t/{10_02_markdown_head.t => twiki_head.t} (75%)
 mode change 100755 => 100644
 rename t/{04_03_twiki_lists.t => twiki_lists.t} (85%)
 copy t/{10_01_markdown_format.t => usemod_format.t} (74%)
 mode change 100755 => 100644
 rename t/{03_02_usemod_head.t => usemod_head.t} (51%)
 rename t/{03_03_usemod_lists.t => usemod_lists.t} (86%)
 rename t/{10_01_markdown_format.t => wiki_format.t} (74%)
 mode change 100755 => 100644
 rename t/{01_02_wiki_head.t => wiki_head.t} (51%)
 rename t/{01_03_wiki_lists.t => wiki_lists.t} (86%)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libpod-simple-wiki-perl.git



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