[libxml-sax-machines-perl] branch master updated (0e8f52e -> 351e3fc)

gregor herrmann gregoa at debian.org
Fri Oct 11 17:06:23 UTC 2013


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

gregoa pushed a change to branch master
in repository libxml-sax-machines-perl.

      from  0e8f52e   Remove trailing whitespace
      adds  748c29a   Imported Upstream version 0.46
       new  48a7429   Merge tag 'upstream/0.46'
       new  f48e01b   New upstream release.
       new  3b94e48   Update copyright years, drop stanza about removed Module::Install.
       new  722ee2a   Install README.too instead of the boilerplate README.
       new  f227d94   Add build dependency on libcapture-tiny-perl.
       new  1c0b95c   Drop auto_set_repository.patch, refresh remaining patches.
       new  b6e3174   debian/rules: don't install new empty manpage.
       new  ed469f2   Add /me to Uploaders.
       new  351e3fc   releasing package libxml-sax-machines-perl version 0.46-1

The 9 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                                  |   12 +-
 LICENSE                                  |  379 ++++++++++++++
 MANIFEST                                 |   26 +-
 MANIFEST.SKIP                            |    2 +
 META.yml                                 |   34 +-
 Makefile.PL                              |   81 ++-
 README                                   |   66 +--
 README => README.too                     |    0
 debian/changelog                         |   12 +
 debian/control                           |    4 +-
 debian/copyright                         |    8 +-
 debian/libxml-sax-machines-perl.docs     |    2 +-
 debian/patches/auto_set_repository.patch |   18 -
 debian/patches/pod-spelling.patch        |    9 +-
 debian/patches/pod-warnings.patch        |   31 +-
 debian/patches/series                    |    1 -
 debian/patches/siteconfig-warning.patch  |    8 +-
 debian/rules                             |    2 +
 dist.ini                                 |   29 ++
 inc/Module/AutoInstall.pm                |  794 ------------------------------
 inc/Module/Install.pm                    |  430 ----------------
 inc/Module/Install/AutoInstall.pm        |   61 ---
 inc/Module/Install/AutoManifest.pm       |   45 --
 inc/Module/Install/Base.pm               |   86 ----
 inc/Module/Install/Can.pm                |   81 ---
 inc/Module/Install/Fetch.pm              |   93 ----
 inc/Module/Install/Include.pm            |   34 --
 inc/Module/Install/Makefile.pm           |  268 ----------
 inc/Module/Install/Metadata.pm           |  580 ----------------------
 inc/Module/Install/Win32.pm              |   64 ---
 inc/Module/Install/WriteAll.pm           |   50 --
 lib/XML/Filter/Distributor.pm            |  253 +++++-----
 lib/XML/Filter/DocSplitter.pm            |  258 +++++-----
 lib/XML/Filter/Merger.pm                 |  527 ++++++++++----------
 lib/XML/Filter/Tee.pm                    |  260 +++++-----
 lib/XML/SAX/ByRecord.pm                  |  117 +++--
 lib/XML/SAX/EventMethodMaker.pm          |  287 ++++++-----
 lib/XML/SAX/Machine.pm                   |  717 ++++++++++++++-------------
 lib/XML/SAX/Machines.pm                  |  249 ++++++----
 lib/XML/SAX/Machines/ConfigDefaults.pm   |   38 ++
 lib/XML/SAX/Machines/ConfigHelper.pm     |   69 ++-
 lib/XML/SAX/Manifold.pm                  |   94 ++--
 lib/XML/SAX/Pipeline.pm                  |   84 +++-
 lib/XML/SAX/Tap.pm                       |  101 ++--
 t/00-compile.t                           |   51 ++
 45 files changed, 2356 insertions(+), 4059 deletions(-)
 create mode 100644 LICENSE
 mode change 100755 => 100644 MANIFEST.SKIP
 mode change 100755 => 100644 Makefile.PL
 copy README => README.too (100%)
 delete mode 100644 debian/patches/auto_set_repository.patch
 create mode 100644 dist.ini
 delete mode 100644 inc/Module/AutoInstall.pm
 delete mode 100644 inc/Module/Install.pm
 delete mode 100644 inc/Module/Install/AutoInstall.pm
 delete mode 100644 inc/Module/Install/AutoManifest.pm
 delete mode 100644 inc/Module/Install/Base.pm
 delete mode 100644 inc/Module/Install/Can.pm
 delete mode 100644 inc/Module/Install/Fetch.pm
 delete mode 100644 inc/Module/Install/Include.pm
 delete mode 100644 inc/Module/Install/Makefile.pm
 delete mode 100644 inc/Module/Install/Metadata.pm
 delete mode 100644 inc/Module/Install/Win32.pm
 delete mode 100644 inc/Module/Install/WriteAll.pm
 create mode 100644 t/00-compile.t

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libxml-sax-machines-perl.git



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