[pdl] branch master updated (e65a439 -> 440a7d5)

Bas Couwenberg sebastic at debian.org
Sun Jun 12 21:29:10 UTC 2016


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

sebastic pushed a change to branch master
in repository pdl.

      from  e65a439   DEP5
       new  3e4a64d   Update watch file to use metacpan.org.
       new  580b7d7   Add gbp.conf to use pristine-tar by default.
       new  03b4c9a   Change Maintainer from Debian Science Team to Debian Perl Group,
       new  c858442   Update Vcs-* URLs for pkg-perl git repository.
      adds  5f6bac7   Imported Upstream version 2.016
       new  fb06851   Merge tag 'upstream/2.016'
       new  c6eea44   Imported new upstream release (2.016).
       new  c41b867   Update copyright file.
       new  52fc075   Fix license for "same terms as Perl itself": Artistic or GPL-1+
       new  b127720   Update copyright file for PDL 2.016.
       new  0e5817f   Reorder (build) dependencies.
       new  55a3e13   Drop Release_Notes from pdl.docs, removed upstream.
       new  70cb825   Separate lintian overrides with newlines.
       new  d6b3edf   Align paths in install files.
       new  252b503   Add upstream metadata.
       new  e5cf331   Disable patches.
       new  1f9f4da   Add libdevel-checklib-perl to build dependencies.
       new  7900204   Use minimal dh rules.
       new  26f1497   Update perldl.conf for PDL 2.016.
       new  dce9fec   Add libinline-c-perl to (build) dependencies.
       new  df70381   Ignore test failures to not fail the entire build.
       new  f3e28d1   Add patch to fix doc_vendor_install target by supporting DESTDIR.
       new  49af60e   Regenerate control files from templates in separate target.
       new  5727773   Regenerate control files from templates.
       new  af5a25c   Disable parallel dh_auto_install, race condition between make targets.
       new  440a7d5   Override dh_install to use --list-missing.

The 25 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/Bad/bad.pd                        |   1 +
 Basic/Core/Core.pm                      |  13 +-
 Basic/Gen/PP.pm                         |   8 +-
 Basic/PDL.pm                            |   2 +-
 Basic/Primitive/primitive.pd            | 374 ++++++++++++++++----------------
 Basic/Ufunc/ufunc.pd                    | 136 ++++++++++++
 Changes                                 | 111 ++++++++++
 DEVELOPMENT                             |  35 +++
 Example/Fit/lmfit_example.pl            | 174 +++++++--------
 GENERATED/PDL/GSL/RNG.pm                |   2 +
 GENERATED/PDL/GSLSF/ELLINT.pm           |   2 +-
 GENERATED/PDL/GSLSF/LEGENDRE.pm         |  28 ++-
 GENERATED/PDL/Image2D.pm                |   2 +-
 GENERATED/PDL/Primitive.pm              | 174 +++++++--------
 GENERATED/PDL/Transform.pm              |  23 +-
 GENERATED/PDL/Ufunc.pm                  | 298 ++++++++++++++++++-------
 IO/FITS/FITS.pm                         |  11 +-
 IO/FlexRaw/FlexRaw.pm                   |   2 +-
 Known_problems                          |   8 +-
 Lib/Fit/LM.pm                           |  48 ++--
 Lib/GSL/RNG/gsl_random.pd               |   5 +-
 Lib/GSL/SF/ellint/gsl_sf_ellint.pd      |  44 +++-
 Lib/GSL/SF/legendre/gsl_sf_legendre.pd  | 156 ++++++++++++-
 Lib/Image2D/image2d.pd                  |   2 +-
 Lib/Transform/transform.pd              | 132 ++++++-----
 MANIFEST                                |   1 +
 META.json                               |   2 +-
 META.yml                                |   2 +-
 debian/changelog                        |  35 ++-
 debian/control                          |  66 +++---
 debian/copyright                        | 263 ++++++++++++++++------
 debian/gbp.conf                         |  16 ++
 debian/patches/doc_dirlist.patch        |   2 +-
 debian/patches/doc_vendor_install.patch |  35 +++
 debian/patches/series                   |  22 +-
 debian/pdl.docs                         |   1 -
 debian/pdl.install                      |   6 +-
 debian/pdl.install.in                   |   4 +-
 debian/pdl.links                        |   6 +-
 debian/pdl.links.in                     |   6 +-
 debian/pdl.lintian-overrides            |   9 +-
 debian/pdl.lintian-overrides.in         |   3 +
 debian/pdl.postinst                     |   8 +-
 debian/pdl.triggers                     |   3 +-
 debian/perldl.conf                      |  32 +--
 debian/rules                            | 137 +++---------
 debian/upstream/metadata                |   7 +
 debian/watch                            |   2 +-
 t/core.t                                |  21 +-
 t/gsl_rng.t                             |   5 +-
 t/gsl_sf.t                              |  60 ++++-
 t/image2d.t                             |   6 +-
 t/lm.t                                  | 118 ++++++++++
 t/primitive.t                           |  10 +-
 54 files changed, 1820 insertions(+), 859 deletions(-)
 create mode 100644 debian/gbp.conf
 create mode 100644 debian/patches/doc_vendor_install.patch
 create mode 100644 debian/upstream/metadata
 create mode 100644 t/lm.t

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



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