[libregexp-assemble-perl] branch master updated (784f654 -> 7cd3b3f)

Florian Schlichting fsfs at moszumanska.debian.org
Mon Sep 14 20:56:30 UTC 2015


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

fsfs pushed a change to branch master
in repository libregexp-assemble-perl.

      from  784f654   update changelog
       new  90e746b   Add debian/upstream/metadata
       new  c2ae9be   Update debian/changelog
      adds  33f1c27   Imported Upstream version 0.36
       new  74e144a   Merge tag 'upstream/0.36'
       new  8a0d222   Update debian/changelog
       new  421cbf7   update upstream metadata
       new  8c834ec   Update examples path
       new  46b0101   Drop spelling-errors.patch (applied upstream), refresh install-regexp-assemble.patch
       new  8cf8676   Fix d/copyright paragraph order
       new  aaa2ddb   Declare compliance with Debian Policy 3.9.6
       new  196e293   Mark package autopkgtest-able
       new  7cd3b3f   prepare for release

The 11 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:
 Changelog.ini                                |  420 +++++
 Changes                                      |   26 +-
 MANIFEST                                     |   51 +-
 MANIFEST.SKIP                                |    1 -
 META.json                                    |   53 +
 META.yml                                     |   44 +-
 Makefile.PL                                  |   89 +-
 TODO                                         |   83 -
 debian/changelog                             |   16 +-
 debian/control                               |    3 +-
 debian/copyright                             |    8 +-
 debian/libregexp-assemble-perl.examples      |    2 +-
 debian/patches/install-regexp-assemble.patch |   20 +-
 debian/patches/series                        |    1 -
 debian/patches/spelling-errors.patch         |   26 -
 debian/tests/pkg-perl/test-files             |    6 +
 debian/upstream/metadata                     |    6 +
 {eg => examples}/assemble                    |    0
 {eg => examples}/debugging                   |    0
 examples/failure.01.pl                       |   55 +
 {eg => examples}/fee                         |    0
 {eg => examples}/file.1                      |    0
 {eg => examples}/file.2                      |    0
 {eg => examples}/file.3                      |    0
 {eg => examples}/file.4                      |    0
 {eg => examples}/hostmatch/bad.canonical     |    0
 {eg => examples}/hostmatch/error.canonical   |    0
 {eg => examples}/hostmatch/good.canonical    |    0
 {eg => examples}/hostmatch/hostmatch         |    0
 {eg => examples}/hostmatch/source.in         |    0
 {eg => examples}/ircwatcher                  |    0
 {eg => examples}/naive                       |    0
 {eg => examples}/roman                       |    0
 {eg => examples}/stress-test.pl              |    0
 {eg => examples}/tld                         |    0
 {eg => examples}/track-5.10                  |    0
 {eg => examples}/unquotemeta                 |    0
 Assemble.pm => lib/Regexp/Assemble.pm        | 2599 +++++++++++++-------------
 t/00_basic.t                                 |   22 +-
 t/05_hostmatch.t                             |   26 +-
 xt/author/pod.t                              |    7 +
 41 files changed, 2028 insertions(+), 1536 deletions(-)
 create mode 100644 Changelog.ini
 delete mode 100644 MANIFEST.SKIP
 create mode 100644 META.json
 delete mode 100644 TODO
 delete mode 100644 debian/patches/spelling-errors.patch
 create mode 100644 debian/tests/pkg-perl/test-files
 create mode 100644 debian/upstream/metadata
 rename {eg => examples}/assemble (100%)
 rename {eg => examples}/debugging (100%)
 create mode 100644 examples/failure.01.pl
 rename {eg => examples}/fee (100%)
 rename {eg => examples}/file.1 (100%)
 rename {eg => examples}/file.2 (100%)
 rename {eg => examples}/file.3 (100%)
 rename {eg => examples}/file.4 (100%)
 rename {eg => examples}/hostmatch/bad.canonical (100%)
 rename {eg => examples}/hostmatch/error.canonical (100%)
 rename {eg => examples}/hostmatch/good.canonical (100%)
 rename {eg => examples}/hostmatch/hostmatch (100%)
 rename {eg => examples}/hostmatch/source.in (100%)
 rename {eg => examples}/ircwatcher (100%)
 rename {eg => examples}/naive (100%)
 rename {eg => examples}/roman (100%)
 rename {eg => examples}/stress-test.pl (100%)
 rename {eg => examples}/tld (100%)
 rename {eg => examples}/track-5.10 (100%)
 rename {eg => examples}/unquotemeta (100%)
 rename Assemble.pm => lib/Regexp/Assemble.pm (94%)
 create mode 100644 xt/author/pod.t

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



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