[libpdl-stats-perl] branch master updated (10e9dfd -> 0e66880)

gregor herrmann gregoa at debian.org
Sat Nov 21 20:00:40 UTC 2015


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

gregoa pushed a change to branch master
in repository libpdl-stats-perl.

      from  10e9dfd   releasing package libpdl-stats-perl version 0.6.5.1-1
      adds  66495c1   Imported Upstream version 0.73
       new  03a866b   Merge tag 'upstream/0.73'
       new  b9e930c   New upstream release.
       new  9f9b5ef   Refresh no_add_doc.patch (offset).
       new  44e3aac   Make (build) dependency on pdl versioned.
       new  0e66880   update changelog / add WAITS-FOR

The 5 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:
 Basic/Makefile.PL                                 |   37 +-
 Basic/{stats_basic.pp => stats_basic.pd}          |    0
 Changes                                           |  192 +--
 Distr/Makefile.PL                                 |    2 +-
 Distr/{distr.pp => distr.pd}                      |    0
 GENERATED/PDL/GSL/CDF.pm                          | 1329 +++++++++++++++++++++
 GENERATED/PDL/Stats/Basic.pm                      | 1313 ++++++++++++++++++++
 GENERATED/PDL/Stats/Distr.pm                      | 1143 ++++++++++++++++++
 GLM/glm.pp => GENERATED/PDL/Stats/GLM.pm          |  746 +++++-------
 Kmeans/kmeans.pp => GENERATED/PDL/Stats/Kmeans.pm |  390 ++----
 TS/ts.pp => GENERATED/PDL/Stats/TS.pm             |  743 +++++-------
 GLM/Makefile.PL                                   |    2 +-
 GLM/{glm.pp => glm.pd}                            |    8 +-
 Kmeans/Makefile.PL                                |    2 +-
 Kmeans/{kmeans.pp => kmeans.pd}                   |    0
 MANIFEST                                          |   23 +-
 META.json                                         |   29 +-
 META.yml                                          |   20 +-
 Makefile.PL                                       |   32 +-
 README => README.md                               |   44 +-
 Stats.pm                                          |   10 +-
 TS/Makefile.PL                                    |    2 +-
 TS/{ts.pp => ts.pd}                               |    0
 cpanfile                                          |    1 -
 debian/changelog                                  |   10 +
 debian/control                                    |    4 +-
 debian/patches/no_add_doc.patch                   |    8 +-
 t/01-checkmanifest.t                              |   12 +
 t/stats_kmeans.t                                  |   23 +-
 xt/00-check-changelog.t                           |   17 +
 30 files changed, 4809 insertions(+), 1333 deletions(-)
 rename Basic/{stats_basic.pp => stats_basic.pd} (100%)
 rename Distr/{distr.pp => distr.pd} (100%)
 create mode 100644 GENERATED/PDL/GSL/CDF.pm
 create mode 100644 GENERATED/PDL/Stats/Basic.pm
 create mode 100644 GENERATED/PDL/Stats/Distr.pm
 copy GLM/glm.pp => GENERATED/PDL/Stats/GLM.pm (90%)
 mode change 100755 => 100644
 copy Kmeans/kmeans.pp => GENERATED/PDL/Stats/Kmeans.pm (79%)
 copy TS/ts.pp => GENERATED/PDL/Stats/TS.pm (62%)
 rename GLM/{glm.pp => glm.pd} (99%)
 rename Kmeans/{kmeans.pp => kmeans.pd} (100%)
 rename README => README.md (56%)
 rename TS/{ts.pp => ts.pd} (100%)
 delete mode 100644 cpanfile
 create mode 100644 t/01-checkmanifest.t
 create mode 100644 xt/00-check-changelog.t

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



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