[libmath-planepath-perl] branch master updated (2b85298 -> 1fe2553)

gregor herrmann gregoa at debian.org
Sun Jul 5 17:02:04 UTC 2015


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

gregoa pushed a change to branch master
in repository libmath-planepath-perl.

      from  2b85298   releasing package libmath-planepath-perl version 117-1
       new  bce876c   Imported Upstream version 119
       new  673cc30   New upstream release.
       new  bf22a83   Update section name in debian/gbp.conf.
       new  52ae978   Update years of upstream copyright.
       new  fb5a095   Mark package as autopkgtest-able.
      adds  c4439f0   Imported Upstream version 119
       new  b8011aa   Merge tag 'upstream/119'
       new  1fe2553   releasing package libmath-planepath-perl version 119-1

The 7 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                                            |  10 +-
 MANIFEST                                           |   2 +
 META.json                                          |  33 +-
 META.yml                                           |  15 +-
 Makefile.PL                                        |  60 +--
 SIGNATURE                                          | 556 +++++++++++----------
 debian/changelog                                   |  10 +
 debian/control                                     |   1 +
 debian/copyright                                   |   2 +-
 debian/gbp.conf                                    |   2 +-
 debian/tests/pkg-perl/skip-syntax                  |   3 +
 devel/alternate-paper.pl                           |  35 +-
 devel/beta-omega.pl                                |  17 +-
 devel/bigint-lite.pl                               |  35 +-
 devel/c-curve-wx24.pl                              |   2 +
 devel/complex-minus.pl                             |  63 ++-
 devel/dekking-curve.pl                             | 192 +++++++
 devel/dragon.pl                                    | 535 +++++---------------
 devel/flowsnake.pl                                 |  22 +-
 devel/gray.pl                                      |   9 +-
 devel/lib/Math/PlanePath/BalancedArray.pm          |   4 +-
 devel/lib/Math/PlanePath/BinaryTerms.pm            |   4 +-
 devel/lib/Math/PlanePath/FibonacciWordKnott.pm     |   4 +-
 devel/lib/Math/PlanePath/FourReplicate.pm          |   4 +-
 devel/lib/Math/PlanePath/Godfrey.pm                |   4 +-
 devel/lib/Math/PlanePath/MooreSpiral.pm            |   6 +-
 devel/lib/Math/PlanePath/NxN.pm                    |   4 +-
 devel/lib/Math/PlanePath/NxNinv.pm                 |   4 +-
 devel/lib/Math/PlanePath/NxNvar.pm                 |   4 +-
 devel/lib/Math/PlanePath/ParabolicRows.pm          |   4 +-
 devel/lib/Math/PlanePath/ParabolicRuns.pm          |   4 +-
 devel/lib/Math/PlanePath/PeanoHalf.pm              |   6 +-
 devel/lib/Math/PlanePath/PeanoRounded.pm           |   6 +-
 devel/lib/Math/PlanePath/PeanoVertices.pm          |   4 +-
 devel/lib/Math/PlanePath/PowerRows.pm              |   4 +-
 devel/lib/Math/PlanePath/PyramidReplicate.pm       |   6 +-
 devel/lib/Math/PlanePath/QuintetSide.pm            |   6 +-
 devel/lib/Math/PlanePath/R7DragonCurve.pm          |   4 +-
 devel/lib/Math/PlanePath/SumFractions.pm           |   4 +-
 devel/lib/Math/PlanePath/WythoffDifference.pm      |   4 +-
 devel/lib/Math/PlanePath/WythoffLines.pm           |   6 +-
 devel/lib/Math/PlanePath/WythoffTriangle.pm        |   4 +-
 devel/lib/Math/PlanePath/Z2DragonCurve.pm          |   4 +-
 devel/lib/Math/PlanePath/ZeckendorfTerms.pm        |  10 +-
 devel/lib/Math/SquareRadical.pm                    |   4 +-
 devel/r5-dragon.pl                                 |  77 ++-
 devel/run.pl                                       |  14 +-
 devel/sierpinski-triangle.pl                       |  48 +-
 examples/numbers.pl                                |   5 +-
 lib/Math/NumSeq/OEIS/Catalogue/Plugin/PlanePath.pm |   2 +-
 lib/Math/NumSeq/PlanePathCoord.pm                  |   4 +-
 lib/Math/NumSeq/PlanePathDelta.pm                  |  19 +-
 lib/Math/NumSeq/PlanePathN.pm                      |  28 +-
 lib/Math/NumSeq/PlanePathTurn.pm                   |   6 +-
 lib/Math/PlanePath.pm                              |  86 +++-
 lib/Math/PlanePath/AR2W2Curve.pm                   |  17 +-
 lib/Math/PlanePath/AlternatePaper.pm               |   6 +-
 lib/Math/PlanePath/AlternatePaperMidpoint.pm       |   6 +-
 lib/Math/PlanePath/AnvilSpiral.pm                  |   6 +-
 lib/Math/PlanePath/ArchimedeanChords.pm            |   6 +-
 lib/Math/PlanePath/AztecDiamondRings.pm            |   6 +-
 lib/Math/PlanePath/Base/Digits.pm                  |  82 ++-
 lib/Math/PlanePath/Base/Generic.pm                 |   6 +-
 lib/Math/PlanePath/Base/NSEW.pm                    |   6 +-
 lib/Math/PlanePath/BetaOmega.pm                    |  35 +-
 lib/Math/PlanePath/CCurve.pm                       |  21 +-
 lib/Math/PlanePath/CellularRule.pm                 |  14 +-
 lib/Math/PlanePath/CellularRule190.pm              |   6 +-
 lib/Math/PlanePath/CellularRule54.pm               |   6 +-
 lib/Math/PlanePath/CellularRule57.pm               |   6 +-
 lib/Math/PlanePath/CfracDigits.pm                  |   6 +-
 lib/Math/PlanePath/ChanTree.pm                     |   6 +-
 lib/Math/PlanePath/CincoCurve.pm                   |  80 ++-
 lib/Math/PlanePath/Columns.pm                      |   6 +-
 lib/Math/PlanePath/ComplexMinus.pm                 |  13 +-
 lib/Math/PlanePath/ComplexPlus.pm                  |  11 +-
 lib/Math/PlanePath/ComplexRevolving.pm             |  11 +-
 lib/Math/PlanePath/CoprimeColumns.pm               |   6 +-
 lib/Math/PlanePath/Corner.pm                       |   6 +-
 lib/Math/PlanePath/CornerReplicate.pm              |  10 +-
 lib/Math/PlanePath/CretanLabyrinth.pm              |   6 +-
 lib/Math/PlanePath/CubicBase.pm                    |   6 +-
 lib/Math/PlanePath/DekkingCentres.pm               |  13 +-
 lib/Math/PlanePath/DekkingCurve.pm                 | 424 +++++++++++++---
 lib/Math/PlanePath/DiagonalRationals.pm            |   6 +-
 lib/Math/PlanePath/Diagonals.pm                    |   6 +-
 lib/Math/PlanePath/DiagonalsAlternating.pm         |   6 +-
 lib/Math/PlanePath/DiagonalsOctant.pm              |   6 +-
 lib/Math/PlanePath/DiamondArms.pm                  |   6 +-
 lib/Math/PlanePath/DiamondSpiral.pm                |   6 +-
 lib/Math/PlanePath/DigitGroups.pm                  |   6 +-
 lib/Math/PlanePath/DivisibleColumns.pm             |   6 +-
 lib/Math/PlanePath/DragonCurve.pm                  |  29 +-
 lib/Math/PlanePath/DragonMidpoint.pm               |  40 +-
 lib/Math/PlanePath/DragonRounded.pm                |  12 +-
 lib/Math/PlanePath/FactorRationals.pm              |   6 +-
 lib/Math/PlanePath/FibonacciWordFractal.pm         |   6 +-
 lib/Math/PlanePath/File.pm                         |   6 +-
 lib/Math/PlanePath/FilledRings.pm                  |   6 +-
 lib/Math/PlanePath/Flowsnake.pm                    |  51 +-
 lib/Math/PlanePath/FlowsnakeCentres.pm             |  19 +-
 lib/Math/PlanePath/FractionsTree.pm                |   6 +-
 lib/Math/PlanePath/GcdRationals.pm                 |   6 +-
 lib/Math/PlanePath/GosperIslands.pm                |   6 +-
 lib/Math/PlanePath/GosperReplicate.pm              |  12 +-
 lib/Math/PlanePath/GosperSide.pm                   |  23 +-
 lib/Math/PlanePath/GrayCode.pm                     |   6 +-
 lib/Math/PlanePath/GreekKeySpiral.pm               |   6 +-
 lib/Math/PlanePath/HIndexing.pm                    |  11 +-
 lib/Math/PlanePath/HeptSpiralSkewed.pm             |   6 +-
 lib/Math/PlanePath/HexArms.pm                      |   6 +-
 lib/Math/PlanePath/HexSpiral.pm                    |   6 +-
 lib/Math/PlanePath/HexSpiralSkewed.pm              |   6 +-
 lib/Math/PlanePath/HilbertCurve.pm                 |  44 +-
 lib/Math/PlanePath/HilbertSpiral.pm                |   6 +-
 lib/Math/PlanePath/Hypot.pm                        |   6 +-
 lib/Math/PlanePath/HypotOctant.pm                  |   6 +-
 lib/Math/PlanePath/ImaginaryBase.pm                |  10 +-
 lib/Math/PlanePath/ImaginaryHalf.pm                |   7 +-
 lib/Math/PlanePath/KnightSpiral.pm                 |   6 +-
 lib/Math/PlanePath/KochCurve.pm                    |  14 +-
 lib/Math/PlanePath/KochPeaks.pm                    |   6 +-
 lib/Math/PlanePath/KochSnowflakes.pm               |   6 +-
 lib/Math/PlanePath/KochSquareflakes.pm             |   6 +-
 lib/Math/PlanePath/KochelCurve.pm                  |   6 +-
 lib/Math/PlanePath/LTiling.pm                      |  13 +-
 lib/Math/PlanePath/MPeaks.pm                       |   6 +-
 lib/Math/PlanePath/MultipleRings.pm                |   6 +-
 lib/Math/PlanePath/OctagramSpiral.pm               |   6 +-
 lib/Math/PlanePath/PeanoCurve.pm                   |  51 +-
 lib/Math/PlanePath/PentSpiral.pm                   |   6 +-
 lib/Math/PlanePath/PentSpiralSkewed.pm             |   6 +-
 lib/Math/PlanePath/PixelRings.pm                   |   6 +-
 lib/Math/PlanePath/PowerArray.pm                   |   6 +-
 lib/Math/PlanePath/PyramidRows.pm                  |   6 +-
 lib/Math/PlanePath/PyramidSides.pm                 |   6 +-
 lib/Math/PlanePath/PyramidSpiral.pm                |   6 +-
 lib/Math/PlanePath/PythagoreanTree.pm              |   6 +-
 lib/Math/PlanePath/QuadricCurve.pm                 |  20 +-
 lib/Math/PlanePath/QuadricIslands.pm               |  17 +-
 lib/Math/PlanePath/QuintetCentres.pm               |  14 +-
 lib/Math/PlanePath/QuintetCurve.pm                 |  23 +-
 lib/Math/PlanePath/QuintetReplicate.pm             |  11 +-
 lib/Math/PlanePath/R5DragonCurve.pm                |  15 +-
 lib/Math/PlanePath/R5DragonMidpoint.pm             |  20 +-
 lib/Math/PlanePath/RationalsTree.pm                |   4 +-
 lib/Math/PlanePath/Rows.pm                         |   6 +-
 lib/Math/PlanePath/SacksSpiral.pm                  |   6 +-
 lib/Math/PlanePath/SierpinskiArrowhead.pm          |  15 +-
 lib/Math/PlanePath/SierpinskiArrowheadCentres.pm   |  13 +-
 lib/Math/PlanePath/SierpinskiCurve.pm              |  15 +-
 lib/Math/PlanePath/SierpinskiCurveStair.pm         |  13 +-
 lib/Math/PlanePath/SierpinskiTriangle.pm           |   6 +-
 lib/Math/PlanePath/SquareArms.pm                   |   6 +-
 lib/Math/PlanePath/SquareReplicate.pm              |  11 +-
 lib/Math/PlanePath/SquareSpiral.pm                 |   6 +-
 lib/Math/PlanePath/Staircase.pm                    |   6 +-
 lib/Math/PlanePath/StaircaseAlternating.pm         |   6 +-
 lib/Math/PlanePath/TerdragonCurve.pm               |  15 +-
 lib/Math/PlanePath/TerdragonMidpoint.pm            |  15 +-
 lib/Math/PlanePath/TerdragonRounded.pm             |  21 +-
 lib/Math/PlanePath/TheodorusSpiral.pm              |   6 +-
 lib/Math/PlanePath/TriangleSpiral.pm               |   6 +-
 lib/Math/PlanePath/TriangleSpiralSkewed.pm         |   6 +-
 lib/Math/PlanePath/TriangularHypot.pm              |   6 +-
 lib/Math/PlanePath/UlamWarburton.pm                |   9 +-
 lib/Math/PlanePath/UlamWarburtonQuarter.pm         |   6 +-
 lib/Math/PlanePath/VogelFloret.pm                  |   6 +-
 lib/Math/PlanePath/WunderlichMeander.pm            |   6 +-
 lib/Math/PlanePath/WunderlichSerpentine.pm         |  12 +-
 lib/Math/PlanePath/WythoffArray.pm                 |   6 +-
 lib/Math/PlanePath/WythoffPreliminaryTriangle.pm   |   8 +-
 lib/Math/PlanePath/ZOrderCurve.pm                  |  22 +-
 t/AlternatePaper.t                                 |   4 +-
 t/AlternatePaperMidpoint.t                         |   4 +-
 t/AnvilSpiral.t                                    |   4 +-
 t/ArchimedeanChords.t                              |   4 +-
 t/AztecDiamondRings.t                              |   4 +-
 t/Base-Digits.t                                    |  80 ++-
 t/BetaOmeta.t                                      |   4 +-
 t/CCurve.t                                         |   4 +-
 t/CellularRule.t                                   |   4 +-
 t/CellularRule190.t                                |   4 +-
 t/CfracDigits.t                                    |   4 +-
 t/ChanTree.t                                       |   4 +-
 t/CincoCurve.t                                     |   4 +-
 t/Columns.t                                        |   4 +-
 t/ComplexMinus.t                                   |   4 +-
 t/ComplexPlus.t                                    |   4 +-
 t/CoprimeColumns.t                                 |   4 +-
 t/Corner.t                                         |   4 +-
 t/CornerReplicate.t                                |   4 +-
 t/CubicBase.t                                      |   4 +-
 t/DekkingCurve.t                                   |  98 +++-
 t/DiagonalRationals.t                              |   4 +-
 t/Diagonals.t                                      |   4 +-
 t/DiamondArms.t                                    |   4 +-
 t/DiamondSpiral.t                                  |   4 +-
 t/DigitGroups.t                                    |   4 +-
 t/DivisibleColumns.t                               |   4 +-
 t/DragonCurve.t                                    |   4 +-
 t/DragonMidpoint.t                                 |   4 +-
 t/DragonRounded.t                                  |   4 +-
 t/FactorRationals.t                                |   4 +-
 t/FibonacciWordFractal.t                           |   4 +-
 t/File.t                                           |   4 +-
 t/FilledRings.t                                    |   4 +-
 t/Flowsnake.t                                      |   4 +-
 t/FlowsnakeCentres.t                               |   4 +-
 t/GcdRationals.t                                   |   4 +-
 t/GosperIslands.t                                  |   4 +-
 t/GosperSide.t                                     |   4 +-
 t/GrayCode.t                                       |   4 +-
 t/GreekKeySpiral.t                                 |   4 +-
 t/HIndexing.t                                      |   4 +-
 t/HexArms.t                                        |   4 +-
 t/HexSpiral.t                                      |   4 +-
 t/HexSpiralSkewed.t                                |   4 +-
 t/HilbertCurve.t                                   |   4 +-
 t/HilbertSpiral.t                                  |   4 +-
 t/Hypot.t                                          |   4 +-
 t/HypotOctant.t                                    |   4 +-
 t/ImaginaryBase.t                                  |   4 +-
 t/ImaginaryHalf.t                                  |   4 +-
 t/KnightSpiral.t                                   |   4 +-
 t/KochCurve.t                                      |   4 +-
 t/KochPeaks.t                                      |   4 +-
 t/KochSnowflakes.t                                 |   4 +-
 t/KochSquareflakes.t                               |   4 +-
 t/KochelCurve.t                                    |   4 +-
 t/LTiling.t                                        |   4 +-
 t/MultipleRings.t                                  |   4 +-
 t/PeanoCurve.t                                     |   4 +-
 t/PixelRings.t                                     |   4 +-
 t/PyramidRows.t                                    |   4 +-
 t/PythagoreanTree.t                                |   4 +-
 t/QuadricCurve.t                                   |   4 +-
 t/QuadricIslands.t                                 |   4 +-
 t/QuintetCentres.t                                 |   4 +-
 t/QuintetCurve.t                                   |   4 +-
 t/RationalsTree.t                                  |   4 +-
 t/Rows.t                                           |   4 +-
 t/SacksSpiral.t                                    |   4 +-
 t/SierpinskiArrowhead.t                            |   4 +-
 t/SierpinskiArrowheadCentres.t                     |   4 +-
 t/SierpinskiCurve.t                                |   4 +-
 t/SierpinskiCurveStair.t                           |   4 +-
 t/SierpinskiTriangle.t                             |   4 +-
 t/SquareSpiral.t                                   |   4 +-
 t/Staircase.t                                      |   4 +-
 t/StaircaseAlternating.t                           |   4 +-
 t/TerdragonCurve.t                                 |  16 +-
 t/TerdragonMidpoint.t                              |   4 +-
 t/TheodorusSpiral.t                                |   4 +-
 t/TriangularHypot.t                                |   4 +-
 t/UlamWarburton.t                                  |   4 +-
 t/UlamWarburtonQuarter.t                           |   4 +-
 t/VogelFloret.t                                    |   4 +-
 t/WythoffArray.t                                   |   4 +-
 t/ZOrderCurve.t                                    |   4 +-
 t/bigint-lite.t                                    |   4 +-
 t/bigint.t                                         |   4 +-
 t/bigint_common.pm                                 | 252 +++++++---
 tools/gallery.pl                                   |  29 +-
 xt/MyOEIS.pm                                       |  25 +-
 xt/PlanePath-subclasses.t                          | 336 +++++++------
 xt/oeis/CornerReplicate-oeis.t                     |  36 +-
 xt/oeis/DragonCurve-oeis.t                         |  38 +-
 xt/oeis/DragonMidpoint-oeis.t                      |  19 +
 xt/oeis/FractionsTree-oeis.t                       |  80 ++-
 xt/oeis/HilbertCurve-oeis.t                        | 392 ++++++++-------
 xt/oeis/SierpinskiTriangle-oeis.t                  |   6 +-
 xt/slow/AlternatePaper-slow.t                      |  38 +-
 xt/slow/NumSeq-PlanePathCoord.t                    |  11 +-
 xt/slow/R5DragonCurve-slow.t                       |  18 +-
 xt/slow/TerdragonCurve-slow.t                      |  39 +-
 xtools/gp-inline                                   | 307 ++++++++++++
 xtools/my-check-copyright-years.sh                 |  10 +-
 278 files changed, 3597 insertions(+), 2380 deletions(-)
 create mode 100644 debian/tests/pkg-perl/skip-syntax
 create mode 100644 devel/dekking-curve.pl
 create mode 100755 xtools/gp-inline

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



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