[pinto] branch master updated (8099522 -> 9978d5a)

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 change to branch master
in repository pinto.

      from  8099522   Updated debian/control: set Standards-Version: 3.9.5.
      adds  b9eee4a   Imported Upstream version 0.97+dfsg
       new  7c4c884   Merge tag 'upstream/0.97+dfsg'
       new  817cd9d   Removed patch fix_use_of_uninitialized_value_in_concatenation_or_string.patch.
       new  9978d5a   Updated debian/changelog: added version 0.97+dfsg-1 .

The 3 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:
 Build.PL                                           |  55 +++-
 Changes                                            | 110 ++++++++
 MANIFEST                                           |   6 +-
 META.json                                          | 290 ++++++++++-----------
 META.yml                                           | 275 ++++++++++---------
 README                                             |  14 +-
 bin/pinto                                          |  19 +-
 bin/pintod                                         |  14 +-
 debian/changelog                                   |  14 +
 ...tialized_value_in_concatenation_or_string.patch |  15 --
 debian/patches/series                              |   1 -
 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 +
 156 files changed, 1982 insertions(+), 1665 deletions(-)
 delete mode 100644 debian/patches/fix_use_of_uninitialized_value_in_concatenation_or_string.patch
 delete mode 100644 debian/patches/series
 copy lib/App/Pinto/Command/{list.pm => roots.pm} (59%)
 create mode 100644 lib/Pinto/Action/Roots.pm
 delete mode 100644 lib/Pinto/CommitMessage.pm
 create mode 100644 t/02-bowels/53-roots.t
 delete mode 100644 t/02-bowels/65-purity.t

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