[libxml-sax-writer-perl] branch master updated (36f2ed8 -> bc4d9d8)

Florian Schlichting fsfs at moszumanska.debian.org
Fri Mar 7 20:01:20 UTC 2014


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

fsfs pushed a change to branch master
in repository libxml-sax-writer-perl.

      from  36f2ed8   update changelog
      adds  69d831f   Imported Upstream version 0.54
       new  c8a8667   Merge tag 'upstream/0.54'
       new  3b5014c   Import Upstream version 0.54
       new  f978223   Update years of upstream copyright
       new  d2b3b2d   Delete copyright paragraph for inc/* (dropped upstream)
       new  cf2ac80   Update stand-alone license paragraphs to commonly used version (not limiting Debian to GNU/Linux, directly linking to GPL-1)
       new  e26973f   Bump dh compatibility to level 8 (no changes necessary)
       new  d222d92   wrap-and-sort (build-)dependencies
       new  fb0c316   Declare compliance with Debian Policy 3.9.5
       new  f7d4608   Refresh and forward patches, drop combined_pod_fixes.patch and half_code_pod_errors.patch (applied upstream). Closes: #593932
       new  063262f   New duplicate_name_section.patch
       new  882a93d   Add myself to uploaders and copyright
       new  bc4d9d8   prepare changelog for release

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                                     |   8 +-
 LICENSE                                     | 379 +++++++++++++++
 MANIFEST                                    |  25 +-
 META.yml                                    |  25 +-
 Makefile.PL                                 |  75 ++-
 README                                      |  45 +-
 README => README.md                         |   0
 debian/changelog                            |  20 +-
 debian/compat                               |   2 +-
 debian/control                              |  20 +-
 debian/copyright                            |  19 +-
 debian/patches/combined_pod_fixes.patch     | 107 -----
 debian/patches/duplicate_name_section.patch |  35 ++
 debian/patches/file_consumer_encoding.patch |   6 +-
 debian/patches/half_code_pod_errors.patch   |  28 --
 debian/patches/quote_xml_version.patch      |   4 +-
 debian/patches/series                       |   3 +-
 dist.ini                                    |  25 +
 inc/Module/Install.pm                       | 470 ------------------
 inc/Module/Install/AutoManifest.pm          |  45 --
 inc/Module/Install/Base.pm                  |  83 ----
 inc/Module/Install/Can.pm                   |  81 ----
 inc/Module/Install/Fetch.pm                 |  93 ----
 inc/Module/Install/Makefile.pm              | 415 ----------------
 inc/Module/Install/Metadata.pm              | 715 ----------------------------
 inc/Module/Install/Repository.pm            |  88 ----
 inc/Module/Install/Win32.pm                 |  64 ---
 inc/Module/Install/WriteAll.pm              |  63 ---
 lib/XML/SAX/Writer.pm                       | 108 +++--
 lib/XML/SAX/Writer/XML.pm                   |  45 +-
 t/00-compile.t                              |  51 ++
 test_file1                                  |   1 -
 test_file2                                  |   1 -
 test_file_for_output                        |   0
 34 files changed, 733 insertions(+), 2416 deletions(-)
 create mode 100644 LICENSE
 mode change 100755 => 100644 MANIFEST
 mode change 100755 => 100644 Makefile.PL
 mode change 100755 => 100644 README
 copy README => README.md (100%)
 delete mode 100644 debian/patches/combined_pod_fixes.patch
 create mode 100644 debian/patches/duplicate_name_section.patch
 delete mode 100644 debian/patches/half_code_pod_errors.patch
 create mode 100644 dist.ini
 delete mode 100644 inc/Module/Install.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/Makefile.pm
 delete mode 100644 inc/Module/Install/Metadata.pm
 delete mode 100644 inc/Module/Install/Repository.pm
 delete mode 100644 inc/Module/Install/Win32.pm
 delete mode 100644 inc/Module/Install/WriteAll.pm
 mode change 100644 => 100755 lib/XML/SAX/Writer.pm
 create mode 100644 t/00-compile.t
 delete mode 100644 test_file1
 delete mode 100644 test_file2
 delete mode 100644 test_file_for_output

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



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