[sqitch] branch master updated (57e6a3b -> 390c98d)

zeha at debian.org zeha at debian.org
Sat Jul 30 21:25:33 UTC 2016


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

zeha pushed a change to branch master
in repository sqitch.

      from  57e6a3b   Release to unstable
      adds  57039f2   Imported Upstream version 0.9995
       new  23932c8   Merge tag 'upstream/0.9995'
       new  48a1c33   Update debian/changelog
       new  b9eaa1d   Drop upstream applied patch
       new  390c98d   Release to unstable

The 4 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                                           |   5 +-
 Changes                                            |  29 ++++++
 MANIFEST                                           |   1 +
 META.json                                          |   5 +-
 META.yml                                           |   5 +-
 README                                             |   2 +-
 README.md                                          |   2 +-
 debian/changelog                                   |   6 ++
 ...eTime-set-locale-with-DateTime-set_locale.patch | 113 ---------------------
 debian/patches/series                              |   1 -
 dist/sqitch.spec                                   |  16 ++-
 lib/App/Sqitch.pm                                  |   7 +-
 lib/App/Sqitch/Command.pm                          |   4 +-
 lib/App/Sqitch/Command/add.pm                      |  19 +++-
 lib/App/Sqitch/Command/bundle.pm                   |   2 +-
 lib/App/Sqitch/Command/checkout.pm                 |   2 +-
 lib/App/Sqitch/Command/config.pm                   |   4 +-
 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                      |   2 +-
 lib/App/Sqitch/Command/plan.pm                     |   2 +-
 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                     |   2 +-
 lib/App/Sqitch/Command/status.pm                   |   2 +-
 lib/App/Sqitch/Command/tag.pm                      |  14 ++-
 lib/App/Sqitch/Command/target.pm                   |   2 +-
 lib/App/Sqitch/Command/upgrade.pm                  |   2 +-
 lib/App/Sqitch/Command/verify.pm                   |   2 +-
 lib/App/Sqitch/Config.pm                           |   2 +-
 lib/App/Sqitch/DateTime.pm                         |   9 +-
 lib/App/Sqitch/Engine.pm                           |   2 +-
 lib/App/Sqitch/Engine/firebird.pm                  |   2 +-
 lib/App/Sqitch/Engine/mysql.pm                     |   2 +-
 lib/App/Sqitch/Engine/oracle.pm                    |   2 +-
 lib/App/Sqitch/Engine/pg.pm                        |   2 +-
 lib/App/Sqitch/Engine/sqlite.pm                    |   2 +-
 lib/App/Sqitch/Engine/vertica.pm                   |   2 +-
 lib/App/Sqitch/ItemFormatter.pm                    |   2 +-
 lib/App/Sqitch/Plan.pm                             |   2 +-
 lib/App/Sqitch/Plan/Blank.pm                       |   2 +-
 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                   |   2 +-
 lib/App/Sqitch/Role/RevertDeployCommand.pm         |   2 +-
 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 -> 13385 bytes
 lib/sqitch-add.pod                                 |   2 +-
 lib/sqitch-config.pod                              |   4 +
 lib/sqitch-environment.pod                         |   8 +-
 lib/sqitch-passwords.pod                           |   2 +-
 lib/sqitch-revert-usage.pod                        |   2 +-
 lib/sqitch-revert.pod                              |  10 ++
 lib/sqitchtutorial-firebird.pod                    |   2 -
 lib/sqitchtutorial-mysql.pod                       |   4 +-
 lib/sqitchtutorial-oracle.pod                      |   4 +-
 lib/sqitchtutorial-sqlite.pod                      |   2 +-
 lib/sqitchtutorial-vertica.pod                     |   2 +-
 lib/sqitchtutorial.pod                             |  18 ++--
 t/add.t                                            |  39 ++++++-
 t/base.t                                           |  24 ++++-
 t/config.t                                         |   2 +-
 t/datetime.t                                       |   4 +-
 t/editor.conf                                      |   3 +
 t/item_formatter.t                                 |   2 +-
 t/log.t                                            |   4 +-
 t/plan_command.t                                   |   2 +-
 t/tag_cmd.t                                        |  21 +++-
 75 files changed, 261 insertions(+), 212 deletions(-)
 delete mode 100644 debian/patches/Replace-DateTime-set-locale-with-DateTime-set_locale.patch
 create mode 100644 t/editor.conf

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