[libxml-atom-simplefeed-perl] branch master updated (80f554f -> ee1fac8)

Lucas Kanashiro kanashiro-guest at moszumanska.debian.org
Tue Sep 8 19:02:56 UTC 2015


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

kanashiro-guest pushed a change to branch master
in repository libxml-atom-simplefeed-perl.

      from  80f554f   releasing package libxml-atom-simplefeed-perl version 0.86-2 to unstable
       new  f3eef6e   Add debian/upstream/metadata
       new  1a7c3d2   Update debian/changelog
      adds  8a34849   Imported Upstream version 0.862
       new  ff0a77d   Merge tag 'upstream/0.862'
       new  0a9ce63   Update debian/changelog
       new  1ed1e84   Bump debhelper compatibility level to 9
       new  5aa5f98   Update year of upstream copyright and fix GPL license path
       new  af0a1d8   Remove build dependency on libmodule-build-perl
       new  108efba   Add debian/libxml-atom-simplefeed-perl.examples
       new  c15fe23   Remove x.pl and t.pl during installation (these are examples)
       new  344a5cd   Update upstream metadata
       new  ee1fac8   Releasing libxml-atom-simplefeed-perl version 0.862-1

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:
 Build.PL                                    |  15 --
 Changes                                     | 403 +++++++++-------------------
 LICENSE                                     | 379 ++++++++++++++++++++++++++
 MANIFEST                                    |  18 +-
 META.json                                   |  53 ++++
 META.yml                                    |  36 ++-
 Makefile.PL                                 |  74 ++++-
 README                                      |  36 ++-
 debian/changelog                            |  13 +
 debian/compat                               |   2 +-
 debian/control                              |   3 +-
 debian/copyright                            |   5 +-
 debian/libxml-atom-simplefeed-perl.examples |   2 +
 debian/rules                                |   8 +
 debian/upstream/metadata                    |   6 +
 dist.ini                                    |  24 ++
 lib/XML/Atom/SimpleFeed.pm                  | 305 ++++++++++++---------
 t.pl                                        |  49 ++++
 t/00-compile.t                              |  73 +++++
 t/00.load.t                                 |   4 -
 t/10.bugs.t                                 |  10 -
 t/bugs.t                                    |  20 ++
 t/cpants.t                                  |   3 -
 t/{01.xml_writer.t => xml_writer.t}         |  29 +-
 x.pl                                        |  28 ++
 25 files changed, 1108 insertions(+), 490 deletions(-)
 delete mode 100644 Build.PL
 create mode 100644 LICENSE
 create mode 100644 META.json
 create mode 100644 debian/libxml-atom-simplefeed-perl.examples
 create mode 100644 debian/upstream/metadata
 create mode 100644 dist.ini
 create mode 100644 t.pl
 create mode 100644 t/00-compile.t
 delete mode 100644 t/00.load.t
 delete mode 100644 t/10.bugs.t
 create mode 100644 t/bugs.t
 delete mode 100644 t/cpants.t
 rename t/{01.xml_writer.t => xml_writer.t} (50%)
 create mode 100644 x.pl

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



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