[libfile-sharedir-projectdistdir-perl] branch master updated (dba01c0 -> e8f7aa5)

gregor herrmann gregoa at debian.org
Wed Oct 8 21:27:42 UTC 2014


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

gregoa pushed a change to branch master
in repository libfile-sharedir-projectdistdir-perl.

      from  dba01c0   update changelog
       new  80409b6   Add debian/upstream/metadata
       new  4e53917   Update debian/changelog
      adds  1a9e610   initial commit
      adds  87852de   Basic synopsis etc
      adds  aa26026   initial code, who knows if that even works!
      adds  f941af1   now has working code, passing the develop-time test
      adds  a953e17   Test for how installed things behave
      adds  137a8d1   more scenario tests
      adds  b8498c6   Make critic stop bitching
      adds  34d74bd   tidy
      adds  9ebdbce   Documentation
      adds  9e82d9a   v0.1.0
      adds  bd3ce87   Build results of 9e82d9a (on master)
      adds  6e93244   update changelog
      adds  7496a4f   v0.1.1
      adds  f8b0361   Build results of 7496a4f (on master)
      adds  ade4324   Add projectdir =>
      adds  1aa84e2   Add tests for new feature and verify it works.
      adds  e35aa97   update changelog
      adds  fe9cb3e   critic
      adds  22e4c81   Update Changelog
      adds  7d20a67   v0.2.0
      adds  178e491   Build results of 7d20a67 (on master)
      adds  de9f053   update for toolchain and update changes to reflect toolchain changes
      adds  a8938b6   add support for specifying distname once only
      adds  d0a8e72   fix the logic on the dist_files method
      adds  279f775   add a test set for dist_file(q<foo>)
      adds  f48755c   remover redundant collector
      adds  2db84fb   Tidy, critic
      adds  dd1761c   Normalize changes
      adds  88fe092   v0.3.0
      adds  fb17444   Build results of 88fe092 (on master)
      adds  93c80fa   Move perl dependency back to 5.006
      adds  1392cc3   v0.3.1
      adds  6b0d278   Build results of 1392cc3 (on master)
      adds  e18446e   Fix path ascension bug
      adds  a87a718   Tidy code
      adds  42c77a8   v0.3.2
      adds  7854d6e   Build results of 42c77a8 (on master)
      adds  f2bc77b   Build results of b816f51 (on master)
      adds  d886773   Build results of 02509e4 (on master)
      adds  fbbb32a   Build results of f80bc74 (on master)
      adds  0cbb73f   Build results of 65fd666 (on master)
      adds  939e42e   Build results of 5d23d48 (on master)
      adds  59f13d9   Build results of 1dc4fc4 (on master)
      adds  5ae4273   Build results of 2309965 (on master)
      adds  47778d2   Build results of 6dac038 (on master)
      adds  c053a75   Build results of 7979ca7 (on master)
      adds  01fb907   Build results of 8b323d5 (on master)
      adds  572b821   Build results of 09b0ea4 (on master)
      adds  bacb0d6   Build results of b0ee26e (on master)
      adds  224a7cc   Build results of 86fbc3b (on master)
      adds  e6e45e8   Imported Upstream version 1.000004
       new  89210fa   Merge tag 'upstream/1.000004'
       new  1e5f005   Update debian/changelog
       new  c641d4f   Declare compliance with Debian Policy 3.9.6.
       new  91d45f5   wrap&sort d/control
       new  f87e2f5   Mark package as autopkgtest-able.
       new  e8f7aa5   releasing package libfile-sharedir-projectdistdir-perl version 1.000004-1

The 8 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:
 .travis.yml                                        |  16 +-
 Changes                                            |  37 +++
 MANIFEST                                           |  23 +-
 META.json                                          | 316 +++++++++++----------
 META.yml                                           | 285 ++++++++++---------
 Makefile.PL                                        |  18 +-
 README                                             |   4 +-
 debian/changelog                                   |  13 +-
 debian/control                                     |  34 +--
 debian/upstream/metadata                           |   7 +
 dist.ini                                           |  34 ++-
 dist.ini.meta                                      |   8 +-
 lib/File/ShareDir/ProjectDistDir.pm                | 220 +-------------
 maint-travis-ci/.gitrepo                           |  11 -
 maint-travis-ci/.perltidyrc                        |   2 -
 maint-travis-ci/README.mkdn                        |  53 ----
 maint-travis-ci/before_script.pl                   |  31 --
 maint-travis-ci/branch_reset.pl                    |  51 ----
 maint-travis-ci/create_github_repo.pl              |  38 ---
 maint-travis-ci/install_deps.pl                    |  88 ------
 maint-travis-ci/install_deps_early.pl              |  47 ---
 maint-travis-ci/lib/tools.pm                       | 204 -------------
 maint-travis-ci/merge_travis_yml.pl                |  31 --
 maint-travis-ci/report_fail_ctx.pl                 |  13 -
 maint-travis-ci/script.pl                          |  36 ---
 maint-travis-ci/sterilize_env.pl                   |  23 --
 maint-travis-ci/sync_tree.pl                       |  81 ------
 maint-travis-ci/travis_enable.pl                   |  88 ------
 maint-travis-ci/yamls/sterile.mkdn                 |  54 ----
 maint-travis-ci/yamls/sterile.yaml                 |  42 ---
 maint-travis-ci/yamls/sterile2.yaml                |  52 ----
 maint/perlcritic.rc.gen.pl                         |  11 +-
 misc/Changes.deps                                  |  18 +-
 misc/Changes.deps.all                              |  46 ++-
 misc/Changes.deps.dev                              |  29 +-
 misc/Changes.deps.opt                              |  13 +-
 perlcritic.deps => misc/perlcritic.deps            |   0
 t/00-compile/lib_File_ShareDir_ProjectDistDir_pm.t |   2 +-
 t/{00-report-prereqs.t => 00-report-prereqs.dd}    | 162 +----------
 t/00-report-prereqs.t                              | 301 ++++++++------------
 t/lib/FakeFS.pm                                    |   1 -
 xt/release/kwalitee.t                              |   9 +-
 42 files changed, 704 insertions(+), 1848 deletions(-)
 create mode 100644 debian/upstream/metadata
 delete mode 100644 maint-travis-ci/.gitrepo
 delete mode 100644 maint-travis-ci/.perltidyrc
 delete mode 100644 maint-travis-ci/README.mkdn
 delete mode 100644 maint-travis-ci/before_script.pl
 delete mode 100644 maint-travis-ci/branch_reset.pl
 delete mode 100755 maint-travis-ci/create_github_repo.pl
 delete mode 100644 maint-travis-ci/install_deps.pl
 delete mode 100644 maint-travis-ci/install_deps_early.pl
 delete mode 100644 maint-travis-ci/lib/tools.pm
 delete mode 100644 maint-travis-ci/merge_travis_yml.pl
 delete mode 100644 maint-travis-ci/report_fail_ctx.pl
 delete mode 100644 maint-travis-ci/script.pl
 delete mode 100644 maint-travis-ci/sterilize_env.pl
 delete mode 100755 maint-travis-ci/sync_tree.pl
 delete mode 100755 maint-travis-ci/travis_enable.pl
 delete mode 100644 maint-travis-ci/yamls/sterile.mkdn
 delete mode 100644 maint-travis-ci/yamls/sterile.yaml
 delete mode 100644 maint-travis-ci/yamls/sterile2.yaml
 rename perlcritic.deps => misc/perlcritic.deps (100%)
 copy t/{00-report-prereqs.t => 00-report-prereqs.dd} (55%)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libfile-sharedir-projectdistdir-perl.git



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