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

gregor herrmann gregoa at debian.org
Tue Aug 18 10:44:16 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  1fe2553   releasing package libmath-planepath-perl version 119-1
       new  f3de055   Add debian/upstream/metadata
       new  f977795   Update debian/changelog
       new  1953d9d   Imported Upstream version 120
       new  8bc67ce   Update debian/changelog
       new  13e623c   add bug closer
       new  7e7fd31   Add a new lintian override for spelling-error-in-manpage
       new  143cd62   Bump debhelper compatibility level to 9.
       new  e9d37d7   releasing package libmath-planepath-perl version 120-1
      adds  e91ffc0   Imported Upstream version 120
       new  f39ee68   Merge tag 'upstream/120'

The 9 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                                            |    4 +
 MANIFEST                                           |   11 +-
 META.json                                          |    5 +-
 META.yml                                           |    5 +-
 SIGNATURE                                          |  577 ++++++-----
 debian/changelog                                   |   13 +
 debian/compat                                      |    2 +-
 debian/control                                     |    2 +-
 debian/libmath-planepath-perl.lintian-overrides    |    8 +
 debian/upstream/metadata                           |    4 +
 devel/Makefile                                     |   12 +-
 devel/dekking-curve.pl                             |    2 -
 devel/flowsnake-ascii.gp                           |  469 +++++++++
 devel/flowsnake.pl                                 |  120 ++-
 devel/graph.pl                                     |   76 --
 devel/grep-values.pl                               |  309 +++---
 devel/hilbert.pl                                   |   81 +-
 devel/lib/Math/PlanePath/BalancedArray.pm          |    2 +-
 devel/lib/Math/PlanePath/BinaryTerms.pm            |    2 +-
 devel/lib/Math/PlanePath/FibonacciWordKnott.pm     |    2 +-
 devel/lib/Math/PlanePath/FourReplicate.pm          |    2 +-
 devel/lib/Math/PlanePath/Godfrey.pm                |    2 +-
 devel/lib/Math/PlanePath/MooreSpiral.pm            |    8 +-
 devel/lib/Math/PlanePath/NxN.pm                    |    2 +-
 devel/lib/Math/PlanePath/NxNinv.pm                 |    2 +-
 devel/lib/Math/PlanePath/NxNvar.pm                 |    2 +-
 devel/lib/Math/PlanePath/ParabolicRows.pm          |    2 +-
 devel/lib/Math/PlanePath/ParabolicRuns.pm          |    2 +-
 devel/lib/Math/PlanePath/PeanoHalf.pm              |    2 +-
 devel/lib/Math/PlanePath/PeanoRounded.pm           |    2 +-
 devel/lib/Math/PlanePath/PeanoVertices.pm          |    2 +-
 devel/lib/Math/PlanePath/PowerRows.pm              |    2 +-
 devel/lib/Math/PlanePath/PyramidReplicate.pm       |    2 +-
 devel/lib/Math/PlanePath/QuintetSide.pm            |    2 +-
 devel/lib/Math/PlanePath/R7DragonCurve.pm          |    2 +-
 devel/lib/Math/PlanePath/SumFractions.pm           |    2 +-
 devel/lib/Math/PlanePath/WythoffDifference.pm      |    2 +-
 devel/lib/Math/PlanePath/WythoffLines.pm           |    2 +-
 devel/lib/Math/PlanePath/WythoffTriangle.pm        |    2 +-
 devel/lib/Math/PlanePath/Z2DragonCurve.pm          |    2 +-
 devel/lib/Math/PlanePath/ZeckendorfTerms.pm        |    2 +-
 devel/lib/Math/SquareRadical.pm                    |    2 +-
 devel/numseq.pl                                    |  329 +++---
 devel/run.pl                                       |   17 +-
 devel/sierpinski-triangle.pl                       |  128 ++-
 devel/terdragon.pl                                 |  102 +-
 .../{triangule-spiral.pl => triangular-spiral.pl}  |    5 +-
 examples/numbers.pl                                |    1 +
 examples/other/flowsnake-ascii-small.gp            |   99 ++
 lib/Math/NumSeq/OEIS/Catalogue/Plugin/PlanePath.pm |   14 +-
 lib/Math/NumSeq/PlanePathCoord.pm                  |   21 +-
 lib/Math/NumSeq/PlanePathDelta.pm                  |   46 +-
 lib/Math/NumSeq/PlanePathN.pm                      |   14 +-
 lib/Math/NumSeq/PlanePathTurn.pm                   |  795 +++++---------
 lib/Math/PlanePath.pm                              |   11 +-
 lib/Math/PlanePath/AR2W2Curve.pm                   |    2 +-
 lib/Math/PlanePath/AlternatePaper.pm               |   13 +-
 lib/Math/PlanePath/AlternatePaperMidpoint.pm       |   15 +-
 lib/Math/PlanePath/AnvilSpiral.pm                  |    2 +-
 lib/Math/PlanePath/ArchimedeanChords.pm            |    2 +-
 lib/Math/PlanePath/AztecDiamondRings.pm            |    2 +-
 lib/Math/PlanePath/Base/Digits.pm                  |    3 +-
 lib/Math/PlanePath/Base/Generic.pm                 |    2 +-
 lib/Math/PlanePath/Base/NSEW.pm                    |    2 +-
 lib/Math/PlanePath/BetaOmega.pm                    |    2 +-
 lib/Math/PlanePath/CCurve.pm                       |  497 +--------
 lib/Math/PlanePath/CellularRule.pm                 |   10 +-
 lib/Math/PlanePath/CellularRule190.pm              |    2 +-
 lib/Math/PlanePath/CellularRule54.pm               |    2 +-
 lib/Math/PlanePath/CellularRule57.pm               |    2 +-
 lib/Math/PlanePath/CfracDigits.pm                  |    2 +-
 lib/Math/PlanePath/ChanTree.pm                     |    2 +-
 lib/Math/PlanePath/CincoCurve.pm                   |    2 +-
 lib/Math/PlanePath/Columns.pm                      |    2 +-
 lib/Math/PlanePath/ComplexMinus.pm                 |    2 +-
 lib/Math/PlanePath/ComplexPlus.pm                  |   18 +-
 lib/Math/PlanePath/ComplexRevolving.pm             |    2 +-
 lib/Math/PlanePath/CoprimeColumns.pm               |    2 +-
 lib/Math/PlanePath/Corner.pm                       |    2 +-
 lib/Math/PlanePath/CornerReplicate.pm              |    3 +-
 lib/Math/PlanePath/CretanLabyrinth.pm              |    2 +-
 lib/Math/PlanePath/CubicBase.pm                    |    2 +-
 lib/Math/PlanePath/DekkingCentres.pm               |   17 +-
 lib/Math/PlanePath/DekkingCurve.pm                 |  188 ++--
 lib/Math/PlanePath/DiagonalRationals.pm            |    2 +-
 lib/Math/PlanePath/Diagonals.pm                    |    2 +-
 lib/Math/PlanePath/DiagonalsAlternating.pm         |    2 +-
 lib/Math/PlanePath/DiagonalsOctant.pm              |    2 +-
 lib/Math/PlanePath/DiamondArms.pm                  |    2 +-
 lib/Math/PlanePath/DiamondSpiral.pm                |    2 +-
 lib/Math/PlanePath/DigitGroups.pm                  |    2 +-
 lib/Math/PlanePath/DivisibleColumns.pm             |    2 +-
 lib/Math/PlanePath/DragonCurve.pm                  |    6 +-
 lib/Math/PlanePath/DragonMidpoint.pm               |    2 +-
 lib/Math/PlanePath/DragonRounded.pm                |    2 +-
 lib/Math/PlanePath/FactorRationals.pm              |    2 +-
 lib/Math/PlanePath/FibonacciWordFractal.pm         |    2 +-
 lib/Math/PlanePath/File.pm                         |    2 +-
 lib/Math/PlanePath/FilledRings.pm                  |    2 +-
 lib/Math/PlanePath/Flowsnake.pm                    |   22 +-
 lib/Math/PlanePath/FlowsnakeCentres.pm             |    2 +-
 lib/Math/PlanePath/FractionsTree.pm                |    2 +-
 lib/Math/PlanePath/GcdRationals.pm                 |    2 +-
 lib/Math/PlanePath/GosperIslands.pm                |    6 +-
 lib/Math/PlanePath/GosperReplicate.pm              |    2 +-
 lib/Math/PlanePath/GosperSide.pm                   |    7 +-
 lib/Math/PlanePath/GrayCode.pm                     |    2 +-
 lib/Math/PlanePath/GreekKeySpiral.pm               |    2 +-
 lib/Math/PlanePath/HIndexing.pm                    |    2 +-
 lib/Math/PlanePath/HeptSpiralSkewed.pm             |    2 +-
 lib/Math/PlanePath/HexArms.pm                      |    2 +-
 lib/Math/PlanePath/HexSpiral.pm                    |    2 +-
 lib/Math/PlanePath/HexSpiralSkewed.pm              |    2 +-
 lib/Math/PlanePath/HilbertCurve.pm                 |    8 +-
 lib/Math/PlanePath/HilbertSides.pm                 |  357 +++++++
 lib/Math/PlanePath/HilbertSpiral.pm                |    2 +-
 lib/Math/PlanePath/Hypot.pm                        |    2 +-
 lib/Math/PlanePath/HypotOctant.pm                  |    2 +-
 lib/Math/PlanePath/ImaginaryBase.pm                |    2 +-
 lib/Math/PlanePath/ImaginaryHalf.pm                |    2 +-
 lib/Math/PlanePath/KnightSpiral.pm                 |    2 +-
 lib/Math/PlanePath/KochCurve.pm                    |    2 +-
 lib/Math/PlanePath/KochPeaks.pm                    |    2 +-
 lib/Math/PlanePath/KochSnowflakes.pm               |    7 +-
 lib/Math/PlanePath/KochSquareflakes.pm             |    2 +-
 lib/Math/PlanePath/KochelCurve.pm                  |    2 +-
 lib/Math/PlanePath/LTiling.pm                      |    2 +-
 lib/Math/PlanePath/MPeaks.pm                       |    2 +-
 lib/Math/PlanePath/MultipleRings.pm                |    2 +-
 lib/Math/PlanePath/OctagramSpiral.pm               |    2 +-
 lib/Math/PlanePath/PeanoCurve.pm                   |    2 +-
 lib/Math/PlanePath/PentSpiral.pm                   |    2 +-
 lib/Math/PlanePath/PentSpiralSkewed.pm             |    2 +-
 lib/Math/PlanePath/PixelRings.pm                   |    2 +-
 lib/Math/PlanePath/PowerArray.pm                   |    2 +-
 lib/Math/PlanePath/PyramidRows.pm                  |    2 +-
 lib/Math/PlanePath/PyramidSides.pm                 |    2 +-
 lib/Math/PlanePath/PyramidSpiral.pm                |    2 +-
 lib/Math/PlanePath/PythagoreanTree.pm              |    2 +-
 lib/Math/PlanePath/QuadricCurve.pm                 |    2 +-
 lib/Math/PlanePath/QuadricIslands.pm               |    2 +-
 lib/Math/PlanePath/QuintetCentres.pm               |    2 +-
 lib/Math/PlanePath/QuintetCurve.pm                 |    2 +-
 lib/Math/PlanePath/QuintetReplicate.pm             |    2 +-
 lib/Math/PlanePath/R5DragonCurve.pm                |   13 +-
 lib/Math/PlanePath/R5DragonMidpoint.pm             |    2 +-
 lib/Math/PlanePath/RationalsTree.pm                |    2 +-
 lib/Math/PlanePath/Rows.pm                         |    2 +-
 lib/Math/PlanePath/SacksSpiral.pm                  |    2 +-
 lib/Math/PlanePath/SierpinskiArrowhead.pm          |   32 +-
 lib/Math/PlanePath/SierpinskiArrowheadCentres.pm   |   27 +-
 lib/Math/PlanePath/SierpinskiCurve.pm              |    2 +-
 lib/Math/PlanePath/SierpinskiCurveStair.pm         |    2 +-
 lib/Math/PlanePath/SierpinskiTriangle.pm           |  152 ++-
 lib/Math/PlanePath/SquareArms.pm                   |    2 +-
 lib/Math/PlanePath/SquareReplicate.pm              |    2 +-
 lib/Math/PlanePath/SquareSpiral.pm                 |   36 +-
 lib/Math/PlanePath/Staircase.pm                    |    2 +-
 lib/Math/PlanePath/StaircaseAlternating.pm         |    2 +-
 lib/Math/PlanePath/TerdragonCurve.pm               |   11 +-
 lib/Math/PlanePath/TerdragonMidpoint.pm            |    2 +-
 lib/Math/PlanePath/TerdragonRounded.pm             |    2 +-
 lib/Math/PlanePath/TheodorusSpiral.pm              |    2 +-
 lib/Math/PlanePath/TriangleSpiral.pm               |    6 +-
 lib/Math/PlanePath/TriangleSpiralSkewed.pm         |    5 +-
 lib/Math/PlanePath/TriangularHypot.pm              |    2 +-
 lib/Math/PlanePath/UlamWarburton.pm                |    2 +-
 lib/Math/PlanePath/UlamWarburtonQuarter.pm         |    2 +-
 lib/Math/PlanePath/VogelFloret.pm                  |    2 +-
 lib/Math/PlanePath/WunderlichMeander.pm            |    2 +-
 lib/Math/PlanePath/WunderlichSerpentine.pm         |    2 +-
 lib/Math/PlanePath/WythoffArray.pm                 |    2 +-
 lib/Math/PlanePath/WythoffPreliminaryTriangle.pm   |    2 +-
 lib/Math/PlanePath/ZOrderCurve.pm                  |    2 +-
 t/AlternatePaper.t                                 |    2 +-
 t/AlternatePaperMidpoint.t                         |    2 +-
 t/AnvilSpiral.t                                    |    2 +-
 t/ArchimedeanChords.t                              |    2 +-
 t/AztecDiamondRings.t                              |    2 +-
 t/Base-Digits.t                                    |   56 +-
 t/BetaOmeta.t                                      |    2 +-
 t/CCurve.t                                         |    2 +-
 t/CellularRule.t                                   |    2 +-
 t/CellularRule190.t                                |    2 +-
 t/CfracDigits.t                                    |    2 +-
 t/ChanTree.t                                       |    2 +-
 t/CincoCurve.t                                     |    2 +-
 t/Columns.t                                        |    2 +-
 t/ComplexMinus.t                                   |    2 +-
 t/ComplexPlus.t                                    |    2 +-
 t/CoprimeColumns.t                                 |    2 +-
 t/Corner.t                                         |    2 +-
 t/CornerReplicate.t                                |    2 +-
 t/CubicBase.t                                      |    2 +-
 t/DekkingCurve.t                                   |    2 +-
 t/DiagonalRationals.t                              |    2 +-
 t/Diagonals.t                                      |    2 +-
 t/DiamondArms.t                                    |    2 +-
 t/DiamondSpiral.t                                  |    2 +-
 t/DigitGroups.t                                    |    2 +-
 t/DivisibleColumns.t                               |    2 +-
 t/DragonCurve.t                                    |    2 +-
 t/DragonMidpoint.t                                 |    2 +-
 t/DragonRounded.t                                  |    2 +-
 t/FactorRationals.t                                |    2 +-
 t/FibonacciWordFractal.t                           |    2 +-
 t/File.t                                           |    2 +-
 t/FilledRings.t                                    |    2 +-
 t/Flowsnake.t                                      |    2 +-
 t/FlowsnakeCentres.t                               |    2 +-
 t/GcdRationals.t                                   |    2 +-
 t/GosperIslands.t                                  |    2 +-
 t/GosperSide.t                                     |    2 +-
 t/GrayCode.t                                       |    2 +-
 t/GreekKeySpiral.t                                 |    2 +-
 t/HIndexing.t                                      |    2 +-
 t/HexArms.t                                        |    2 +-
 t/HexSpiral.t                                      |    2 +-
 t/HexSpiralSkewed.t                                |    2 +-
 t/HilbertCurve.t                                   |    2 +-
 t/HilbertSpiral.t                                  |    2 +-
 t/Hypot.t                                          |    2 +-
 t/HypotOctant.t                                    |    2 +-
 t/ImaginaryBase.t                                  |    2 +-
 t/ImaginaryHalf.t                                  |    2 +-
 t/KnightSpiral.t                                   |    2 +-
 t/KochCurve.t                                      |    2 +-
 t/KochPeaks.t                                      |    2 +-
 t/KochSnowflakes.t                                 |    2 +-
 t/KochSquareflakes.t                               |    2 +-
 t/KochelCurve.t                                    |    2 +-
 t/LTiling.t                                        |    2 +-
 t/MultipleRings.t                                  |    2 +-
 t/PeanoCurve.t                                     |    2 +-
 t/PixelRings.t                                     |    2 +-
 t/PyramidRows.t                                    |    2 +-
 t/PythagoreanTree.t                                |    2 +-
 t/QuadricCurve.t                                   |    2 +-
 t/QuadricIslands.t                                 |    2 +-
 t/QuintetCentres.t                                 |    2 +-
 t/QuintetCurve.t                                   |    2 +-
 t/RationalsTree.t                                  |    2 +-
 t/Rows.t                                           |    2 +-
 t/SacksSpiral.t                                    |    2 +-
 t/SierpinskiArrowhead.t                            |    2 +-
 t/SierpinskiArrowheadCentres.t                     |    2 +-
 t/SierpinskiCurve.t                                |    2 +-
 t/SierpinskiCurveStair.t                           |    2 +-
 t/SierpinskiTriangle.t                             |    5 +-
 t/SquareSpiral.t                                   |   31 +-
 t/Staircase.t                                      |    2 +-
 t/StaircaseAlternating.t                           |    2 +-
 t/TerdragonCurve.t                                 |    2 +-
 t/TerdragonMidpoint.t                              |    2 +-
 t/TheodorusSpiral.t                                |    2 +-
 t/TriangularHypot.t                                |    2 +-
 t/UlamWarburton.t                                  |    2 +-
 t/UlamWarburtonQuarter.t                           |    2 +-
 t/VogelFloret.t                                    |    2 +-
 t/WythoffArray.t                                   |    2 +-
 t/ZOrderCurve.t                                    |    2 +-
 t/number-fraction.t                                |   11 +-
 tools/gallery.pl                                   |   25 +-
 xt/0-file-is-part-of.t                             |    9 +-
 xt/PlanePath-subclasses.t                          |   42 +-
 xt/bigrat.t                                        |   11 +-
 xt/oeis-xrefs.t                                    |    3 +-
 xt/oeis/AlternatePaper-oeis.t                      |   70 +-
 xt/oeis/AlternatePaperMidpoint-oeis.t              |    3 +-
 xt/oeis/CCurve-oeis.t                              |  126 +--
 xt/oeis/DiagonalsAlternating-oeis.t                |    6 +-
 xt/oeis/DragonMidpoint-oeis.t                      |    4 +-
 ...lamWarburtonQuarter-oeis.t => Flowsnake-oeis.t} |   57 +-
 xt/oeis/FractionsTree-oeis.t                       |    2 +-
 xt/oeis/GosperSide-oeis.t                          |  395 ++++---
 xt/oeis/GrayCode-oeis.t                            |    8 +-
 .../{Staircase-oeis.t => HeptSpiralSkewed-oeis.t}  |   19 +-
 xt/oeis/HilbertCurve-oeis.t                        | 1087 ++++++++------------
 ...nacciWordFractal-oeis.t => HilbertSides-oeis.t} |   24 +-
 xt/oeis/KochCurve-oeis.t                           |   37 +-
 xt/oeis/LTiling-oeis.t                             |    6 +-
 xt/oeis/NumSeq-PlanePath-oeis.t                    |    6 +-
 xt/oeis/PeanoCurve-oeis.t                          |  756 +++++---------
 xt/oeis/PentSpiral-oeis.t                          |   17 +-
 ...QuadricCentres-oeis.t => QuintetCentres-oeis.t} |    4 +-
 xt/oeis/R5DragonCurve-oeis.t                       |   34 +-
 xt/oeis/TerdragonCurve-oeis.t                      |   50 +-
 xt/oeis/TriangleSpiral-oeis.t                      |   21 +-
 xt/oeis/UlamWarburton-oeis.t                       |    4 +-
 xt/slow/NumSeq-PlanePathCoord.t                    |  277 ++---
 xtools/gp-inline                                   |  667 ++++++++----
 xtools/my-check-copyright-years.sh                 |    3 +
 xtools/my-deb.sh                                   |    3 +-
 293 files changed, 4868 insertions(+), 4166 deletions(-)
 create mode 100644 debian/upstream/metadata
 create mode 100644 devel/flowsnake-ascii.gp
 delete mode 100644 devel/graph.pl
 rename devel/{triangule-spiral.pl => triangular-spiral.pl} (92%)
 create mode 100644 examples/other/flowsnake-ascii-small.gp
 create mode 100644 lib/Math/PlanePath/HilbertSides.pm
 copy xt/oeis/{UlamWarburtonQuarter-oeis.t => Flowsnake-oeis.t} (56%)
 copy xt/oeis/{Staircase-oeis.t => HeptSpiralSkewed-oeis.t} (77%)
 copy xt/oeis/{FibonacciWordFractal-oeis.t => HilbertSides-oeis.t} (72%)
 rename xt/oeis/{QuadricCentres-oeis.t => QuintetCentres-oeis.t} (97%)

-- 
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