[libapp-nopaste-perl] branch master updated (2066eca -> 3e1fe7b)

Salvatore Bonaccorso carnil at debian.org
Fri May 20 04:22:04 UTC 2016


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

carnil pushed a change to branch master
in repository libapp-nopaste-perl.

      from  2066eca   update changelog
      adds  e9c0c95   Import original source of App-Nopaste 1.004
      adds  f677519   Revert "Import original source of App-Nopaste 1.004"
      adds  11de5d1   increment $VERSION after release
      adds  cde6dcb   do not forget about RT tickets
      adds  4113e50   whitespace around $VERSION declarations
      adds  9c8cde7   remove modifier that is no longer used
      adds  948f7cb   add x_deprecated to "provides" metadata for Codepeek service
      adds  c908b40   use a more specific link
      adds  b25f364   hardcode the distribution name in Changes, to reduce churn on each release
      adds  c820f55   switch to my podweaver plugin bundle
      adds  f307c39   document why we cannot use MBT
      adds  97e374f   this distribution is ineligible for static install
      adds  b99ce5f   need nc 0.19 to get the version that uses non-deprecated Package::Stash interfaces
      adds  c8b8e92   add some keywords to metadata
      adds  acfc6e7   fix Test::More prereq for done_testing
      adds  4f56c54   strike off completed todo item
      adds  7756a17   also parse ~/.github for Gist credentials
      adds  a7977e7   juse use Path::Tiny for basename
      adds  fba65f8   configure travis
      adds  c34ff7b   Added unit tests for App::Nopaste::Command, App::Nopaste::Service and for many of the service plugins
      adds  998d57b   Merge branch 'pr/12'
      adds  46505dd   Changes note for PR#12
      adds  b346ed0   App-Nopaste-1.005
      adds  4bcdaf7   Imported Upstream version 1.005
       new  cd30cae   Merge tag 'upstream/1.005'
       new  cbf0849   Update debian/changelog
       new  84c5caa   Add libtest-fatal-perl to Build-Depends-Indep
       new  6ee2331   Add libtest-trap-perl to Build-Depends-Indep
       new  89203de   Bump Debhelper compat level to 9
       new  699a63a   Update copyright years for debian/* packaging files
       new  2507373   Declare compliance with Debian policy 3.9.8
       new  1c49e61   Add libpath-tiny-perl to Build-Depends-Indep
       new  3e1fe7b   Prepare changelog for release

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:
 CONTRIBUTING                           |   8 +-
 Changes                                |   5 +
 MANIFEST                               |  19 +-
 META.json                              | 677 ++++++++++++++++++++-------------
 META.yml                               | 544 +++++++++++++++-----------
 Makefile.PL                            |  78 +++-
 README                                 |   4 +-
 debian/changelog                       |  11 +-
 debian/compat                          |   2 +-
 debian/control                         |   7 +-
 debian/copyright                       |   2 +-
 dist.ini                               |  11 +-
 lib/App/Nopaste.pm                     |  42 +-
 lib/App/Nopaste/Command.pm             |  13 +-
 lib/App/Nopaste/Service.pm             |  11 +-
 lib/App/Nopaste/Service/Codepeek.pm    |  11 +-
 lib/App/Nopaste/Service/Debian.pm      |  11 +-
 lib/App/Nopaste/Service/Gist.pm        |  37 +-
 lib/App/Nopaste/Service/Mojopaste.pm   |  11 +-
 lib/App/Nopaste/Service/PastebinCom.pm |  13 +-
 lib/App/Nopaste/Service/Pastie.pm      |  11 +-
 lib/App/Nopaste/Service/Shadowcat.pm   |  11 +-
 lib/App/Nopaste/Service/Snitch.pm      |  11 +-
 lib/App/Nopaste/Service/Ubuntu.pm      |  11 +-
 lib/App/Nopaste/Service/ssh.pm         |  13 +-
 script/nopaste                         |   7 +-
 t/00-report-prereqs.dd                 |  64 ++--
 t/00-report-prereqs.t                  |   6 +-
 t/001-subclass_cmd.t                   |   2 +-
 t/002-encoding.t                       |   2 +-
 t/003-command.t                        |  34 ++
 t/004-02-debian.t                      |   9 +
 t/004-03-gist.t                        |  40 ++
 t/004-04-mojopaste.t                   |   9 +
 t/004-06-pastie.t                      |   9 +
 t/004-07-shadowcat.t                   |   9 +
 t/004-08-snitch.t                      |   9 +
 t/004-10-ubuntu.t                      |   9 +
 t/004-service.t                        |  26 ++
 weaver.ini                             |   5 -
 xt/author/00-compile.t                 |  14 +-
 xt/author/eol.t                        |  25 +-
 xt/{release => author}/kwalitee.t      |   2 +-
 xt/author/mojibake.t                   |   9 +
 xt/author/no-tabs.t                    |  18 +-
 xt/author/pod-spell.t                  |  11 +-
 xt/{release => author}/pod-syntax.t    |   1 +
 xt/release/changes_has_content.t       |   2 +-
 xt/release/distmeta.t                  |   6 -
 xt/release/mojibake.t                  |  12 -
 50 files changed, 1270 insertions(+), 644 deletions(-)
 create mode 100644 t/003-command.t
 create mode 100644 t/004-02-debian.t
 create mode 100644 t/004-03-gist.t
 create mode 100644 t/004-04-mojopaste.t
 create mode 100644 t/004-06-pastie.t
 create mode 100644 t/004-07-shadowcat.t
 create mode 100644 t/004-08-snitch.t
 create mode 100644 t/004-10-ubuntu.t
 create mode 100644 t/004-service.t
 delete mode 100644 weaver.ini
 rename xt/{release => author}/kwalitee.t (95%)
 create mode 100644 xt/author/mojibake.t
 rename xt/{release => author}/pod-syntax.t (84%)
 delete mode 100644 xt/release/distmeta.t
 delete mode 100644 xt/release/mojibake.t

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



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