[libgit-repository-perl] branch master updated (1af3981 -> 409c00a)

Salvatore Bonaccorso carnil at debian.org
Fri Apr 29 14:52:07 UTC 2016


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

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

      from  1af3981   releasing package libgit-repository-perl version 1.317-1
      adds  89c9735   Add the RT number for the fixed bug
      adds  2a3ac14   The --quiet option silences all output
      adds  25fd462   META: fix GitHub URL: s/http/https/
      adds  a64c6d4   Fix libgit2 URL
      adds  6250d97   Add a --test option
      adds  061db65   Use a temporary directory as destination under --test
      adds  6359ba0   Extend version support to all existing version
      adds  4db9b32   Remove _abs_path from the Git::Repository namespace
      adds  3336eb4   Isolate the version-computing code from Git::Repository
      adds  679f0b5   Rewrite all the version_... methods using Git::Repository::Util
      adds  79d0c89   Simplify the code for comparing Git versions
      adds  6c2fdad   Add support for development versions before Git 1.4
      adds  f42ec43   build-git: perform alias replacement
      adds  a1d4955   Die when a invalid version number is fed to us
      adds  599d5f8   Give some details about the actual comparison
      adds  e4fc2e4   Document that `git --version` appeared in Git 0.99.7
      adds  09b7bba   Merge branch 'version-compare'
      adds  6f241cb   Replace Git::Repository::Util with Git::Version::Compare
      adds  2787a57   Generate all the version_<op> methods, since they all have the same code
      adds  59ceb46   Add an AUTHOR section to the documentation
      adds  216ca09   Replace t/00-load.t by the Test::Compile dzil plugin
      adds  dbb9d4c   Properly deal with versions that are references in the version_* methods
      adds  0ce6f7e   Require Git::Version::Compare 1.001, which works with all git versions
      adds  80cf628   Updated release header lines to follow CPAN::Changes::Spec
      adds  6a25613   Also find the git-collection dir when running under dzil test
      adds  a80ffe8   Changes for version 1.318
      adds  acd9765   Imported Upstream version 1.318
       new  75c5eb1   Merge tag 'upstream/1.318'
       new  409c00a   Update debian/changelog

The 2 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                         | 107 +++++++++++++++++--------------
 MANIFEST                        |   4 +-
 META.json                       |  12 ++--
 META.yml                        |  10 ++-
 Makefile.PL                     |  13 +++-
 debian/changelog                |   6 ++
 dist.ini                        |   8 ++-
 eg/build-git                    |  46 +++++++++++--
 lib/Git/Repository.pm           | 139 +++++++++-------------------------------
 lib/Git/Repository/Command.pm   |   6 +-
 lib/Git/Repository/Plugin.pm    |   6 +-
 lib/Git/Repository/Tutorial.pod |   4 ++
 lib/Git/Repository/Util.pm      |  57 ----------------
 lib/Test/Git.pm                 |   8 ++-
 t/00-compile.t                  |  57 ++++++++++++++++
 t/00-load.t                     |  18 ------
 t/00-report-prereqs.dd          |   6 +-
 t/06-version.t                  |  14 ++++
 t/50-util.t                     |  23 -------
 t/test-all-git.t                |  13 ++--
 20 files changed, 273 insertions(+), 284 deletions(-)
 delete mode 100644 lib/Git/Repository/Util.pm
 create mode 100644 t/00-compile.t
 delete mode 100644 t/00-load.t
 delete mode 100644 t/50-util.t

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



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