[nama] branch master updated (2dc2ac0 -> 986d05e)

gregor herrmann gregoa at debian.org
Fri May 16 11:28:05 UTC 2014


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

gregoa pushed a change to branch master
in repository nama.

      from  2dc2ac0   update changelog
      adds  84fdf99   Imported Upstream version 1.114
       new  037410f   Merge tag 'upstream/1.114'
       new  ed54631   New upstream release.
       new  09c6346   revert special handling of Makefile. it's gone for good.
       new  cb6e317   Add new (build) dependencies.
       new  445f8a5   Declare compliance with Debian Policy 3.9.5.
       new  beb3c95   d/copyright: gpl-3 vs. gpl-3+. thanks cme.
       new  1871840   Remove unnecessary version constraint from libanyevent-perl.
       new  986d05e   update changelog / add WAITS-FOR

The 8 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                           |    13 +
 MANIFEST                          |     7 +-
 META.yml                          |    60 -
 MYMETA.json                       |    84 -
 MYMETA.yml                        |    51 -
 Makefile                          |  1041 ----
 Makefile.PL                       |     4 +
 debian/changelog                  |    13 +-
 debian/control                    |   109 +-
 debian/copyright                  |     2 +-
 debian/rules                      |    10 +-
 lib/Audio/Nama.pm                 |  2750 ++++++----
 lib/Audio/Nama/AnalyseLV2.pm      |    24 +-
 lib/Audio/Nama/Assign.pm          |    87 +-
 lib/Audio/Nama/Bunch.pm           |    14 +-
 lib/Audio/Nama/Bus.pm             |   181 +-
 lib/Audio/Nama/CacheTrack.pm      |   227 +-
 lib/Audio/Nama/ChainSetup.pm      |   121 +-
 lib/Audio/Nama/Config.pm          |     4 +-
 lib/Audio/Nama/Custom.pm          |    41 +-
 lib/Audio/Nama/Edit.pm            |   373 +-
 lib/Audio/Nama/EffectChain.pm     |   127 +-
 lib/Audio/Nama/Effects.pm         |   806 +--
 lib/Audio/Nama/EffectsRegistry.pm |    21 +-
 lib/Audio/Nama/Engine.pm          |   183 +
 lib/Audio/Nama/EngineCleanup.pm   |    98 +-
 lib/Audio/Nama/EngineRun.pm       |    39 +-
 lib/Audio/Nama/EngineSetup.pm     |   142 +-
 lib/Audio/Nama/Fade.pm            |    71 +-
 lib/Audio/Nama/Git.pm             |   201 +
 lib/Audio/Nama/Globals.pm         |    41 +-
 lib/Audio/Nama/Grammar.pm         |   260 +-
 lib/Audio/Nama/Graph.pm           |    71 +-
 lib/Audio/Nama/Graphical.pm       |    93 +-
 lib/Audio/Nama/Help.pm            |    64 +-
 lib/Audio/Nama/IO.pm              |    35 +-
 lib/Audio/Nama/Initializations.pm |   387 +-
 lib/Audio/Nama/Insert.pm          |    30 +-
 lib/Audio/Nama/Jack.pm            |     8 +-
 lib/Audio/Nama/Latency.pm         |    16 +-
 lib/Audio/Nama/Log.pm             |    17 +-
 lib/Audio/Nama/Mark.pm            |    61 +-
 lib/Audio/Nama/Midi.pm            |    49 +-
 lib/Audio/Nama/Mix.pm             |    24 +-
 lib/Audio/Nama/Modes.pm           |    39 +-
 lib/Audio/Nama/MuteSoloFade.pm    |    25 +-
 lib/Audio/Nama/Object.pm          |    47 +-
 lib/Audio/Nama/Options.pm         |     2 +-
 lib/Audio/Nama/Persistence.pm     |   307 +-
 lib/Audio/Nama/Project.pm         |    69 +-
 lib/Audio/Nama/Regions.pm         |     6 +-
 lib/Audio/Nama/Sequence.pm        |   182 +
 lib/Audio/Nama/Terminal.pm        |   205 +-
 lib/Audio/Nama/Text.pm            |    14 +-
 lib/Audio/Nama/Track.pm           |   731 ++-
 lib/Audio/Nama/Util.pm            |    74 +-
 script/nama                       |  1797 ++++---
 t/02_assign.t                     |     4 +-
 t/04_object.t                     |     6 +-
 t/12_nama.t                       |   377 +-
 t/data/fake_effects_cache.json    | 10175 ++++++++++++++++++++++++++++++++++++
 61 files changed, 16720 insertions(+), 5400 deletions(-)
 delete mode 100644 META.yml
 delete mode 100644 MYMETA.json
 delete mode 100644 MYMETA.yml
 delete mode 100644 Makefile
 create mode 100644 lib/Audio/Nama/Engine.pm
 create mode 100644 lib/Audio/Nama/Git.pm
 create mode 100644 lib/Audio/Nama/Sequence.pm
 create mode 100644 t/data/fake_effects_cache.json

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



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