[pinto] 01/03: Merge tag 'upstream/0.97+dfsg'

Oleg Gashev oleg at gashev.net
Sat Jan 11 16:13:19 UTC 2014


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

gashev-guest pushed a commit to branch master
in repository pinto.

commit 7c4c884d516a53dce7cf98e24ee3e063d2b01c3b
Merge: 8099522 b9eee4a
Author: Oleg Gashev <oleg at gashev.net>
Date:   Sat Jan 11 16:03:19 2014 +0000

    Merge tag 'upstream/0.97+dfsg'
    
    Upstream version 0.97+dfsg

 Build.PL                                      |  55 +++--
 Changes                                       | 110 ++++++++++
 MANIFEST                                      |   6 +-
 META.json                                     | 290 ++++++++++++--------------
 META.yml                                      | 275 ++++++++++++------------
 README                                        |  14 +-
 bin/pinto                                     |  19 +-
 bin/pintod                                    |  14 +-
 dist.ini                                      |   7 +-
 lib/App/Pinto.pm                              |  14 +-
 lib/App/Pinto/Command.pm                      |  11 +-
 lib/App/Pinto/Command/add.pm                  |  26 +--
 lib/App/Pinto/Command/clean.pm                |  14 +-
 lib/App/Pinto/Command/copy.pm                 |  18 +-
 lib/App/Pinto/Command/default.pm              |  11 +-
 lib/App/Pinto/Command/delete.pm               |  16 +-
 lib/App/Pinto/Command/diff.pm                 |  14 +-
 lib/App/Pinto/Command/help.pm                 |  14 +-
 lib/App/Pinto/Command/init.pm                 |  37 ++--
 lib/App/Pinto/Command/install.pm              |  11 +-
 lib/App/Pinto/Command/kill.pm                 |  14 +-
 lib/App/Pinto/Command/list.pm                 |  11 +-
 lib/App/Pinto/Command/lock.pm                 |  11 +-
 lib/App/Pinto/Command/log.pm                  |  14 +-
 lib/App/Pinto/Command/manual.pm               |  16 +-
 lib/App/Pinto/Command/migrate.pm              |  20 +-
 lib/App/Pinto/Command/new.pm                  |  14 +-
 lib/App/Pinto/Command/nop.pm                  |  14 +-
 lib/App/Pinto/Command/pin.pm                  |  11 +-
 lib/App/Pinto/Command/props.pm                |  11 +-
 lib/App/Pinto/Command/pull.pm                 |  23 +-
 lib/App/Pinto/Command/register.pm             |  11 +-
 lib/App/Pinto/Command/rename.pm               |  11 +-
 lib/App/Pinto/Command/{list.pm => roots.pm}   | 102 ++++-----
 lib/App/Pinto/Command/stacks.pm               |  11 +-
 lib/App/Pinto/Command/statistics.pm           |  11 +-
 lib/App/Pinto/Command/thanks.pm               |  14 +-
 lib/App/Pinto/Command/unlock.pm               |  14 +-
 lib/App/Pinto/Command/unpin.pm                |  14 +-
 lib/App/Pinto/Command/unregister.pm           |  14 +-
 lib/App/Pinto/Command/verify.pm               |  14 +-
 lib/Pinto.pm                                  |  32 ++-
 lib/Pinto/Action.pm                           |  14 +-
 lib/Pinto/Action/Add.pm                       |  14 +-
 lib/Pinto/Action/Clean.pm                     |  14 +-
 lib/Pinto/Action/Copy.pm                      |  14 +-
 lib/Pinto/Action/Default.pm                   |  14 +-
 lib/Pinto/Action/Delete.pm                    |  11 +-
 lib/Pinto/Action/Diff.pm                      |  14 +-
 lib/Pinto/Action/Install.pm                   |  11 +-
 lib/Pinto/Action/Kill.pm                      |  11 +-
 lib/Pinto/Action/List.pm                      |  20 +-
 lib/Pinto/Action/Lock.pm                      |  14 +-
 lib/Pinto/Action/Log.pm                       |  11 +-
 lib/Pinto/Action/New.pm                       |  14 +-
 lib/Pinto/Action/Nop.pm                       |  11 +-
 lib/Pinto/Action/Pin.pm                       |  14 +-
 lib/Pinto/Action/Props.pm                     |  14 +-
 lib/Pinto/Action/Pull.pm                      |  14 +-
 lib/Pinto/Action/Register.pm                  |  11 +-
 lib/Pinto/Action/Rename.pm                    |  14 +-
 lib/Pinto/Action/Roots.pm                     | 101 +++++++++
 lib/Pinto/Action/Stacks.pm                    |  14 +-
 lib/Pinto/Action/Statistics.pm                |  14 +-
 lib/Pinto/Action/Unlock.pm                    |  14 +-
 lib/Pinto/Action/Unpin.pm                     |  14 +-
 lib/Pinto/Action/Unregister.pm                |  14 +-
 lib/Pinto/Action/Verify.pm                    |  14 +-
 lib/Pinto/ArchiveUnpacker.pm                  |  14 +-
 lib/Pinto/Chrome.pm                           |  14 +-
 lib/Pinto/Chrome/Net.pm                       |  11 +-
 lib/Pinto/Chrome/Term.pm                      |  37 +++-
 lib/Pinto/CommitMessage.pm                    | 103 ---------
 lib/Pinto/Config.pm                           |  26 ++-
 lib/Pinto/Constants.pm                        |  18 +-
 lib/Pinto/Database.pm                         |  11 +-
 lib/Pinto/Difference.pm                       |  13 +-
 lib/Pinto/DistributionSpec.pm                 |  14 +-
 lib/Pinto/Exception.pm                        |  14 +-
 lib/Pinto/Globals.pm                          |  11 +-
 lib/Pinto/IndexCache.pm                       |  14 +-
 lib/Pinto/IndexWriter.pm                      |  14 +-
 lib/Pinto/Initializer.pm                      |  14 +-
 lib/Pinto/Locker.pm                           |  14 +-
 lib/Pinto/Manual.pod                          |   9 +-
 lib/Pinto/Manual/Installing.pod               |  11 +-
 lib/Pinto/Manual/Introduction.pod             |  11 +-
 lib/Pinto/Manual/QuickStart.pod               |  13 +-
 lib/Pinto/Manual/Thanks.pod                   |  19 +-
 lib/Pinto/Manual/Tutorial.pod                 |  32 ++-
 lib/Pinto/Migrator.pm                         |  14 +-
 lib/Pinto/ModlistWriter.pm                    |  14 +-
 lib/Pinto/PackageExtractor.pm                 |  22 +-
 lib/Pinto/PackageSpec.pm                      |  11 +-
 lib/Pinto/PrerequisiteWalker.pm               |  11 +-
 lib/Pinto/Remote.pm                           |  11 +-
 lib/Pinto/Remote/Action.pm                    |  14 +-
 lib/Pinto/Remote/Action/Add.pm                |  14 +-
 lib/Pinto/Remote/Action/Install.pm            |  14 +-
 lib/Pinto/Remote/Result.pm                    |  11 +-
 lib/Pinto/Repository.pm                       |  27 ++-
 lib/Pinto/Result.pm                           |  16 +-
 lib/Pinto/RevisionWalker.pm                   |  16 +-
 lib/Pinto/Role/Committable.pm                 |  54 +++--
 lib/Pinto/Role/FileFetcher.pm                 |   6 +-
 lib/Pinto/Role/Installer.pm                   |  14 +-
 lib/Pinto/Role/PauseConfig.pm                 |  14 +-
 lib/Pinto/Role/Plated.pm                      |  11 +-
 lib/Pinto/Role/Puller.pm                      |  22 +-
 lib/Pinto/Role/Schema/Result.pm               |  11 +-
 lib/Pinto/Role/Transactional.pm               |  11 +-
 lib/Pinto/Schema.pm                           |  11 +-
 lib/Pinto/Schema/Result/Ancestry.pm           |  11 +-
 lib/Pinto/Schema/Result/Distribution.pm       | 109 ++++++----
 lib/Pinto/Schema/Result/Package.pm            |  29 ++-
 lib/Pinto/Schema/Result/Prerequisite.pm       |  11 +-
 lib/Pinto/Schema/Result/Registration.pm       |  11 +-
 lib/Pinto/Schema/Result/RegistrationChange.pm |  11 +-
 lib/Pinto/Schema/Result/Revision.pm           |  14 +-
 lib/Pinto/Schema/Result/Stack.pm              |  75 +++----
 lib/Pinto/Schema/ResultSet/Distribution.pm    |  14 +-
 lib/Pinto/Schema/ResultSet/Package.pm         |  14 +-
 lib/Pinto/Schema/ResultSet/Registration.pm    |  11 +-
 lib/Pinto/Server.pm                           |  11 +-
 lib/Pinto/Server/Responder.pm                 |  14 +-
 lib/Pinto/Server/Responder/Action.pm          |  14 +-
 lib/Pinto/Server/Responder/File.pm            |  11 +-
 lib/Pinto/Server/Router.pm                    |  16 +-
 lib/Pinto/SpecFactory.pm                      |  11 +-
 lib/Pinto/Statistics.pm                       |  14 +-
 lib/Pinto/Store.pm                            |  11 +-
 lib/Pinto/Types.pm                            |  14 +-
 lib/Pinto/Util.pm                             |  26 ++-
 t/00-compile.t                                | 241 +++++++++++++++------
 t/00-report-prereqs.t                         |  70 ++++++-
 t/01-common/01-types.t                        |   3 +-
 t/02-bowels/02-chrome.t                       |  28 +++
 t/02-bowels/21-pull.t                         |  27 ++-
 t/02-bowels/31-pin.t                          |  36 +---
 t/02-bowels/40-list.t                         |  16 ++
 t/02-bowels/50-diff.t                         |   2 +-
 t/02-bowels/53-roots.t                        |  46 ++++
 t/02-bowels/62-commit.t                       |   2 +-
 t/02-bowels/65-purity.t                       |  53 -----
 t/02-bowels/71-stack-kill.t                   |   2 +-
 t/02-bowels/72-stack-rename.t                 |   2 +-
 t/03-remote/03-install.t                      |   7 +-
 t/04-server/01-functional.t                   |   6 +-
 t/lib/Pinto/Server/Tester.pm                  |   1 +
 t/lib/Pinto/Tester.pm                         |   2 +-
 weaver.ini                                    |  11 +-
 xt/release/distmeta.t                         |   1 +
 xt/release/pod-syntax.t                       |   1 +
 153 files changed, 1968 insertions(+), 1649 deletions(-)

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



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