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

zeha pushed a commit to branch master
in repository sqitch.

commit 1477b6eab41842035aff0cd60bb6d16751c8edad
Merge: 09adc1d 768e391
Author: Christian Hofstaedtler <z...@debian.org>
Date:   Sun Sep 21 19:44:30 2014 +0200

    Merge tag 'upstream/0.996'
    
    Upstream version 0.996

 Build.PL                                    |   34 +-
 Changes                                     |   41 +
 MANIFEST                                    |   10 +-
 META.json                                   |   34 +-
 META.yml                                    |   32 +-
 README                                      |    4 +-
 README.md                                   |   10 +-
 dist/sqitch.spec                            |   84 +-
 etc/templates/deploy/vertica.tmpl           |    9 +
 etc/templates/revert/vertica.tmpl           |    3 +
 etc/templates/verify/vertica.tmpl           |    3 +
 lib/App/Sqitch.pm                           |  101 +-
 lib/App/Sqitch/Command.pm                   |   14 +-
 lib/App/Sqitch/Command/add.pm               |   55 +-
 lib/App/Sqitch/Command/bundle.pm            |   37 +-
 lib/App/Sqitch/Command/checkout.pm          |   10 +-
 lib/App/Sqitch/Command/config.pm            |   14 +-
 lib/App/Sqitch/Command/deploy.pm            |   42 +-
 lib/App/Sqitch/Command/help.pm              |    4 +-
 lib/App/Sqitch/Command/init.pm              |   52 +-
 lib/App/Sqitch/Command/log.pm               |   68 +-
 lib/App/Sqitch/Command/plan.pm              |   56 +-
 lib/App/Sqitch/Command/rebase.pm            |   21 +-
 lib/App/Sqitch/Command/revert.pm            |   53 +-
 lib/App/Sqitch/Command/rework.pm            |   33 +-
 lib/App/Sqitch/Command/show.pm              |   15 +-
 lib/App/Sqitch/Command/status.pm            |   34 +-
 lib/App/Sqitch/Command/tag.pm               |   14 +-
 lib/App/Sqitch/Command/target.pm            |   27 +-
 lib/App/Sqitch/Command/verify.pm            |   33 +-
 lib/App/Sqitch/Config.pm                    |   12 +-
 lib/App/Sqitch/DateTime.pm                  |    2 +-
 lib/App/Sqitch/Engine.pm                    |   73 +-
 lib/App/Sqitch/Engine/firebird.pm           |   65 +-
 lib/App/Sqitch/Engine/mysql.pm              |   70 +-
 lib/App/Sqitch/Engine/oracle.pm             |   34 +-
 lib/App/Sqitch/Engine/pg.pm                 |   52 +-
 lib/App/Sqitch/Engine/sqlite.pm             |   34 +-
 lib/App/Sqitch/Engine/vertica.pm            |  547 +++++++++++
 lib/App/Sqitch/Engine/vertica.sql           |   75 ++
 lib/App/Sqitch/ItemFormatter.pm             |   16 +-
 lib/App/Sqitch/Plan.pm                      |   59 +-
 lib/App/Sqitch/Plan/Blank.pm                |   11 +-
 lib/App/Sqitch/Plan/Change.pm               |  117 +--
 lib/App/Sqitch/Plan/Depend.pm               |   33 +-
 lib/App/Sqitch/Plan/Line.pm                 |   34 +-
 lib/App/Sqitch/Plan/LineList.pm             |    2 +-
 lib/App/Sqitch/Plan/Pragma.pm               |   20 +-
 lib/App/Sqitch/Plan/Tag.pm                  |   43 +-
 lib/App/Sqitch/Role/DBIEngine.pm            |   43 +-
 lib/App/Sqitch/Role/RevertDeployCommand.pm  |   65 +-
 lib/App/Sqitch/Types.pm                     |  191 ++++
 lib/App/Sqitch/X.pm                         |   30 +-
 lib/LocaleData/de/LC_MESSAGES/App-Sqitch.mo |  Bin 463 -> 463 bytes
 lib/LocaleData/fr/LC_MESSAGES/App-Sqitch.mo |  Bin 14059 -> 14059 bytes
 lib/sqitch-add.pod                          |    4 +-
 lib/sqitch-checkout.pod                     |   15 +-
 lib/sqitch-config.pod                       |   15 +
 lib/sqitch-deploy.pod                       |    4 +-
 lib/sqitch-init.pod                         |   38 +-
 lib/sqitch-rebase.pod                       |    9 +
 lib/sqitch-revert.pod                       |   12 +-
 lib/sqitch-show.pod                         |    4 +-
 lib/sqitch-verify.pod                       |    4 +-
 lib/sqitchtutorial-firebird.pod             |    2 +
 lib/sqitchtutorial-mysql.pod                |    2 +
 lib/sqitchtutorial-oracle.pod               |    4 +-
 lib/sqitchtutorial-sqlite.pod               |    2 +
 lib/sqitchtutorial-vertica.pod              | 1382 +++++++++++++++++++++++++++
 lib/sqitchtutorial.pod                      |    3 +-
 t/base.t                                    |    6 +-
 t/change.t                                  |   10 +-
 t/checkout.t                                |   75 +-
 t/command.t                                 |   11 +-
 t/deploy.t                                  |    6 +-
 t/engine.t                                  |   29 +-
 t/firebird.t                                |   63 +-
 t/item_formatter.t                          |    3 +-
 t/lib/App/Sqitch/Command/bad.pm             |    2 +-
 t/lib/App/Sqitch/Command/good.pm            |    4 +-
 t/lib/App/Sqitch/Engine/good.pm             |    2 +-
 t/mysql.t                                   |   54 +-
 t/pg.t                                      |    5 +-
 t/plan.t                                    |   51 +-
 t/rebase.t                                  |   79 +-
 t/revert.t                                  |   35 +-
 t/tag.t                                     |   10 +-
 t/vertica.t                                 |  353 +++++++
 t/x.t                                       |    2 -
 xt/release/pod-spelling.t                   |    4 +
 90 files changed, 4012 insertions(+), 867 deletions(-)

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

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to