[sqitch] 01/07: Update upstream source from tag 'upstream/0.9996'

gregor herrmann gregoa at debian.org
Sat Jan 13 20:29:37 UTC 2018


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

gregoa pushed a commit to branch master
in repository sqitch.

commit 653931f1fe7b0a2e075cee2e36bb9d70df991c54
Merge: 7812b36 294de66
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Jan 13 21:19:24 2018 +0100

    Update upstream source from tag 'upstream/0.9996'
    
    Update to upstream version '0.9996'
    with Debian dir c926c29084748ec6eb04009487d431290dd967f2

 Build.PL                                    |   7 ++--
 Changes                                     |  52 +++++++++++++++++++++++++++
 LICENSE                                     |   2 +-
 MANIFEST                                    |   1 +
 META.json                                   |   5 +--
 META.yml                                    |   5 +--
 README                                      |   4 +--
 README.md                                   |   2 +-
 dist/sqitch.spec                            |   7 ++--
 lib/App/Sqitch.pm                           |  18 ++++++++--
 lib/App/Sqitch/Command.pm                   |   9 +++--
 lib/App/Sqitch/Command/add.pm               |   2 +-
 lib/App/Sqitch/Command/bundle.pm            |   2 +-
 lib/App/Sqitch/Command/checkout.pm          |   2 +-
 lib/App/Sqitch/Command/config.pm            |   2 +-
 lib/App/Sqitch/Command/deploy.pm            |   2 +-
 lib/App/Sqitch/Command/engine.pm            |   2 +-
 lib/App/Sqitch/Command/help.pm              |   2 +-
 lib/App/Sqitch/Command/init.pm              |   2 +-
 lib/App/Sqitch/Command/log.pm               |  26 +++++++-------
 lib/App/Sqitch/Command/plan.pm              |  23 ++++++++++--
 lib/App/Sqitch/Command/rebase.pm            |   2 +-
 lib/App/Sqitch/Command/revert.pm            |   2 +-
 lib/App/Sqitch/Command/rework.pm            |   2 +-
 lib/App/Sqitch/Command/show.pm              |  18 +++++++---
 lib/App/Sqitch/Command/status.pm            |  29 +++++++--------
 lib/App/Sqitch/Command/tag.pm               |   2 +-
 lib/App/Sqitch/Command/target.pm            |   2 +-
 lib/App/Sqitch/Command/upgrade.pm           |  29 +++++++--------
 lib/App/Sqitch/Command/verify.pm            |   2 +-
 lib/App/Sqitch/Config.pm                    |   2 +-
 lib/App/Sqitch/DateTime.pm                  |   2 +-
 lib/App/Sqitch/Engine.pm                    |  52 +++++++++++++++++++++------
 lib/App/Sqitch/Engine/Upgrade/pg-1.1.sql    |   1 +
 lib/App/Sqitch/Engine/firebird.pm           |  11 +++---
 lib/App/Sqitch/Engine/mysql.pm              |   2 +-
 lib/App/Sqitch/Engine/oracle.pm             |   6 ++--
 lib/App/Sqitch/Engine/pg.pm                 |  40 ++++++++++-----------
 lib/App/Sqitch/Engine/pg.sql                |   2 +-
 lib/App/Sqitch/Engine/sqlite.pm             |   2 +-
 lib/App/Sqitch/Engine/vertica.pm            |   4 +--
 lib/App/Sqitch/ItemFormatter.pm             |   2 +-
 lib/App/Sqitch/Plan.pm                      |   3 +-
 lib/App/Sqitch/Plan/Blank.pm                |   2 +-
 lib/App/Sqitch/Plan/Change.pm               |  18 ++++++++++
 lib/App/Sqitch/Plan/ChangeList.pm           |  25 ++++++++-----
 lib/App/Sqitch/Plan/Depend.pm               |   2 +-
 lib/App/Sqitch/Plan/Line.pm                 |   2 +-
 lib/App/Sqitch/Plan/LineList.pm             |   2 +-
 lib/App/Sqitch/Plan/Pragma.pm               |   2 +-
 lib/App/Sqitch/Plan/Tag.pm                  |   2 +-
 lib/App/Sqitch/Role/DBIEngine.pm            |  15 ++++----
 lib/App/Sqitch/Role/RevertDeployCommand.pm  |   2 +-
 lib/App/Sqitch/Target.pm                    |  22 +++++-------
 lib/App/Sqitch/X.pm                         |   2 +-
 lib/LocaleData/de/LC_MESSAGES/App-Sqitch.mo | Bin 463 -> 463 bytes
 lib/LocaleData/fr/LC_MESSAGES/App-Sqitch.mo | Bin 13385 -> 13304 bytes
 lib/sqitch-config.pod                       |  15 ++++++++
 lib/sqitch-environment.pod                  |   9 +++++
 lib/sqitch-plan-usage.pod                   |   3 +-
 lib/sqitch-plan.pod                         |  21 ++++++++---
 lib/sqitch-rework-usage.pod                 |  11 +++---
 lib/sqitch-show-usage.pod                   |   3 +-
 lib/sqitch-show.pod                         |   8 +++++
 lib/sqitchtutorial.pod                      |   4 +--
 t/base.t                                    |  44 ++++++++++++++++++++++-
 t/change.t                                  |  15 ++++++--
 t/changelist.t                              |  32 ++++++++++++-----
 t/command.t                                 |  12 ++++++-
 t/config.t                                  |   3 ++
 t/configuration.t                           |   2 ++
 t/engine.t                                  |  21 ++++++++---
 t/lib/DBIEngineTest.pm                      |  53 +++++++++++++++++++---------
 t/lib/upgradable_registries/pg.sql          |   2 +-
 t/log.t                                     |  33 ++++++++++++++---
 t/mooseless.t                               |  31 ++++++++++++++++
 t/plan.t                                    |  29 ++++++++++-----
 t/plan_command.t                            |  42 +++++++++++++++++++++-
 t/show.t                                    |  31 +++++++++++-----
 t/sqitch.conf                               |   2 ++
 t/status.t                                  |  19 +++++++---
 t/target.t                                  |  25 +++++++++++--
 t/upgrade.t                                 |  11 +++++-
 83 files changed, 725 insertions(+), 246 deletions(-)

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



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