[libperl6-say-perl] branch master updated (83b06c9 -> 84fa636)

gregor herrmann gregoa at debian.org
Sat Aug 15 19:05:47 UTC 2015


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

gregoa pushed a change to branch master
in repository libperl6-say-perl.

      from  83b06c9   [packagecheck] fixed Vcs-(Git|Browser)/Homepage field(s) in debian/control and/or URL in debian/watch and/or rmdir /usr/{lib|share}/perl5 in debian/rules.
       new  d77fb82   Reformat debian/control with cme
       new  4996c0f   Mark package as autopkgtest-able.
       new  afb3309   Declare compliance with Debian Policy 3.9.6.
       new  0df6e2c   Switch to source format "3.0 (quilt)".
       new  0baed65   Bump debhelper compatibility level to 9.
       new  c0d7ac7   Add /me to Uploaders.
       new  0b9f441   remove boilerplate comments from debian/watch
       new  024ec61   Use dh(1) in debian/rules.
       new  463143d   debian/copyright: switch formatting to Copyright-Format 1.0.
       new  7110891   Improve short/long description.
      adds  0fcd758   Imported Upstream version 0.16
       new  c92c8af   Merge tag 'upstream/0.16'
       new  01cd834   Update debian/changelog
       new  40d05e6   Add build dependency on libmodule-build-perl.
       new  58a0e6c   update upstream-contact
       new  84fa636   releasing package libperl6-say-perl version 0.16-1

The 15 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:
 510/01-feature.pl                 |  21 --
 510/02-bundle.pl                  |  13 --
 510/03-implicit.pl                |  13 --
 Build.PL                          |  26 +++
 Changes                           | 116 +++++-----
 MANIFEST                          |  39 ++--
 MANIFEST.SKIP                     |  67 +++---
 META.yml                          |  41 ++--
 Makefile.PL                       |  33 +--
 README                            |  95 ++++----
 debian/changelog                  |  20 +-
 debian/compat                     |   2 +-
 debian/control                    |  26 ++-
 debian/copyright                  |  38 +++-
 debian/rules                      |  83 +------
 debian/source/format              |   1 +
 debian/tests/pkg-perl/module-name |   1 +
 debian/watch                      |   1 -
 lib/Perl6/Say.pm                  | 417 ++++++++++++++++++-----------------
 t/01_stdout-mod.t                 |  63 ++++++
 t/01_stdout.t                     | 225 ++++++++-----------
 t/02_file.t                       | 392 ++++++++++++++++-----------------
 t/03_list.t                       | 183 ++++++++--------
 t/04_file_list.t                  | 394 ++++++++++++++++-----------------
 t/05_scalar_ref.t                 | 450 +++++++++++++++++++-------------------
 t/06_io.t                         | 308 +++++++++++++-------------
 t/07_select.t                     | 326 +++++++++++++--------------
 t/08_iohandle_say.t               | 232 ++++++++++----------
 t/09_ors.t                        |  84 +++----
 t/lib/Perl6/Say/Auxiliary.pm      | 168 +++++++-------
 30 files changed, 1928 insertions(+), 1950 deletions(-)
 delete mode 100644 510/01-feature.pl
 delete mode 100644 510/02-bundle.pl
 delete mode 100644 510/03-implicit.pl
 create mode 100644 Build.PL
 mode change 100755 => 100644 Changes
 mode change 100755 => 100644 MANIFEST
 mode change 100755 => 100644 Makefile.PL
 create mode 100644 debian/source/format
 create mode 100644 debian/tests/pkg-perl/module-name
 mode change 100755 => 100644 lib/Perl6/Say.pm
 create mode 100644 t/01_stdout-mod.t
 mode change 100755 => 100644 t/01_stdout.t

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



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