[sqitch] branch master updated (02a297a -> a432fc9)

2015-06-27 Thread zeha
This is an automated email from the git hooks/post-receive script.

zeha pushed a change to branch master
in repository sqitch.

  from  02a297a   releasing package sqitch version 0.9992-1
   new  a432fc9   Change `Section` to `database`

The 1 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:
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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


[sqitch] 01/01: Change `Section` to `database`

2015-06-27 Thread zeha
This is an automated email from the git hooks/post-receive script.

zeha pushed a commit to branch master
in repository sqitch.

commit a432fc99239e15efb74d14ffe8cab777610c8fb5
Author: Christian Hofstaedtler 
Date:   Sun Jun 28 02:48:01 2015 +0200

Change `Section` to `database`

Closes: #764040
---
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 9e42502..9cc08a0 100644
--- a/debian/control
+++ b/debian/control
@@ -1,7 +1,7 @@
 Source: sqitch
 Maintainer: Debian Perl Group 
 Uploaders: Christian Hofstaedtler 
-Section: perl
+Section: database
 Priority: optional
 Build-Depends: debhelper (>= 9),
libmodule-build-perl,

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


[sqitch] branch master updated (a432fc9 -> 27febf7)

2015-08-21 Thread zeha
This is an automated email from the git hooks/post-receive script.

zeha pushed a change to branch master
in repository sqitch.

  from  a432fc9   Change `Section` to `database`
  adds  d5ba776   Increment to v0.9993.
  adds  b07280b   Determine LC_TIME value in just one place.
  adds  b377fba   Eliminate rounding with sprintf().
  adds  f8a81d7   Remove substring().
  adds  ec8d051   Work around missing mysql_* attributes.
  adds  d5fc405   Apparently I can't count.
  adds  ee6c81e   Let Oracle deploy > 1000 changes.
  adds  3aeb1b8   Compare 0 if mysql_serverversion is not set.
  adds  c06f24f   fix typos in comments and messages
  adds  218e724   Credit @olshevskiy87 for the proof-reading!
  adds  9a9c364   Fix warning test failures on Perl 5.23.1.
  adds  4bc3f81   Add --set support to the MySQL engine.
  adds  70b4a3e   tiny doc fix
  adds  59a1cb2   Add --reworked* options.
  adds  8f1461b   Add reworked* attributes to Target.
  adds  6c86506   Teach Change to use reworked_* directories.
  adds  77c8283   Wordsmithing.
  adds  dadb408   Bundle reworked scripts.
  adds  e089a1b   Test bundling of reworked change scripts.
  adds  67665fd   Restore documentation of dest_top_dir.
  adds  17a94e6   Teach init about reworked directories.
  adds  9607ec0   Note reworked directory changes.
  adds  adf4f7d   Remove reworked options.
  adds  d2d548e   Add directory options to the init command.
  adds  bb193ef   Move script option handling to a role.
  adds  8984cbd   Move script-specific references from init command code.
  adds  54d9264   Replace multiple directory options with --dir.
  adds  68490b1   Update sqitch-configuration.
  adds  e0e0342   Teach engine command about reworked directories.
  adds  a2db9a2   Replace engine set-* actions with alter action.
  adds  8650245   Rename ScriptConfigCommand to TargetConfigCommand.
  adds  b181999   Use --set in the init command.
  adds  fd5fc9f   Add all other --set options to init.
  adds  3909754   Port the engine command to TargetConfigCommand.
  adds  12ee3ce   Move directory creation from init to TargetConfigCommand.
  adds  0b8e0d4   Document property_keys in engine.
  adds  ea25517   Make engine die on target mismatch.
  adds  2965e96   Add config_target to TargetConfigCommand.
  adds  35f4438   Move write_plan to TargetConfigCommand.
  adds  a4c7f12   Teach engine to create directores and plan.
  adds  b61705a   Client is a string.
  adds  f729903   Migrate target to TargetConfigCommand.
  adds  10940d9   Get proper target in target command.
  adds  08725af   Pass the target to write_plan.
  adds  593519b   Test and fix the `alter` action of the `target` action.
  adds  3cdbf72   Properly validate target URI.
  adds  31b7d00   Add *_dir methods to Change.
  adds  41bb87c   Firebird can limit.
  adds  8d0848a   Fix ordering on Firebird.
  adds  07476e3   Canonical engine.
  adds  467a588   Deprecate core script options.
  adds  f9652fd   Remove commented script paths from sample configs.
  adds  1dbb82a   Note fix to firebird change + tag search bug.
  adds  4eb4d03   Prefer --set engine=` to `--engine`.
  adds  418423b   Add explicit options to init, engine, and target.
  adds  9af5a06   Replace wayward --set options.
  adds  f507e53   Use only local config file to find all targets.
  adds  0ed1b49   Not fix to --all.
  adds  56507c7   Update sqitch-configuration.
  adds  899194a   Add "Overworked" section to sqitch-configuration.
  adds  1b915cd   Merge branch 'rework-dir'.
  adds  fa9d58b   Pass MySQL URI query params to client.
  adds  3ed251a   Fix Windows test failures.
  adds  33be2a5   Organize changes into sections.
  adds  51c1ff2   Update l10n catalogs.
  adds  ec3abc1   Timestamp v0.9993.
  adds  2306b14   Imported Upstream version 0.9993
   new  750a5ff   Merge tag 'upstream/0.9993'
   new  f198fb6   Update debian/changelog
   new  27febf7   Release to unstable

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   |   4 +-
 Changes|  87 +++
 MANIFEST   |   6 +-
 META.json  |   6 +-
 META.yml   |   4 +-
 README |   4 +-
 README.md  |   2 +-
 debian/changelog   |   6 +
 dist/sqitc

[sqitch] annotated tag upstream/0.9993 created (now 217c06d)

2015-08-21 Thread zeha
This is an automated email from the git hooks/post-receive script.

zeha pushed a change to annotated tag upstream/0.9993
in repository sqitch.

at  217c06d   (tag)
   tagging  2306b14f76a305b2a091ff89a5b83b80cbe984ae (commit)
  replaces  upstream/0.9992
 tagged by  Christian Hofstaedtler
on  Fri Aug 21 21:14:00 2015 +

- Log -
Upstream version 0.9993

Christian Hofstaedtler (1):
  Imported Upstream version 0.9993

David E. Wheeler (64):
  Increment to v0.9993.
  Determine LC_TIME value in just one place.
  Eliminate rounding with sprintf().
  Remove substring().
  Work around missing mysql_* attributes.
  Apparently I can't count.
  Let Oracle deploy > 1000 changes.
  Compare 0 if mysql_serverversion is not set.
  Credit @olshevskiy87 for the proof-reading!
  Fix warning test failures on Perl 5.23.1.
  Add --set support to the MySQL engine.
  Add --reworked* options.
  Add reworked* attributes to Target.
  Teach Change to use reworked_* directories.
  Wordsmithing.
  Bundle reworked scripts.
  Test bundling of reworked change scripts.
  Restore documentation of dest_top_dir.
  Teach init about reworked directories.
  Note reworked directory changes.
  Remove reworked options.
  Add directory options to the init command.
  Move script option handling to a role.
  Move script-specific references from init command code.
  Replace multiple directory options with --dir.
  Update sqitch-configuration.
  Teach engine command about reworked directories.
  Replace engine set-* actions with alter action.
  Rename ScriptConfigCommand to TargetConfigCommand.
  Use --set in the init command.
  Add all other --set options to init.
  Port the engine command to TargetConfigCommand.
  Move directory creation from init to TargetConfigCommand.
  Document property_keys in engine.
  Make engine die on target mismatch.
  Add config_target to TargetConfigCommand.
  Move write_plan to TargetConfigCommand.
  Teach engine to create directores and plan.
  Client is a string.
  Migrate target to TargetConfigCommand.
  Get proper target in target command.
  Pass the target to write_plan.
  Test and fix the `alter` action of the `target` action.
  Properly validate target URI.
  Add *_dir methods to Change.
  Firebird can limit.
  Fix ordering on Firebird.
  Canonical engine.
  Deprecate core script options.
  Remove commented script paths from sample configs.
  Note fix to firebird change + tag search bug.
  Prefer --set engine=` to `--engine`.
  Add explicit options to init, engine, and target.
  Replace wayward --set options.
  Use only local config file to find all targets.
  Not fix to --all.
  Update sqitch-configuration.
  Add "Overworked" section to sqitch-configuration.
  Merge branch 'rework-dir'.
  Pass MySQL URI query params to client.
  Fix Windows test failures.
  Organize changes into sections.
  Update l10n catalogs.
  Timestamp v0.9993.

Dmitriy Olshevskiy (1):
  fix typos in comments and messages

Tomohiro Hosaka (1):
  tiny doc fix

---

No new revisions were added by this update.

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


[sqitch] annotated tag debian/0.9993-1 created (now 3e1a0cd)

2015-08-21 Thread zeha
This is an automated email from the git hooks/post-receive script.

zeha pushed a change to annotated tag debian/0.9993-1
in repository sqitch.

at  3e1a0cd   (tag)
   tagging  27febf71f851efc543c3ba0831b6ce80d2401890 (commit)
  replaces  upstream/0.9993
 tagged by  Christian Hofstaedtler
on  Fri Aug 21 21:19:04 2015 +

- Log -
sqitch Debian release 0.9993-1

Christian Hofstaedtler (36):
  Initial packaging by dh-make-perl 0.82
  copyright
  control
  Add upstream patch to use Digest::SHA
  Provide a HOME directory during build
  Explicitly set path to /etc
  Ignore manpage-has-bad-whatis-entry
  Add database-support packages
  Use my debian.org email address
  Stop installing README.md
  Fix years in d/copyright
  Use my debian.org email in d/copyright
  Mention sqitch in the long description
  Remove explicit libdigest-sha-perl dependency
  Correct DBD::SQLite package name
  Remove unneeded version specifiers from dependencies
  Add versioned B-D-I for libtest-simple-perl and libmodule-build-perl
  Actually install files
  Set etcdir to be /etc/sqitch, not /etc
  Patch out private pod section to fix bad-whatis
  Fix install file
  Remove empty dependency packages
  releasing package sqitch version 0.995-1
  Merge tag 'upstream/0.996'
  Remove upstream applied patch
  Update dependencies for new upstream version
  Release to unstable
  Merge tag 'upstream/0.9992'
  Update debian/changelog
  Add new dependency on libdatetime-timezone-perl.
  Update copyright notice for Debian packaging
  releasing package sqitch version 0.9992-1
  Change `Section` to `database`
  Merge tag 'upstream/0.9993'
  Update debian/changelog
  Release to unstable

Salvatore Bonaccorso (2):
  Update Vcs-Browser URL to cgit web frontend
  update changelog

gregor herrmann (15):
  debian/control: update Module::Build dependency.
  update changelog
  Add debian/upstream/metadata
  Update debian/changelog
  Merge tag 'upstream/0.9991'
  Update debian/changelog
  update changelog
  debian/watch: add uversionmangle
  Update fix-bad-whatis-man.patch.
  Declare compliance with Debian Policy 3.9.6.
  Move libmodule-build-perl to Build-Depends (needed during clean).
  Drop a couple of version constraint from (build) dependencies.
  Update years of upstream copyright.
  Make (build) dependency on libpath-class-perl versioned.
  releasing package sqitch version 0.9991-1

---

This annotated tag includes the following new commits:

   new  750a5ff   Merge tag 'upstream/0.9993'
   new  f198fb6   Update debian/changelog
   new  27febf7   Release to unstable

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.


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


[sqitch] 03/03: Release to unstable

2015-08-21 Thread zeha
This is an automated email from the git hooks/post-receive script.

zeha pushed a commit to branch master
in repository sqitch.

commit 27febf71f851efc543c3ba0831b6ce80d2401890
Author: Christian Hofstaedtler 
Date:   Fri Aug 21 21:15:34 2015 +

Release to unstable
---
 debian/changelog | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 45d00c7..569b5b5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@
-sqitch (0.9993-1) UNRELEASED; urgency=medium
+sqitch (0.9993-1) unstable; urgency=medium
 
   * Import upstream version 0.9993
 
- -- Christian Hofstaedtler   Fri, 21 Aug 2015 21:14:01 +
+ -- Christian Hofstaedtler   Fri, 21 Aug 2015 21:15:22 +
 
 sqitch (0.9992-1) unstable; urgency=medium
 

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


[sqitch] 01/01: pristine-tar data for sqitch_0.9993.orig.tar.gz

2015-08-21 Thread zeha
This is an automated email from the git hooks/post-receive script.

zeha pushed a commit to branch pristine-tar
in repository sqitch.

commit d39fabf549ce77494edf1782c8536654ab4506da
Author: Christian Hofstaedtler 
Date:   Fri Aug 21 21:14:00 2015 +

pristine-tar data for sqitch_0.9993.orig.tar.gz
---
 sqitch_0.9993.orig.tar.gz.delta | Bin 0 -> 11376 bytes
 sqitch_0.9993.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/sqitch_0.9993.orig.tar.gz.delta b/sqitch_0.9993.orig.tar.gz.delta
new file mode 100644
index 000..fdfbe44
Binary files /dev/null and b/sqitch_0.9993.orig.tar.gz.delta differ
diff --git a/sqitch_0.9993.orig.tar.gz.id b/sqitch_0.9993.orig.tar.gz.id
new file mode 100644
index 000..41373bf
--- /dev/null
+++ b/sqitch_0.9993.orig.tar.gz.id
@@ -0,0 +1 @@
+ca0980684d217306024f775d89e38d54e4e4651f

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


[sqitch] branch pristine-tar updated (2d80e5f -> d39fabf)

2015-08-21 Thread zeha
This is an automated email from the git hooks/post-receive script.

zeha pushed a change to branch pristine-tar
in repository sqitch.

  from  2d80e5f   pristine-tar data for sqitch_0.9992.orig.tar.gz
   new  d39fabf   pristine-tar data for sqitch_0.9993.orig.tar.gz

The 1 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:
 sqitch_0.9993.orig.tar.gz.delta | Bin 0 -> 11376 bytes
 sqitch_0.9993.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 sqitch_0.9993.orig.tar.gz.delta
 create mode 100644 sqitch_0.9993.orig.tar.gz.id

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


[sqitch] 01/03: Merge tag 'upstream/0.9993'

2015-08-21 Thread zeha
This is an automated email from the git hooks/post-receive script.

zeha pushed a commit to branch master
in repository sqitch.

commit 750a5ffc74f2c6ec3bb9f569122b2ec72c5fe4f9
Merge: a432fc9 2306b14
Author: Christian Hofstaedtler 
Date:   Fri Aug 21 21:14:00 2015 +

Merge tag 'upstream/0.9993'

Upstream version 0.9993

 Build.PL|   4 +-
 Changes |  87 
 MANIFEST|   6 +-
 META.json   |   6 +-
 META.yml|   4 +-
 README  |   4 +-
 README.md   |   2 +-
 dist/sqitch.spec|   2 +-
 lib/App/Sqitch.pm   |  20 +-
 lib/App/Sqitch/Command.pm   |   2 +-
 lib/App/Sqitch/Command/add.pm   |   2 +-
 lib/App/Sqitch/Command/bundle.pm|  59 +--
 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| 255 ++
 lib/App/Sqitch/Command/help.pm  |   4 +-
 lib/App/Sqitch/Command/init.pm  | 183 +++-
 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   |   2 +-
 lib/App/Sqitch/Command/target.pm| 184 
 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  |   2 +-
 lib/App/Sqitch/Engine.pm|  15 +-
 lib/App/Sqitch/Engine/firebird.pm   |  18 +-
 lib/App/Sqitch/Engine/mysql.pm  | 108 -
 lib/App/Sqitch/Engine/oracle.pm |  23 +-
 lib/App/Sqitch/Engine/pg.pm |   6 +-
 lib/App/Sqitch/Engine/sqlite.pm |   6 +-
 lib/App/Sqitch/Engine/vertica.pm|   6 +-
 lib/App/Sqitch/ItemFormatter.pm |   2 +-
 lib/App/Sqitch/Plan.pm  |   4 +-
 lib/App/Sqitch/Plan/Blank.pm|   2 +-
 lib/App/Sqitch/Plan/Change.pm   |  56 ++-
 lib/App/Sqitch/Plan/ChangeList.pm   |   4 +-
 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|   8 +-
 lib/App/Sqitch/Role/RevertDeployCommand.pm  |   2 +-
 lib/App/Sqitch/Role/TargetConfigCommand.pm  | 531 +
 lib/App/Sqitch/Target.pm| 168 +--
 lib/App/Sqitch/Types.pm |   4 +-
 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  |   3 +-
 lib/sqitch-config-usage.pod |   1 -
 lib/sqitch-config.pod   |  12 +-
 lib/sqitch-configuration.pod| 691 +++-
 lib/sqitch-deploy.pod   |   2 +
 lib/sqitch-engine-usage.pod |  25 +-
 lib/sqitch-engine.pod   | 157 ---
 lib/sqitch-init-usage.pod   |  14 +-
 lib/sqitch-init.pod | 196 ++--
 lib/sqitch-passwords.pod|   4 +-
 lib/sqitch-rebase.pod   |  12 +-
 lib/sqitch-revert.pod   |   6 +-
 lib/sqitch-target-usage.pod |  24 +-
 lib/sqitch-target.pod   | 149 +++---
 lib/sqitch-verify.pod   |   2 +
 lib/sqitch.pod  |  51 +-
 lib/sqitchcommands.pod  |   4 +-
 lib/sqitchtutorial-firebird.pod |  16 +-
 lib/sqitchtutorial-mysql.pod|   8 +-
 lib/sqitchtutorial-oracle.pod   |  14 +-
 lib/sqitchtutorial-sqlite.pod   |  14 +-
 lib/sqitchtutorial-vertica.pod  |  14 +-
 lib/sqitchtutorial.pod  |   8 +-
 lib/sqitchusage.pod |   4 -
 t/bundle.t  |  63 ++-
 t/change.t  |  40 +-
 t/datetime.t|  10 +-
 t/engine.t 

[sqitch] 02/03: Update debian/changelog

2015-08-21 Thread zeha
This is an automated email from the git hooks/post-receive script.

zeha pushed a commit to branch master
in repository sqitch.

commit f198fb6ac17ce54c7b45b2613c8b7316923eeb3b
Author: Christian Hofstaedtler 
Date:   Fri Aug 21 21:14:01 2015 +

Update debian/changelog

Gbp-Dch: Ignore
---
 debian/changelog | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 70b62a6..45d00c7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+sqitch (0.9993-1) UNRELEASED; urgency=medium
+
+  * Import upstream version 0.9993
+
+ -- Christian Hofstaedtler   Fri, 21 Aug 2015 21:14:01 +
+
 sqitch (0.9992-1) unstable; urgency=medium
 
   * New upstream version.

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


[sqitch] branch master updated (09adc1d -> 2e5a676)

2014-09-28 Thread zeha
This is an automated email from the git hooks/post-receive script.

zeha pushed a change to branch master
in repository sqitch.

  from  09adc1d   update changelog
  adds  768e391   Imported Upstream version 0.996
   new  1477b6e   Merge tag 'upstream/0.996'
   new  b3770e5   Remove upstream applied patch
   new  8a75c20   Update dependencies for new upstream version
   new  2e5a676   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   |   34 +-
 Changes|   41 +
 MANIFEST   |   10 +-
 META.json  |   34 +-
 META.yml   |   32 +-
 README |4 +-
 README.md  |   10 +-
 debian/changelog   |8 +-
 debian/control |   37 +-
 debian/patches/digest-sha.patch|  187 ---
 debian/patches/series  |1 -
 dist/sqitch.spec   |   84 +-
 etc/templates/deploy/{oracle.tmpl => vertica.tmpl} |0
 etc/templates/revert/{oracle.tmpl => vertica.tmpl} |0
 etc/templates/verify/{oracle.tmpl => vertica.tmpl} |0
 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-

[sqitch] 01/04: Merge tag 'upstream/0.996'

2014-09-28 Thread zeha
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 
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  |  

[sqitch] 02/04: Remove upstream applied patch

2014-09-28 Thread zeha
This is an automated email from the git hooks/post-receive script.

zeha pushed a commit to branch master
in repository sqitch.

commit b3770e570d9faefd5fe7568d5691712bdd57ee0d
Author: Christian Hofstaedtler 
Date:   Sun Sep 28 16:58:46 2014 +0200

Remove upstream applied patch
---
 debian/changelog|   6 +-
 debian/patches/digest-sha.patch | 187 
 debian/patches/series   |   1 -
 3 files changed, 5 insertions(+), 189 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 53ef6bf..91f4ca0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-sqitch (0.995-2) UNRELEASED; urgency=medium
+sqitch (0.996-1) UNRELEASED; urgency=medium
 
   [ Salvatore Bonaccorso ]
   * Update Vcs-Browser URL to cgit web frontend
@@ -6,6 +6,10 @@ sqitch (0.995-2) UNRELEASED; urgency=medium
   [ gregor herrmann ]
   * debian/control: update Module::Build dependency.
 
+  [ Christian Hofstaedtler ]
+  * New upstream version.
+  * Remove upstream-supplied and -applied Digest::SHA patch.
+
  -- Salvatore Bonaccorso   Sat, 16 Aug 2014 09:36:34 +0200
 
 sqitch (0.995-1) unstable; urgency=low
diff --git a/debian/patches/digest-sha.patch b/debian/patches/digest-sha.patch
deleted file mode 100644
index 7755ce8..000
--- a/debian/patches/digest-sha.patch
+++ /dev/null
@@ -1,187 +0,0 @@
-From 0571cabf3d7ef9e6e91811ab49f7759f330d314f Mon Sep 17 00:00:00 2001
-From: "David E. Wheeler" 
-Date: Fri, 18 Jul 2014 14:49:48 -0700
-Subject: [PATCH] Switch from Digest::SHA1 to Digest::SHA.
-
-Resolves #176.

- Changes   |  2 ++
- dist/sqitch.spec  |  4 ++--
- lib/App/Sqitch/Plan/Change.pm |  8 
- lib/App/Sqitch/Plan/Tag.pm|  8 
- t/change.t| 10 +-
- t/tag.t   | 10 +-
- 6 files changed, 22 insertions(+), 20 deletions(-)
-
-Index: sqitch/dist/sqitch.spec
-===
 sqitch.orig/dist/sqitch.spec
-+++ sqitch/dist/sqitch.spec
-@@ -18,7 +18,7 @@ BuildRequires:  perl(constant)
- BuildRequires:  perl(DateTime)
- BuildRequires:  perl(DBI)
- BuildRequires:  perl(Devel::StackTrace) >= 1.30
--BuildRequires:  perl(Digest::SHA1)
-+BuildRequires:  perl(Digest::SHA)
- BuildRequires:  perl(Encode)
- BuildRequires:  perl(Encode::Locale)
- BuildRequires:  perl(File::Basename)
-@@ -83,7 +83,7 @@ Requires:   perl(Config::GitLike) >=
- Requires:   perl(constant)
- Requires:   perl(DateTime)
- Requires:   perl(Devel::StackTrace) >= 1.30
--Requires:   perl(Digest::SHA1)
-+Requires:   perl(Digest::SHA)
- Requires:   perl(Encode)
- Requires:   perl(Encode::Locale)
- Requires:   perl(File::Basename)
-Index: sqitch/lib/App/Sqitch/Plan/Change.pm
-===
 sqitch.orig/lib/App/Sqitch/Plan/Change.pm
-+++ sqitch/lib/App/Sqitch/Plan/Change.pm
-@@ -149,8 +149,8 @@ has id => (
- lazy => 1,
- default  => sub {
- my $content = encode_utf8 shift->info;
--require Digest::SHA1;
--return Digest::SHA1->new->add(
-+require Digest::SHA;
-+return Digest::SHA->new(1)->add(
- 'change ' . length($content) . "\0" . $content
- )->hexdigest;
- }
-@@ -178,8 +178,8 @@ has old_id => (
- lazy => 1,
- default  => sub {
- my $content = encode_utf8 shift->old_info;
--require Digest::SHA1;
--return Digest::SHA1->new->add(
-+require Digest::SHA;
-+return Digest::SHA->new(1)->add(
- 'change ' . length($content) . "\0" . $content
- )->hexdigest;
- }
-Index: sqitch/lib/App/Sqitch/Plan/Tag.pm
-===
 sqitch.orig/lib/App/Sqitch/Plan/Tag.pm
-+++ sqitch/lib/App/Sqitch/Plan/Tag.pm
-@@ -40,8 +40,8 @@ has id => (
- lazy => 1,
- default  => sub {
- my $content = encode_utf8 shift->info;
--require Digest::SHA1;
--return Digest::SHA1->new->add(
-+require Digest::SHA;
-+return Digest::SHA->new(1)->add(
- 'tag ' . length($content) . "\0" . $content
- )->hexdigest;
- }
-@@ -72,8 +72,8 @@ has old_id => (
- lazy => 1,
- default  => sub {
- my $content = encode_utf8 shift->old_info;
--require Digest::SHA1;
--return Digest::SHA1->new->add(
-+require Digest::SHA;
-+return Digest::SHA->new(1)->add(
- 'tag ' . length($content) . "\0" . $content
- )->hexdigest;
- }
-Index: sqitch/t/change.t
-===
 sqitch.orig/t/change.t
-+++ sqit

[sqitch] 03/04: Update dependencies for new upstream version

2014-09-28 Thread zeha
This is an automated email from the git hooks/post-receive script.

zeha pushed a commit to branch master
in repository sqitch.

commit 8a75c20dfadeba66586ad361f8f19d39ad07e238
Author: Christian Hofstaedtler 
Date:   Sun Sep 28 16:59:06 2014 +0200

Update dependencies for new upstream version
---
 debian/control | 37 -
 1 file changed, 16 insertions(+), 21 deletions(-)

diff --git a/debian/control b/debian/control
index 3990e6d..f24bbdc 100644
--- a/debian/control
+++ b/debian/control
@@ -6,8 +6,9 @@ Priority: optional
 Build-Depends: debhelper (>= 9),
perl
 Build-Depends-Indep: libcapture-tiny-perl (>= 0.12),
+ libclass-xsaccessor-perl (>= 1.18),
  libclone-perl,
- libconfig-gitlike-perl (>= 1.09),
+ libconfig-gitlike-perl (>= 1.11),
  libdatetime-perl,
  libdbi-perl,
  libdevel-stacktrace-perl,
@@ -19,15 +20,11 @@ Build-Depends-Indep: libcapture-tiny-perl (>= 0.12),
  libipc-run3-perl,
  libipc-system-simple-perl,
  liblist-moreutils-perl,
- libmoose-perl,
- libmouse-perl (>= 1.04),
- libmousex-nativetraits-perl,
- libmousex-types-path-class-perl,
- libnamespace-autoclean-perl (>= 0.11),
+ libmoo-perl (>= 1.002000),
+ libmodule-build-perl (>= 0.35),
+ libnamespace-autoclean-perl (>= 0.16),
  libpath-class-perl,
  libperlio-utf8-strict-perl,
- librole-hasmessage-perl,
- librole-identifiable-perl,
  libstring-formatter-perl,
  libstring-shellquote-perl,
  libsub-exporter-perl,
@@ -39,11 +36,12 @@ Build-Depends-Indep: libcapture-tiny-perl (>= 0.12),
  libtest-file-perl,
  libtest-mockmodule-perl,
  libtest-nowarnings-perl,
- libthrowable-perl,
+ libthrowable-perl (>= 0.29),
  libtry-tiny-perl,
- liburi-db-perl,
+ libtype-tiny-perl (>= 0.40),
+ libtype-tiny-xs-perl (>= 0.10),
+ liburi-db-perl (>= 0.15),
  liburi-perl,
- libmodule-build-perl (>= 0.35),
  perl (>= 5.11.1) | libtest-simple-perl (>= 0.94)
 Standards-Version: 3.9.5
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/sqitch.git
@@ -53,7 +51,7 @@ Homepage: http://sqitch.org/
 Package: sqitch
 Architecture: all
 Depends: libclone-perl,
- libconfig-gitlike-perl (>= 1.09),
+ libconfig-gitlike-perl (>= 1.11),
  libdatetime-perl,
  libdbi-perl,
  libdevel-stacktrace-perl,
@@ -65,22 +63,19 @@ Depends: libclone-perl,
  libipc-run3-perl,
  libipc-system-simple-perl,
  liblist-moreutils-perl,
- libmoose-perl,
- libmouse-perl (>= 1.04),
- libmousex-nativetraits-perl,
- libmousex-types-path-class-perl,
- libnamespace-autoclean-perl (>= 0.11),
+ libmoo-perl (>= 1.002000),
+ libnamespace-autoclean-perl (>= 0.16),
  libpath-class-perl,
  libperlio-utf8-strict-perl,
- librole-hasmessage-perl,
- librole-identifiable-perl,
  libstring-formatter-perl,
  libstring-shellquote-perl,
  libsub-exporter-perl,
  libtemplate-tiny-perl,
- libthrowable-perl,
+ libthrowable-perl (>= 0.29),
  libtry-tiny-perl,
- liburi-db-perl,
+ libtype-tiny-perl (>= 0.40),
+ libtype-tiny-xs-perl (>= 0.10),
+ liburi-db-perl (>= 0.15),
  liburi-perl,
  perl (>= 5.11.0),
  libdbd-pg-perl | libdbd-sqlite3-perl (>= 1.37) | libdbd-mysql-perl 
(>= 4.018) | libdbd-firebird-perl (>= 1.11),

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


[sqitch] branch pristine-tar updated (8c9aa9e -> 9c2e1f8)

2014-09-28 Thread zeha
This is an automated email from the git hooks/post-receive script.

zeha pushed a change to branch pristine-tar
in repository sqitch.

  from  8c9aa9e   pristine-tar data for sqitch_0.995.orig.tar.gz
   new  9c2e1f8   pristine-tar data for sqitch_0.996.orig.tar.gz

The 1 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:
 sqitch_0.996.orig.tar.gz.delta | Bin 0 -> 7728 bytes
 sqitch_0.996.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 sqitch_0.996.orig.tar.gz.delta
 create mode 100644 sqitch_0.996.orig.tar.gz.id

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


[sqitch] 04/04: Release to unstable

2014-09-28 Thread zeha
This is an automated email from the git hooks/post-receive script.

zeha pushed a commit to branch master
in repository sqitch.

commit 2e5a6761569a33fdd3ff1213081034e2bd8672f8
Author: Christian Hofstaedtler 
Date:   Sun Sep 28 16:59:34 2014 +0200

Release to unstable
---
 debian/changelog | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 91f4ca0..c44d7b3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-sqitch (0.996-1) UNRELEASED; urgency=medium
+sqitch (0.996-1) unstable; urgency=medium
 
   [ Salvatore Bonaccorso ]
   * Update Vcs-Browser URL to cgit web frontend
@@ -10,7 +10,7 @@ sqitch (0.996-1) UNRELEASED; urgency=medium
   * New upstream version.
   * Remove upstream-supplied and -applied Digest::SHA patch.
 
- -- Salvatore Bonaccorso   Sat, 16 Aug 2014 09:36:34 +0200
+ -- Christian Hofstaedtler   Sun, 28 Sep 2014 16:59:27 +0200
 
 sqitch (0.995-1) unstable; urgency=low
 

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


[sqitch] 01/01: pristine-tar data for sqitch_0.996.orig.tar.gz

2014-09-28 Thread zeha
This is an automated email from the git hooks/post-receive script.

zeha pushed a commit to branch pristine-tar
in repository sqitch.

commit 9c2e1f8bbf6393cd764cafbf7db46bedfb384789
Author: Christian Hofstaedtler 
Date:   Sun Sep 21 19:44:30 2014 +0200

pristine-tar data for sqitch_0.996.orig.tar.gz
---
 sqitch_0.996.orig.tar.gz.delta | Bin 0 -> 7728 bytes
 sqitch_0.996.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/sqitch_0.996.orig.tar.gz.delta b/sqitch_0.996.orig.tar.gz.delta
new file mode 100644
index 000..27d1ce3
Binary files /dev/null and b/sqitch_0.996.orig.tar.gz.delta differ
diff --git a/sqitch_0.996.orig.tar.gz.id b/sqitch_0.996.orig.tar.gz.id
new file mode 100644
index 000..1b37aa3
--- /dev/null
+++ b/sqitch_0.996.orig.tar.gz.id
@@ -0,0 +1 @@
+a48ae3998461f8cdbca1f5d22d3a268718a7cf32

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


[sqitch] annotated tag upstream/0.996 created (now 8c898f2)

2014-09-28 Thread zeha
This is an automated email from the git hooks/post-receive script.

zeha pushed a change to annotated tag upstream/0.996
in repository sqitch.

at  8c898f2   (tag)
   tagging  768e391b43fdefdd3761a59903897b28b4c53520 (commit)
 tagged by  Christian Hofstaedtler
on  Sun Sep 21 19:44:30 2014 +0200

- Log -
Upstream version 0.996

Christian Hofstaedtler (2):
  Import original source of App-Sqitch 0.995
  Imported Upstream version 0.996

---

No new revisions were added by this update.

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


[sqitch] annotated tag debian/0.996-1 created (now 1c0a2fb)

2014-09-28 Thread zeha
This is an automated email from the git hooks/post-receive script.

zeha pushed a change to annotated tag debian/0.996-1
in repository sqitch.

at  1c0a2fb   (tag)
   tagging  2e5a6761569a33fdd3ff1213081034e2bd8672f8 (commit)
  replaces  debian/0.995-1
 tagged by  Christian Hofstaedtler
on  Sun Sep 28 17:01:26 2014 +0200

- Log -
sqitch Debian release 0.996-1

Christian Hofstaedtler (5):
  Imported Upstream version 0.996
  Merge tag 'upstream/0.996'
  Remove upstream applied patch
  Update dependencies for new upstream version
  Release to unstable

Salvatore Bonaccorso (2):
  Update Vcs-Browser URL to cgit web frontend
  update changelog

gregor herrmann (2):
  debian/control: update Module::Build dependency.
  update changelog

---

No new revisions were added by this update.

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


[sqitch] 03/04: control

2014-07-22 Thread zeha
This is an automated email from the git hooks/post-receive script.

zeha pushed a commit to branch master
in repository sqitch.

commit d47d990adedb66507556b71aeb01bae8d09947e8
Author: Christian Hofstaedtler 
Date:   Mon Jul 21 04:14:42 2014 +0200

control
---
 debian/control | 158 -
 1 file changed, 79 insertions(+), 79 deletions(-)

diff --git a/debian/control b/debian/control
index 0a92cb0..c8406e9 100644
--- a/debian/control
+++ b/debian/control
@@ -1,90 +1,90 @@
 Source: sqitch
-Section: perl
-Priority: optional
 Maintainer: Debian Perl Group 
 Uploaders: Christian Hofstaedtler 
-Build-Depends: debhelper (>= 9),
- perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 9), perl
 Build-Depends-Indep: libcapture-tiny-perl (>= 0.12),
- libclone-perl,
- libconfig-gitlike-perl (>= 1.09),
- libdatetime-perl,
- libdbi-perl,
- libdevel-stacktrace-perl (>= 1.30),
- libdigest-sha1-perl,
- libencode-locale-perl,
- libfile-homedir-perl,
- libhash-merge-perl,
- libintl-perl (>= 1.20),
- libio-pager-perl,
- libipc-run3-perl,
- libipc-system-simple-perl (>= 1.17),
- liblist-moreutils-perl,
- libmoose-perl,
- libmouse-perl (>= 1.04),
- libmousex-nativetraits-perl (>= 1.04),
- libmousex-types-path-class-perl (>= 0.06),
- libnamespace-autoclean-perl (>= 0.11),
- libpath-class-perl,
- libperlio-utf8-strict-perl,
- librole-hasmessage-perl (>= 0.005),
- librole-identifiable-perl (>= 0.005),
- libstring-formatter-perl,
- libstring-shellquote-perl,
- libsub-exporter-perl,
- libtemplate-tiny-perl (>= 0.11),
- libtest-deep-perl,
- libtest-dir-perl,
- libtest-exception-perl,
- libtest-file-contents-perl (>= 0.20),
- libtest-file-perl,
- libtest-mockmodule-perl (>= 0.05),
- libtest-nowarnings-perl (>= 0.083),
- libthrowable-perl,
- libtry-tiny-perl,
- liburi-db-perl,
- liburi-perl
+ libclone-perl,
+ libconfig-gitlike-perl (>= 1.09),
+ libdatetime-perl,
+ libdbi-perl,
+ libdevel-stacktrace-perl (>= 1.30),
+ libdigest-sha1-perl,
+ libencode-locale-perl,
+ libfile-homedir-perl,
+ libhash-merge-perl,
+ libintl-perl (>= 1.20),
+ libio-pager-perl,
+ libipc-run3-perl,
+ libipc-system-simple-perl (>= 1.17),
+ liblist-moreutils-perl,
+ libmoose-perl,
+ libmouse-perl (>= 1.04),
+ libmousex-nativetraits-perl (>= 1.04),
+ libmousex-types-path-class-perl (>= 0.06),
+ libnamespace-autoclean-perl (>= 0.11),
+ libpath-class-perl,
+ libperlio-utf8-strict-perl,
+ librole-hasmessage-perl (>= 0.005),
+ librole-identifiable-perl (>= 0.005),
+ libstring-formatter-perl,
+ libstring-shellquote-perl,
+ libsub-exporter-perl,
+ libtemplate-tiny-perl (>= 0.11),
+ libtest-deep-perl,
+ libtest-dir-perl,
+ libtest-exception-perl,
+ libtest-file-contents-perl (>= 0.20),
+ libtest-file-perl,
+ libtest-mockmodule-perl (>= 0.05),
+ libtest-nowarnings-perl (>= 0.083),
+ libthrowable-perl,
+ libtry-tiny-perl,
+ liburi-db-perl,
+ liburi-perl
 Standards-Version: 3.9.5
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/sqitch.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/sqitch.git
-Homepage: https://metacpan.org/release/App-Sqitch
+Homepage: http://sqitch.org/
 
 Package: sqitch
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends},
- libclone-perl,
- libconfig-gitlike-perl (>= 1.09),
- libdatetime-perl,
- libdbi-perl,
- libdevel-stacktrace-perl (>= 1.30),
- libdigest-sha1-perl,
- libencode-locale-perl,
- libfile-homedir-perl,
- libhash-merge-perl,
- libintl-perl (>= 1.20),
- libio-pager-perl,
- libipc-run3-perl,
- libipc-system-simple-perl (>= 1.17),
- liblist-moreutils-perl,
- libmoose-perl,
- libmouse-perl (>= 1.04),
- libmousex-nativetraits-perl (>= 1.04),
- libmousex-types-path-class-perl (>= 0.06),
- libnamespace-autoclean-perl (>= 0.11),
- libpath-class-perl,
- libperlio-utf8-strict-perl,
- librole-hasmessage-perl (>= 0.005),
- librole-identifiable-perl (>= 0.005),
- libstring-formatter-perl,
- libstring-shellquote-perl,
- libsub-exporter-perl,
- libtemplate-tiny-perl (>= 0.11),
- libthrowable-perl,
- libtry-tiny-perl,
- liburi-db-perl,
- liburi-perl,
- perl (>

[sqitch] 01/01: pristine-tar data for sqitch_0.995.orig.tar.gz

2014-07-22 Thread zeha
This is an automated email from the git hooks/post-receive script.

zeha pushed a commit to branch pristine-tar
in repository sqitch.

commit 8c9aa9e9927f1688ff9b4338a45cbf080f2e6a0d
Author: Christian Hofstaedtler 
Date:   Mon Jul 21 03:58:53 2014 +0200

pristine-tar data for sqitch_0.995.orig.tar.gz
---
 sqitch_0.995.orig.tar.gz.delta | Bin 0 -> 9135 bytes
 sqitch_0.995.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/sqitch_0.995.orig.tar.gz.delta b/sqitch_0.995.orig.tar.gz.delta
new file mode 100644
index 000..51af296
Binary files /dev/null and b/sqitch_0.995.orig.tar.gz.delta differ
diff --git a/sqitch_0.995.orig.tar.gz.id b/sqitch_0.995.orig.tar.gz.id
new file mode 100644
index 000..8f39afc
--- /dev/null
+++ b/sqitch_0.995.orig.tar.gz.id
@@ -0,0 +1 @@
+aeb4cf029a6ecb361a733be97ee6485ebb7a0768

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


[sqitch] branch master created (now a1132fa)

2014-07-22 Thread zeha
This is an automated email from the git hooks/post-receive script.

zeha pushed a change to branch master
in repository sqitch.

at  a1132fa   Add upstream patch to use Digest::SHA

This branch includes the following new commits:

   new  0b7dd78   Initial packaging by dh-make-perl 0.82
   new  4ca4b3c   copyright
   new  d47d990   control
   new  a1132fa   Add upstream patch to use Digest::SHA

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.


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


[sqitch] 01/04: Initial packaging by dh-make-perl 0.82

2014-07-22 Thread zeha
This is an automated email from the git hooks/post-receive script.

zeha pushed a commit to branch master
in repository sqitch.

commit 0b7dd78f39fd67366a81d77aa4d84ae716f3c566
Author: Christian Hofstaedtler 
Date:   Mon Jul 21 03:58:53 2014 +0200

Initial packaging by dh-make-perl 0.82
---
 debian/changelog |  5 +++
 debian/compat|  1 +
 debian/control   | 90 
 debian/copyright | 36 +
 debian/rules |  4 +++
 debian/source/format |  1 +
 debian/sqitch.docs   |  1 +
 debian/watch |  2 ++
 8 files changed, 140 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 000..38272bf
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+sqitch (0.995-1) UNRELEASED; urgency=low
+
+  * Initial Release. (Closes: #751740)
+
+ -- Christian Hofstaedtler   Mon, 21 Jul 2014 
03:58:53 +0200
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644
index 000..0a92cb0
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,90 @@
+Source: sqitch
+Section: perl
+Priority: optional
+Maintainer: Debian Perl Group 
+Uploaders: Christian Hofstaedtler 
+Build-Depends: debhelper (>= 9),
+ perl
+Build-Depends-Indep: libcapture-tiny-perl (>= 0.12),
+ libclone-perl,
+ libconfig-gitlike-perl (>= 1.09),
+ libdatetime-perl,
+ libdbi-perl,
+ libdevel-stacktrace-perl (>= 1.30),
+ libdigest-sha1-perl,
+ libencode-locale-perl,
+ libfile-homedir-perl,
+ libhash-merge-perl,
+ libintl-perl (>= 1.20),
+ libio-pager-perl,
+ libipc-run3-perl,
+ libipc-system-simple-perl (>= 1.17),
+ liblist-moreutils-perl,
+ libmoose-perl,
+ libmouse-perl (>= 1.04),
+ libmousex-nativetraits-perl (>= 1.04),
+ libmousex-types-path-class-perl (>= 0.06),
+ libnamespace-autoclean-perl (>= 0.11),
+ libpath-class-perl,
+ libperlio-utf8-strict-perl,
+ librole-hasmessage-perl (>= 0.005),
+ librole-identifiable-perl (>= 0.005),
+ libstring-formatter-perl,
+ libstring-shellquote-perl,
+ libsub-exporter-perl,
+ libtemplate-tiny-perl (>= 0.11),
+ libtest-deep-perl,
+ libtest-dir-perl,
+ libtest-exception-perl,
+ libtest-file-contents-perl (>= 0.20),
+ libtest-file-perl,
+ libtest-mockmodule-perl (>= 0.05),
+ libtest-nowarnings-perl (>= 0.083),
+ libthrowable-perl,
+ libtry-tiny-perl,
+ liburi-db-perl,
+ liburi-perl
+Standards-Version: 3.9.5
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/sqitch.git
+Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/sqitch.git
+Homepage: https://metacpan.org/release/App-Sqitch
+
+Package: sqitch
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends},
+ libclone-perl,
+ libconfig-gitlike-perl (>= 1.09),
+ libdatetime-perl,
+ libdbi-perl,
+ libdevel-stacktrace-perl (>= 1.30),
+ libdigest-sha1-perl,
+ libencode-locale-perl,
+ libfile-homedir-perl,
+ libhash-merge-perl,
+ libintl-perl (>= 1.20),
+ libio-pager-perl,
+ libipc-run3-perl,
+ libipc-system-simple-perl (>= 1.17),
+ liblist-moreutils-perl,
+ libmoose-perl,
+ libmouse-perl (>= 1.04),
+ libmousex-nativetraits-perl (>= 1.04),
+ libmousex-types-path-class-perl (>= 0.06),
+ libnamespace-autoclean-perl (>= 0.11),
+ libpath-class-perl,
+ libperlio-utf8-strict-perl,
+ librole-hasmessage-perl (>= 0.005),
+ librole-identifiable-perl (>= 0.005),
+ libstring-formatter-perl,
+ libstring-shellquote-perl,
+ libsub-exporter-perl,
+ libtemplate-tiny-perl (>= 0.11),
+ libthrowable-perl,
+ libtry-tiny-perl,
+ liburi-db-perl,
+ liburi-perl,
+ perl (>= 5.11.0)
+Description: Sane database change management
+ (no description was found)
+ .
+ This description was automagically extracted from the module by dh-make-perl.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 000..f9726d3
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,36 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Source: https://metacpan.org/release/App-Sqitch
+Upstream-Contact: David E. Wheeler 
+Upstream-Name: App-Sqitch
+DISCLAIMER: This copyright info was automatically extracted 
+ from the perl module. It may not be accurate, so you better 
+ check the module sources in order to ensure the module for its 
+ inclusion in Debian or for general legal information. Please, 
+ if licensing information is incorrectly generated, file a bug 
+ on dh-make-perl.
+ NOTE: Don't forget to remove this disclaimer once you are happy
+ with this file.
+
+Files: *
+Copyright: David E. Wheeler 
+License: 
+
+Files: debian/*
+Copyright: 2014, Christian Hofstaedtler 
+License: Artistic or GPL-1+
+
+License: Artistic
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the Artistic License, which comes with Perl.
+ .
+ On Debian systems, the complete text of the 

[sqitch] 02/04: copyright

2014-07-22 Thread zeha
This is an automated email from the git hooks/post-receive script.

zeha pushed a commit to branch master
in repository sqitch.

commit 4ca4b3c769fedf60d01f9af52127261dff26237e
Author: Christian Hofstaedtler 
Date:   Mon Jul 21 04:09:11 2014 +0200

copyright
---
 debian/copyright | 32 ++--
 1 file changed, 22 insertions(+), 10 deletions(-)

diff --git a/debian/copyright b/debian/copyright
index f9726d3..80ef1ac 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -2,18 +2,10 @@ Format: 
http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Source: https://metacpan.org/release/App-Sqitch
 Upstream-Contact: David E. Wheeler 
 Upstream-Name: App-Sqitch
-DISCLAIMER: This copyright info was automatically extracted 
- from the perl module. It may not be accurate, so you better 
- check the module sources in order to ensure the module for its 
- inclusion in Debian or for general legal information. Please, 
- if licensing information is incorrectly generated, file a bug 
- on dh-make-perl.
- NOTE: Don't forget to remove this disclaimer once you are happy
- with this file.
 
 Files: *
-Copyright: David E. Wheeler 
-License: 
+Copyright: 2014 iovation Inc.
+License: Expat
 
 Files: debian/*
 Copyright: 2014, Christian Hofstaedtler 
@@ -34,3 +26,23 @@ License: GPL-1+
  .
  On Debian systems, the complete text of version 1 of the GNU General
  Public License can be found in `/usr/share/common-licenses/GPL-1'.
+
+License: Expat
+ Permission is hereby granted, free of charge, to any person obtaining
+ a copy of this software and associated documentation files (the
+ "Software"), to deal in the Software without restriction, including
+ without limitation the rights to use, copy, modify, merge, publish,
+ distribute, sublicense, and/or sell copies of the Software, and to
+ permit persons to whom the Software is furnished to do so, subject to
+ the following conditions:
+ .
+ The above copyright notice and this permission notice shall be included
+ in all copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

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


[sqitch] branch pristine-tar created (now 8c9aa9e)

2014-07-22 Thread zeha
This is an automated email from the git hooks/post-receive script.

zeha pushed a change to branch pristine-tar
in repository sqitch.

at  8c9aa9e   pristine-tar data for sqitch_0.995.orig.tar.gz

This branch includes the following new commits:

   new  8c9aa9e   pristine-tar data for sqitch_0.995.orig.tar.gz

The 1 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.


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


[sqitch] 04/04: Add upstream patch to use Digest::SHA

2014-07-22 Thread zeha
This is an automated email from the git hooks/post-receive script.

zeha pushed a commit to branch master
in repository sqitch.

commit a1132fa6a344a8332f9b9a02d5a9df6816c587bb
Author: Christian Hofstaedtler 
Date:   Mon Jul 21 04:20:11 2014 +0200

Add upstream patch to use Digest::SHA
---
 debian/changelog|   1 +
 debian/control  |   4 +-
 debian/patches/digest-sha.patch | 187 
 debian/patches/series   |   1 +
 4 files changed, 191 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 38272bf..cf74bb2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,6 @@
 sqitch (0.995-1) UNRELEASED; urgency=low
 
   * Initial Release. (Closes: #751740)
+  * Add patch from upstream to use Digest::SHA instead of Digest::SHA1.
 
  -- Christian Hofstaedtler   Mon, 21 Jul 2014 
03:58:53 +0200
diff --git a/debian/control b/debian/control
index c8406e9..f56a4bd 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,7 @@ Build-Depends-Indep: libcapture-tiny-perl (>= 0.12),
  libdatetime-perl,
  libdbi-perl,
  libdevel-stacktrace-perl (>= 1.30),
- libdigest-sha1-perl,
+ libdigest-sha-perl,
  libencode-locale-perl,
  libfile-homedir-perl,
  libhash-merge-perl,
@@ -55,7 +55,7 @@ Depends: libclone-perl,
  libdatetime-perl,
  libdbi-perl,
  libdevel-stacktrace-perl (>= 1.30),
- libdigest-sha1-perl,
+ libdigest-sha-perl,
  libencode-locale-perl,
  libfile-homedir-perl,
  libhash-merge-perl,
diff --git a/debian/patches/digest-sha.patch b/debian/patches/digest-sha.patch
new file mode 100644
index 000..7755ce8
--- /dev/null
+++ b/debian/patches/digest-sha.patch
@@ -0,0 +1,187 @@
+From 0571cabf3d7ef9e6e91811ab49f7759f330d314f Mon Sep 17 00:00:00 2001
+From: "David E. Wheeler" 
+Date: Fri, 18 Jul 2014 14:49:48 -0700
+Subject: [PATCH] Switch from Digest::SHA1 to Digest::SHA.
+
+Resolves #176.
+---
+ Changes   |  2 ++
+ dist/sqitch.spec  |  4 ++--
+ lib/App/Sqitch/Plan/Change.pm |  8 
+ lib/App/Sqitch/Plan/Tag.pm|  8 
+ t/change.t| 10 +-
+ t/tag.t   | 10 +-
+ 6 files changed, 22 insertions(+), 20 deletions(-)
+
+Index: sqitch/dist/sqitch.spec
+===
+--- sqitch.orig/dist/sqitch.spec
 sqitch/dist/sqitch.spec
+@@ -18,7 +18,7 @@ BuildRequires:  perl(constant)
+ BuildRequires:  perl(DateTime)
+ BuildRequires:  perl(DBI)
+ BuildRequires:  perl(Devel::StackTrace) >= 1.30
+-BuildRequires:  perl(Digest::SHA1)
++BuildRequires:  perl(Digest::SHA)
+ BuildRequires:  perl(Encode)
+ BuildRequires:  perl(Encode::Locale)
+ BuildRequires:  perl(File::Basename)
+@@ -83,7 +83,7 @@ Requires:   perl(Config::GitLike) >=
+ Requires:   perl(constant)
+ Requires:   perl(DateTime)
+ Requires:   perl(Devel::StackTrace) >= 1.30
+-Requires:   perl(Digest::SHA1)
++Requires:   perl(Digest::SHA)
+ Requires:   perl(Encode)
+ Requires:   perl(Encode::Locale)
+ Requires:   perl(File::Basename)
+Index: sqitch/lib/App/Sqitch/Plan/Change.pm
+===
+--- sqitch.orig/lib/App/Sqitch/Plan/Change.pm
 sqitch/lib/App/Sqitch/Plan/Change.pm
+@@ -149,8 +149,8 @@ has id => (
+ lazy => 1,
+ default  => sub {
+ my $content = encode_utf8 shift->info;
+-require Digest::SHA1;
+-return Digest::SHA1->new->add(
++require Digest::SHA;
++return Digest::SHA->new(1)->add(
+ 'change ' . length($content) . "\0" . $content
+ )->hexdigest;
+ }
+@@ -178,8 +178,8 @@ has old_id => (
+ lazy => 1,
+ default  => sub {
+ my $content = encode_utf8 shift->old_info;
+-require Digest::SHA1;
+-return Digest::SHA1->new->add(
++require Digest::SHA;
++return Digest::SHA->new(1)->add(
+ 'change ' . length($content) . "\0" . $content
+ )->hexdigest;
+ }
+Index: sqitch/lib/App/Sqitch/Plan/Tag.pm
+===
+--- sqitch.orig/lib/App/Sqitch/Plan/Tag.pm
 sqitch/lib/App/Sqitch/Plan/Tag.pm
+@@ -40,8 +40,8 @@ has id => (
+ lazy => 1,
+ default  => sub {
+ my $content = encode_utf8 shift->info;
+-require Digest::SHA1;
+-return Digest::SHA1->new->add(
++require Digest::SHA;
++return Digest::SHA->new(1)->add(
+ 'tag ' . length($content) . "\0" . $conte

[sqitch] tag upstream/0.995 created (now 461e997)

2014-07-22 Thread zeha
This is an automated email from the git hooks/post-receive script.

zeha pushed a change to tag upstream/0.995
in repository sqitch.

at  461e997   (commit)
No new revisions were added by this update.

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


[sqitch] 01/05: Provide a HOME directory during build

2014-07-22 Thread zeha
This is an automated email from the git hooks/post-receive script.

zeha pushed a commit to branch master
in repository sqitch.

commit 4bf35479bddbeb73eea206e9a5b97de6b46d8b8f
Author: Christian Hofstaedtler 
Date:   Tue Jul 22 18:14:38 2014 +0200

Provide a HOME directory during build

Required for the tests to run.
Copied from libfile-homedir-perl's rules file.
---
 debian/rules | 12 
 1 file changed, 12 insertions(+)

diff --git a/debian/rules b/debian/rules
index 2d33f6a..9144a70 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +1,16 @@
 #!/usr/bin/make -f
 
+# The tests require a home directory (mostly for the .conf file), so
+# provide one.
+BUILDHOME = $(CURDIR)/debian/build
+
 %:
dh $@
+
+override_dh_clean:
+   dh_clean
+   rm -rf $(BUILDHOME)
+
+override_dh_auto_test:
+   mkdir -p $(BUILDHOME)
+   HOME=$(BUILDHOME) dh_auto_test

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


[sqitch] branch master updated (a1132fa -> 6b25bd6)

2014-07-22 Thread zeha
This is an automated email from the git hooks/post-receive script.

zeha pushed a change to branch master
in repository sqitch.

  from  a1132fa   Add upstream patch to use Digest::SHA
   new  4bf3547   Provide a HOME directory during build
   new  cd47c84   Explicitly set path to /etc
   new  d61e452   Ignore manpage-has-bad-whatis-entry
   new  77ca58f   Add database-support packages
   new  6b25bd6   Use my debian.org email address

The 5 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:
 debian/changelog|  2 +-
 debian/control  | 61 ++---
 debian/rules| 15 ++
 debian/sqitch.lintian-overrides |  2 ++
 4 files changed, 75 insertions(+), 5 deletions(-)
 create mode 100644 debian/sqitch.lintian-overrides

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


[sqitch] 04/05: Add database-support packages

2014-07-22 Thread zeha
This is an automated email from the git hooks/post-receive script.

zeha pushed a commit to branch master
in repository sqitch.

commit 77ca58faf5b29390bc6422cf62569b95885801e4
Author: Christian Hofstaedtler 
Date:   Tue Jul 22 18:51:50 2014 +0200

Add database-support packages
---
 debian/control | 59 +++---
 1 file changed, 56 insertions(+), 3 deletions(-)

diff --git a/debian/control b/debian/control
index f56a4bd..5850bc4 100644
--- a/debian/control
+++ b/debian/control
@@ -84,7 +84,60 @@ Depends: libclone-perl,
  perl (>= 5.11.0),
  ${misc:Depends},
  ${perl:Depends}
+Recommends: sqitch-pg | sqitch-sqlite | sqitch-mysql | sqitch-firebird
 Description: Sane database change management
- Application that provides a simple yet robust interface for
- database change management. The philosophy and functionality is
- inspired by Git.
+ Provides a simple yet robust interface for database change
+ management. The philosophy and functionality is inspired by
+ Git.
+
+Package: sqitch-pg
+Architecture: all
+Depends: libdbd-pg-perl (>= 2.0.0),
+ libdbi-perl,
+ postgresql-client,
+ sqitch (>= ${source:Version}),
+ ${misc:Depends}
+Description: Sane database change management - PostgreSQL support
+ Provides a simple yet robust interface for database change
+ management. The philosophy and functionality is inspired by
+ Git.
+ This dependency package bundles the Sqitch PostgreSQL support.
+
+Package: sqitch-sqlite
+Architecture: all
+Depends: libdbd-sqlite-perl (>= 1.37),
+ libdbi-perl,
+ sqitch (>= ${source:Version}),
+ sqlite3,
+ ${misc:Depends}
+Description: Sane database change management - SQLite support
+ Provides a simple yet robust interface for database change
+ management. The philosophy and functionality is inspired by
+ Git.
+ This dependency package bundles the Sqitch SQLite support.
+
+Package: sqitch-mysql
+Architecture: all
+Depends: libdbd-mysql-perl (>= 4.018),
+ libdbi-perl,
+ mysql-client,
+ sqitch (>= ${source:Version}),
+ ${misc:Depends}
+Description: Sane database change management - MySQL support
+ Provides a simple yet robust interface for database change
+ management. The philosophy and functionality is inspired by
+ Git.
+ This dependency package bundles the Sqitch MySQL support.
+
+Package: sqitch-firebird
+Architecture: all
+Depends: firebird2.5-classic | firebird2.5-super,
+ libdbd-firebird-perl (>= 1.11),
+ libdbi-perl,
+ sqitch (>= ${source:Version}),
+ ${misc:Depends}
+Description: Sane database change management - Firebird support
+ Provides a simple yet robust interface for database change
+ management. The philosophy and functionality is inspired by
+ Git.
+ This dependency package bundles the Sqitch Firebird support.

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


[sqitch] 05/05: Use my debian.org email address

2014-07-22 Thread zeha
This is an automated email from the git hooks/post-receive script.

zeha pushed a commit to branch master
in repository sqitch.

commit 6b25bd6f63d75c88aad6a0d92ba6860d3da3235d
Author: Christian Hofstaedtler 
Date:   Tue Jul 22 19:09:10 2014 +0200

Use my debian.org email address
---
 debian/changelog | 2 +-
 debian/control   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index cf74bb2..90c42b8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,4 +3,4 @@ sqitch (0.995-1) UNRELEASED; urgency=low
   * Initial Release. (Closes: #751740)
   * Add patch from upstream to use Digest::SHA instead of Digest::SHA1.
 
- -- Christian Hofstaedtler   Mon, 21 Jul 2014 
03:58:53 +0200
+ -- Christian Hofstaedtler   Tue, 22 Jul 2014 19:08:53 +0200
diff --git a/debian/control b/debian/control
index 5850bc4..3d3392a 100644
--- a/debian/control
+++ b/debian/control
@@ -1,6 +1,6 @@
 Source: sqitch
 Maintainer: Debian Perl Group 
-Uploaders: Christian Hofstaedtler 
+Uploaders: Christian Hofstaedtler 
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 9), perl

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


[sqitch] 03/05: Ignore manpage-has-bad-whatis-entry

2014-07-22 Thread zeha
This is an automated email from the git hooks/post-receive script.

zeha pushed a commit to branch master
in repository sqitch.

commit d61e452b5454501ee55157f4ab13d4f4d0a0de32
Author: Christian Hofstaedtler 
Date:   Tue Jul 22 18:39:00 2014 +0200

Ignore manpage-has-bad-whatis-entry

These man pages aren't for programs per-se, so it's probably okay
to ignore this warning for them.
---
 debian/sqitch.lintian-overrides | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/debian/sqitch.lintian-overrides b/debian/sqitch.lintian-overrides
new file mode 100644
index 000..eb57d80
--- /dev/null
+++ b/debian/sqitch.lintian-overrides
@@ -0,0 +1,2 @@
+manpage-has-bad-whatis-entry usr/share/man/man3/sqitchcommands.3pm.gz
+manpage-has-bad-whatis-entry usr/share/man/man3/sqitchusage.3pm.gz

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


[sqitch] 02/05: Explicitly set path to /etc

2014-07-22 Thread zeha
This is an automated email from the git hooks/post-receive script.

zeha pushed a commit to branch master
in repository sqitch.

commit cd47c84ea48b73d9936a218868f1d5d66b6a8132
Author: Christian Hofstaedtler 
Date:   Tue Jul 22 18:35:14 2014 +0200

Explicitly set path to /etc
---
 debian/rules | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/debian/rules b/debian/rules
index 9144a70..67a5380 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,6 +7,9 @@ BUILDHOME = $(CURDIR)/debian/build
 %:
dh $@
 
+override_dh_auto_configure:
+   dh_auto_configure -- --etcdir=/etc
+
 override_dh_clean:
dh_clean
rm -rf $(BUILDHOME)

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


[sqitch] branch master updated (6b25bd6 -> 9375fcc)

2014-07-22 Thread zeha
This is an automated email from the git hooks/post-receive script.

zeha pushed a change to branch master
in repository sqitch.

  from  6b25bd6   Use my debian.org email address
   new  a3ceb44   Stop installing README.md
   new  e6c100c   Fix years in d/copyright
   new  8aca4f6   Use my debian.org email in d/copyright
   new  e1324f4   Mention sqitch in the long description
   new  44c900d   Remove explicit libdigest-sha-perl dependency
   new  5a28c48   Correct DBD::SQLite package name
   new  214c4e5   Remove unneeded version specifiers from dependencies
   new  b4dcbfe   Add versioned B-D-I for libtest-simple-perl and 
libmodule-build-perl
   new  57245c3   Actually install files
   new  9375fcc   Set etcdir to be /etc/sqitch, not /etc

The 10 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:
 debian/control| 61 ++-
 debian/copyright  |  4 ++--
 debian/rules  |  2 +-
 debian/sqitch.docs|  1 -
 debian/sqitch.install |  2 ++
 5 files changed, 36 insertions(+), 34 deletions(-)
 delete mode 100644 debian/sqitch.docs
 create mode 100644 debian/sqitch.install

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


[sqitch] 04/10: Mention sqitch in the long description

2014-07-22 Thread zeha
This is an automated email from the git hooks/post-receive script.

zeha pushed a commit to branch master
in repository sqitch.

commit e1324f456418a2ba6530a9aa044614b4a7063b1a
Author: Christian Hofstaedtler 
Date:   Tue Jul 22 20:00:08 2014 +0200

Mention sqitch in the long description
---
 debian/control | 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/debian/control b/debian/control
index 3d3392a..e32ba1d 100644
--- a/debian/control
+++ b/debian/control
@@ -86,7 +86,7 @@ Depends: libclone-perl,
  ${perl:Depends}
 Recommends: sqitch-pg | sqitch-sqlite | sqitch-mysql | sqitch-firebird
 Description: Sane database change management
- Provides a simple yet robust interface for database change
+ Sqitch provides a simple yet robust interface for database change
  management. The philosophy and functionality is inspired by
  Git.
 
@@ -98,7 +98,7 @@ Depends: libdbd-pg-perl (>= 2.0.0),
  sqitch (>= ${source:Version}),
  ${misc:Depends}
 Description: Sane database change management - PostgreSQL support
- Provides a simple yet robust interface for database change
+ Sqitch provides a simple yet robust interface for database change
  management. The philosophy and functionality is inspired by
  Git.
  This dependency package bundles the Sqitch PostgreSQL support.
@@ -111,7 +111,7 @@ Depends: libdbd-sqlite-perl (>= 1.37),
  sqlite3,
  ${misc:Depends}
 Description: Sane database change management - SQLite support
- Provides a simple yet robust interface for database change
+ Sqitch provides a simple yet robust interface for database change
  management. The philosophy and functionality is inspired by
  Git.
  This dependency package bundles the Sqitch SQLite support.
@@ -124,7 +124,7 @@ Depends: libdbd-mysql-perl (>= 4.018),
  sqitch (>= ${source:Version}),
  ${misc:Depends}
 Description: Sane database change management - MySQL support
- Provides a simple yet robust interface for database change
+ Sqitch provides a simple yet robust interface for database change
  management. The philosophy and functionality is inspired by
  Git.
  This dependency package bundles the Sqitch MySQL support.
@@ -137,7 +137,7 @@ Depends: firebird2.5-classic | firebird2.5-super,
  sqitch (>= ${source:Version}),
  ${misc:Depends}
 Description: Sane database change management - Firebird support
- Provides a simple yet robust interface for database change
+ Sqitch provides a simple yet robust interface for database change
  management. The philosophy and functionality is inspired by
  Git.
  This dependency package bundles the Sqitch Firebird support.

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


[sqitch] 05/10: Remove explicit libdigest-sha-perl dependency

2014-07-22 Thread zeha
This is an automated email from the git hooks/post-receive script.

zeha pushed a commit to branch master
in repository sqitch.

commit 44c900d21511dba0293b7f2f088479f694993e77
Author: Christian Hofstaedtler 
Date:   Tue Jul 22 20:02:31 2014 +0200

Remove explicit libdigest-sha-perl dependency

It's part of perl anyway.
---
 debian/control | 2 --
 1 file changed, 2 deletions(-)

diff --git a/debian/control b/debian/control
index e32ba1d..9493705 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,6 @@ Build-Depends-Indep: libcapture-tiny-perl (>= 0.12),
  libdatetime-perl,
  libdbi-perl,
  libdevel-stacktrace-perl (>= 1.30),
- libdigest-sha-perl,
  libencode-locale-perl,
  libfile-homedir-perl,
  libhash-merge-perl,
@@ -55,7 +54,6 @@ Depends: libclone-perl,
  libdatetime-perl,
  libdbi-perl,
  libdevel-stacktrace-perl (>= 1.30),
- libdigest-sha-perl,
  libencode-locale-perl,
  libfile-homedir-perl,
  libhash-merge-perl,

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


[sqitch] 02/10: Fix years in d/copyright

2014-07-22 Thread zeha
This is an automated email from the git hooks/post-receive script.

zeha pushed a commit to branch master
in repository sqitch.

commit e6c100c37d50dc1d3ea4d137f4ab6b4c3c3f3c32
Author: Christian Hofstaedtler 
Date:   Tue Jul 22 19:58:51 2014 +0200

Fix years in d/copyright
---
 debian/copyright | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/copyright b/debian/copyright
index 80ef1ac..70b8658 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -4,7 +4,7 @@ Upstream-Contact: David E. Wheeler 
 Upstream-Name: App-Sqitch
 
 Files: *
-Copyright: 2014 iovation Inc.
+Copyright: 2012-2014 iovation Inc.
 License: Expat
 
 Files: debian/*

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


[sqitch] 01/10: Stop installing README.md

2014-07-22 Thread zeha
This is an automated email from the git hooks/post-receive script.

zeha pushed a commit to branch master
in repository sqitch.

commit a3ceb44552688e2b6c7b871987dcb5e23d7ede6f
Author: Christian Hofstaedtler 
Date:   Tue Jul 22 19:58:24 2014 +0200

Stop installing README.md

This file is not really interesting.
---
 debian/sqitch.docs | 1 -
 1 file changed, 1 deletion(-)

diff --git a/debian/sqitch.docs b/debian/sqitch.docs
deleted file mode 100644
index b43bf86..000
--- a/debian/sqitch.docs
+++ /dev/null
@@ -1 +0,0 @@
-README.md

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


[sqitch] 07/10: Remove unneeded version specifiers from dependencies

2014-07-22 Thread zeha
This is an automated email from the git hooks/post-receive script.

zeha pushed a commit to branch master
in repository sqitch.

commit 214c4e54ca3aa8a195042c633ae8d473490508df
Author: Christian Hofstaedtler 
Date:   Tue Jul 22 20:05:49 2014 +0200

Remove unneeded version specifiers from dependencies

Those packages are new enough starting in oldstable.
Automated change done using `cme fix dpkg-control`.
---
 debian/control | 43 ++-
 1 file changed, 22 insertions(+), 21 deletions(-)

diff --git a/debian/control b/debian/control
index 096466c..a470549 100644
--- a/debian/control
+++ b/debian/control
@@ -3,41 +3,42 @@ Maintainer: Debian Perl Group 

 Uploaders: Christian Hofstaedtler 
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 9), perl
+Build-Depends: debhelper (>= 9),
+   perl
 Build-Depends-Indep: libcapture-tiny-perl (>= 0.12),
  libclone-perl,
  libconfig-gitlike-perl (>= 1.09),
  libdatetime-perl,
  libdbi-perl,
- libdevel-stacktrace-perl (>= 1.30),
+ libdevel-stacktrace-perl,
  libencode-locale-perl,
  libfile-homedir-perl,
  libhash-merge-perl,
- libintl-perl (>= 1.20),
+ libintl-perl,
  libio-pager-perl,
  libipc-run3-perl,
- libipc-system-simple-perl (>= 1.17),
+ libipc-system-simple-perl,
  liblist-moreutils-perl,
  libmoose-perl,
  libmouse-perl (>= 1.04),
- libmousex-nativetraits-perl (>= 1.04),
- libmousex-types-path-class-perl (>= 0.06),
+ libmousex-nativetraits-perl,
+ libmousex-types-path-class-perl,
  libnamespace-autoclean-perl (>= 0.11),
  libpath-class-perl,
  libperlio-utf8-strict-perl,
- librole-hasmessage-perl (>= 0.005),
- librole-identifiable-perl (>= 0.005),
+ librole-hasmessage-perl,
+ librole-identifiable-perl,
  libstring-formatter-perl,
  libstring-shellquote-perl,
  libsub-exporter-perl,
- libtemplate-tiny-perl (>= 0.11),
+ libtemplate-tiny-perl,
  libtest-deep-perl,
  libtest-dir-perl,
  libtest-exception-perl,
- libtest-file-contents-perl (>= 0.20),
+ libtest-file-contents-perl,
  libtest-file-perl,
- libtest-mockmodule-perl (>= 0.05),
- libtest-nowarnings-perl (>= 0.083),
+ libtest-mockmodule-perl,
+ libtest-nowarnings-perl,
  libthrowable-perl,
  libtry-tiny-perl,
  liburi-db-perl,
@@ -53,28 +54,28 @@ Depends: libclone-perl,
  libconfig-gitlike-perl (>= 1.09),
  libdatetime-perl,
  libdbi-perl,
- libdevel-stacktrace-perl (>= 1.30),
+ libdevel-stacktrace-perl,
  libencode-locale-perl,
  libfile-homedir-perl,
  libhash-merge-perl,
- libintl-perl (>= 1.20),
+ libintl-perl,
  libio-pager-perl,
  libipc-run3-perl,
- libipc-system-simple-perl (>= 1.17),
+ libipc-system-simple-perl,
  liblist-moreutils-perl,
  libmoose-perl,
  libmouse-perl (>= 1.04),
- libmousex-nativetraits-perl (>= 1.04),
- libmousex-types-path-class-perl (>= 0.06),
+ libmousex-nativetraits-perl,
+ libmousex-types-path-class-perl,
  libnamespace-autoclean-perl (>= 0.11),
  libpath-class-perl,
  libperlio-utf8-strict-perl,
- librole-hasmessage-perl (>= 0.005),
- librole-identifiable-perl (>= 0.005),
+ librole-hasmessage-perl,
+ librole-identifiable-perl,
  libstring-formatter-perl,
  libstring-shellquote-perl,
  libsub-exporter-perl,
- libtemplate-tiny-perl (>= 0.11),
+ libtemplate-tiny-perl,
  libthrowable-perl,
  libtry-tiny-perl,
  liburi-db-perl,
@@ -90,7 +91,7 @@ Description: Sane database change management
 
 Package: sqitch-pg
 Architecture: all
-Depends: libdbd-pg-perl (>= 2.0.0),
+Depends: libdbd-pg-perl,
  libdbi-perl,
  postgresql-client,
  sqitch (>= ${source:Version}),

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

___

[sqitch] 10/10: Set etcdir to be /etc/sqitch, not /etc

2014-07-22 Thread zeha
This is an automated email from the git hooks/post-receive script.

zeha pushed a commit to branch master
in repository sqitch.

commit 9375fcc23cbbd7f4e19b0b9298abf87c8de94f3a
Author: Christian Hofstaedtler 
Date:   Tue Jul 22 20:17:04 2014 +0200

Set etcdir to be /etc/sqitch, not /etc
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 67a5380..022a5b0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,7 +8,7 @@ BUILDHOME = $(CURDIR)/debian/build
dh $@
 
 override_dh_auto_configure:
-   dh_auto_configure -- --etcdir=/etc
+   dh_auto_configure -- --etcdir=/etc/sqitch
 
 override_dh_clean:
dh_clean

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


[sqitch] 03/10: Use my debian.org email in d/copyright

2014-07-22 Thread zeha
This is an automated email from the git hooks/post-receive script.

zeha pushed a commit to branch master
in repository sqitch.

commit 8aca4f65f996569cbf78ec2ef2ff45d766e70426
Author: Christian Hofstaedtler 
Date:   Tue Jul 22 19:59:19 2014 +0200

Use my debian.org email in d/copyright
---
 debian/copyright | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/copyright b/debian/copyright
index 70b8658..aa97f12 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -8,7 +8,7 @@ Copyright: 2012-2014 iovation Inc.
 License: Expat
 
 Files: debian/*
-Copyright: 2014, Christian Hofstaedtler 
+Copyright: 2014, Christian Hofstaedtler 
 License: Artistic or GPL-1+
 
 License: Artistic

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


[sqitch] 06/10: Correct DBD::SQLite package name

2014-07-22 Thread zeha
This is an automated email from the git hooks/post-receive script.

zeha pushed a commit to branch master
in repository sqitch.

commit 5a28c48ec60f1a4a5deb03598b6f3227bb232cc2
Author: Christian Hofstaedtler 
Date:   Tue Jul 22 20:04:21 2014 +0200

Correct DBD::SQLite package name
---
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 9493705..096466c 100644
--- a/debian/control
+++ b/debian/control
@@ -103,7 +103,7 @@ Description: Sane database change management - PostgreSQL 
support
 
 Package: sqitch-sqlite
 Architecture: all
-Depends: libdbd-sqlite-perl (>= 1.37),
+Depends: libdbd-sqlite3-perl (>= 1.37),
  libdbi-perl,
  sqitch (>= ${source:Version}),
  sqlite3,

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


[sqitch] 09/10: Actually install files

2014-07-22 Thread zeha
This is an automated email from the git hooks/post-receive script.

zeha pushed a commit to branch master
in repository sqitch.

commit 57245c3a17ffaddf7ee8b0ae9afd45d02fa86ef4
Author: Christian Hofstaedtler 
Date:   Tue Jul 22 20:16:38 2014 +0200

Actually install files

Needed as we're now building multiple binary packages.
---
 debian/sqitch.install | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/debian/sqitch.install b/debian/sqitch.install
new file mode 100644
index 000..a75e237
--- /dev/null
+++ b/debian/sqitch.install
@@ -0,0 +1,2 @@
+etc
+usr

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


[sqitch] 08/10: Add versioned B-D-I for libtest-simple-perl and libmodule-build-perl

2014-07-22 Thread zeha
This is an automated email from the git hooks/post-receive script.

zeha pushed a commit to branch master
in repository sqitch.

commit b4dcbfedebbdfed86864a2e6e08e26250ed7070f
Author: Christian Hofstaedtler 
Date:   Tue Jul 22 20:13:50 2014 +0200

Add versioned B-D-I for libtest-simple-perl and libmodule-build-perl

To support squeeze.
---
 debian/control | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index a470549..3625c58 100644
--- a/debian/control
+++ b/debian/control
@@ -42,7 +42,9 @@ Build-Depends-Indep: libcapture-tiny-perl (>= 0.12),
  libthrowable-perl,
  libtry-tiny-perl,
  liburi-db-perl,
- liburi-perl
+ liburi-perl,
+ perl (>= 5.11.0) | libmodule-build-perl (>= 0.35),
+ perl (>= 5.11.1) | libtest-simple-perl (>= 0.94)
 Standards-Version: 3.9.5
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/sqitch.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/sqitch.git

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


[sqitch] 02/02: Fix install file

2014-07-22 Thread zeha
This is an automated email from the git hooks/post-receive script.

zeha pushed a commit to branch master
in repository sqitch.

commit 3f3a0b57b9f9e08e5b03e75436269aeb4b5da3b6
Author: Christian Hofstaedtler 
Date:   Tue Jul 22 20:34:42 2014 +0200

Fix install file

Prefix paths with debian/tmp, so we get the *built* files, vs.
the source-shipped files. (Esp. for /etc)
---
 debian/sqitch.install | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/sqitch.install b/debian/sqitch.install
index a75e237..d2134d8 100644
--- a/debian/sqitch.install
+++ b/debian/sqitch.install
@@ -1,2 +1,2 @@
-etc
-usr
+debian/tmp/etc/sqitch etc
+debian/tmp/usr/* usr

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


[sqitch] 01/02: Patch out private pod section to fix bad-whatis

2014-07-22 Thread zeha
This is an automated email from the git hooks/post-receive script.

zeha pushed a commit to branch master
in repository sqitch.

commit e66599f7c2795d170f59f93f49ad35232c83341c
Author: Christian Hofstaedtler 
Date:   Tue Jul 22 20:26:01 2014 +0200

Patch out private pod section to fix bad-whatis
---
 debian/patches/fix-bad-whatis-man.patch | 45 +
 debian/patches/series   |  1 +
 debian/sqitch.lintian-overrides |  2 --
 3 files changed, 46 insertions(+), 2 deletions(-)

diff --git a/debian/patches/fix-bad-whatis-man.patch 
b/debian/patches/fix-bad-whatis-man.patch
new file mode 100644
index 000..f66818f
--- /dev/null
+++ b/debian/patches/fix-bad-whatis-man.patch
@@ -0,0 +1,45 @@
+Description: Fix bad whatis indexing of man pages
+ By removing the private markers, the generated man pages get their
+ correct format, so whatis indexing works.
+Forwarded: not-needed
+Author: Christian Hofstaedtler 
+
+
+Index: sqitch/lib/sqitchcommands.pod
+===
+--- sqitch.orig/lib/sqitchcommands.pod
 sqitch/lib/sqitchcommands.pod
+@@ -1,14 +1,7 @@
+-=begin private
+-
+-Keep private to it's not displayed, but will still be indexed by the CPAN
+-toolchain.
+-
+ =head1 Name
+ 
+ sqitchcommands - List of common sqitch commands
+ 
+-=end private
+-
+ =head1 Usage
+ 
+   sqitch []  [] []
+Index: sqitch/lib/sqitchusage.pod
+===
+--- sqitch.orig/lib/sqitchusage.pod
 sqitch/lib/sqitchusage.pod
+@@ -1,14 +1,7 @@
+-=begin private
+-
+-Keep private to it's not displayed, but will still be indexed by the CPAN
+-toolchain.
+-
+ =head1 Name
+ 
+ sqitchusage - Sqitch usage statement
+ 
+-=end private
+-
+ =head1 Usage
+ 
+   sqitch []  [] []
diff --git a/debian/patches/series b/debian/patches/series
index ba2b602..0f999a3 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
+fix-bad-whatis-man.patch
 digest-sha.patch
diff --git a/debian/sqitch.lintian-overrides b/debian/sqitch.lintian-overrides
deleted file mode 100644
index eb57d80..000
--- a/debian/sqitch.lintian-overrides
+++ /dev/null
@@ -1,2 +0,0 @@
-manpage-has-bad-whatis-entry usr/share/man/man3/sqitchcommands.3pm.gz
-manpage-has-bad-whatis-entry usr/share/man/man3/sqitchusage.3pm.gz

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


[sqitch] branch master updated (9375fcc -> 3f3a0b5)

2014-07-22 Thread zeha
This is an automated email from the git hooks/post-receive script.

zeha pushed a change to branch master
in repository sqitch.

  from  9375fcc   Set etcdir to be /etc/sqitch, not /etc
   new  e66599f   Patch out private pod section to fix bad-whatis
   new  3f3a0b5   Fix install file

The 2 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:
 debian/patches/fix-bad-whatis-man.patch | 45 +
 debian/patches/series   |  1 +
 debian/sqitch.install   |  4 +--
 debian/sqitch.lintian-overrides |  2 --
 4 files changed, 48 insertions(+), 4 deletions(-)
 create mode 100644 debian/patches/fix-bad-whatis-man.patch
 delete mode 100644 debian/sqitch.lintian-overrides

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


[sqitch] 01/02: Remove empty dependency packages

2014-07-24 Thread zeha
This is an automated email from the git hooks/post-receive script.

zeha pushed a commit to branch master
in repository sqitch.

commit 077750874fd681cc090423cb8c12ee225275794a
Author: Christian Hofstaedtler 
Date:   Tue Jul 22 22:13:13 2014 +0200

Remove empty dependency packages
---
 debian/control| 55 ++-
 debian/sqitch.install |  2 --
 2 files changed, 2 insertions(+), 55 deletions(-)

diff --git a/debian/control b/debian/control
index 3625c58..a379a37 100644
--- a/debian/control
+++ b/debian/control
@@ -83,62 +83,11 @@ Depends: libclone-perl,
  liburi-db-perl,
  liburi-perl,
  perl (>= 5.11.0),
+ libdbd-pg-perl | libdbd-sqlite3-perl (>= 1.37) | libdbd-mysql-perl 
(>= 4.018) | libdbd-firebird-perl (>= 1.11),
+ postgresql-client | sqlite3 | mysql-client | firebird2.5-classic | 
firebird2.5-super,
  ${misc:Depends},
  ${perl:Depends}
-Recommends: sqitch-pg | sqitch-sqlite | sqitch-mysql | sqitch-firebird
 Description: Sane database change management
  Sqitch provides a simple yet robust interface for database change
  management. The philosophy and functionality is inspired by
  Git.
-
-Package: sqitch-pg
-Architecture: all
-Depends: libdbd-pg-perl,
- libdbi-perl,
- postgresql-client,
- sqitch (>= ${source:Version}),
- ${misc:Depends}
-Description: Sane database change management - PostgreSQL support
- Sqitch provides a simple yet robust interface for database change
- management. The philosophy and functionality is inspired by
- Git.
- This dependency package bundles the Sqitch PostgreSQL support.
-
-Package: sqitch-sqlite
-Architecture: all
-Depends: libdbd-sqlite3-perl (>= 1.37),
- libdbi-perl,
- sqitch (>= ${source:Version}),
- sqlite3,
- ${misc:Depends}
-Description: Sane database change management - SQLite support
- Sqitch provides a simple yet robust interface for database change
- management. The philosophy and functionality is inspired by
- Git.
- This dependency package bundles the Sqitch SQLite support.
-
-Package: sqitch-mysql
-Architecture: all
-Depends: libdbd-mysql-perl (>= 4.018),
- libdbi-perl,
- mysql-client,
- sqitch (>= ${source:Version}),
- ${misc:Depends}
-Description: Sane database change management - MySQL support
- Sqitch provides a simple yet robust interface for database change
- management. The philosophy and functionality is inspired by
- Git.
- This dependency package bundles the Sqitch MySQL support.
-
-Package: sqitch-firebird
-Architecture: all
-Depends: firebird2.5-classic | firebird2.5-super,
- libdbd-firebird-perl (>= 1.11),
- libdbi-perl,
- sqitch (>= ${source:Version}),
- ${misc:Depends}
-Description: Sane database change management - Firebird support
- Sqitch provides a simple yet robust interface for database change
- management. The philosophy and functionality is inspired by
- Git.
- This dependency package bundles the Sqitch Firebird support.
diff --git a/debian/sqitch.install b/debian/sqitch.install
deleted file mode 100644
index d2134d8..000
--- a/debian/sqitch.install
+++ /dev/null
@@ -1,2 +0,0 @@
-debian/tmp/etc/sqitch etc
-debian/tmp/usr/* usr

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


[sqitch] branch master updated (3f3a0b5 -> bb0d6e2)

2014-07-24 Thread zeha
This is an automated email from the git hooks/post-receive script.

zeha pushed a change to branch master
in repository sqitch.

  from  3f3a0b5   Fix install file
   new  0777508   Remove empty dependency packages
   new  bb0d6e2   releasing package sqitch version 0.995-1

The 2 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:
 debian/changelog  |  6 --
 debian/control| 55 ++-
 debian/sqitch.install |  2 --
 3 files changed, 6 insertions(+), 57 deletions(-)
 delete mode 100644 debian/sqitch.install

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


[sqitch] 02/02: releasing package sqitch version 0.995-1

2014-07-24 Thread zeha
This is an automated email from the git hooks/post-receive script.

zeha pushed a commit to branch master
in repository sqitch.

commit bb0d6e2c12be9daa6c72e52815f11f23df9f4e66
Author: Christian Hofstaedtler 
Date:   Thu Jul 24 01:28:34 2014 +0200

releasing package sqitch version 0.995-1
---
 debian/changelog | 6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 90c42b8..44cc6e2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
-sqitch (0.995-1) UNRELEASED; urgency=low
+sqitch (0.995-1) unstable; urgency=low
 
   * Initial Release. (Closes: #751740)
   * Add patch from upstream to use Digest::SHA instead of Digest::SHA1.
+  * Many thanks to gregor herrmann  for review and
+packaging suggestions.
 
- -- Christian Hofstaedtler   Tue, 22 Jul 2014 19:08:53 +0200
+ -- Christian Hofstaedtler   Thu, 24 Jul 2014 23:59:59 +0200

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


[sqitch] annotated tag debian/0.995-1 created (now 3932c0b)

2014-07-24 Thread zeha
This is an automated email from the git hooks/post-receive script.

zeha pushed a change to annotated tag debian/0.995-1
in repository sqitch.

at  3932c0b   (tag)
   tagging  bb0d6e2c12be9daa6c72e52815f11f23df9f4e66 (commit)
 tagged by  Christian Hofstaedtler
on  Thu Jul 24 01:29:19 2014 +0200

- Log -
sqitch Debian release 0.995-1

Christian Hofstaedtler (24):
  Import original source of App-Sqitch 0.995
  Initial packaging by dh-make-perl 0.82
  copyright
  control
  Add upstream patch to use Digest::SHA
  Provide a HOME directory during build
  Explicitly set path to /etc
  Ignore manpage-has-bad-whatis-entry
  Add database-support packages
  Use my debian.org email address
  Stop installing README.md
  Fix years in d/copyright
  Use my debian.org email in d/copyright
  Mention sqitch in the long description
  Remove explicit libdigest-sha-perl dependency
  Correct DBD::SQLite package name
  Remove unneeded version specifiers from dependencies
  Add versioned B-D-I for libtest-simple-perl and libmodule-build-perl
  Actually install files
  Set etcdir to be /etc/sqitch, not /etc
  Patch out private pod section to fix bad-whatis
  Fix install file
  Remove empty dependency packages
  releasing package sqitch version 0.995-1

---

No new revisions were added by this update.

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


[sqitch] 02/05: Update debian/changelog

2015-06-14 Thread zeha
This is an automated email from the git hooks/post-receive script.

zeha pushed a commit to branch master
in repository sqitch.

commit 277f3e431780f47e7b122cf3f08dbfb034958a34
Author: Christian Hofstaedtler 
Date:   Sun Jun 14 12:59:52 2015 +0200

Update debian/changelog

Git-Dch: Ignore
---
 debian/changelog | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index ba7533c..07300f2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+sqitch (0.9992-1) UNRELEASED; urgency=medium
+
+  * Imported upstream version 0.9992
+
+ -- Christian Hofstaedtler   Sun, 14 Jun 2015 12:59:52 +0200
+
 sqitch (0.9991-1) unstable; urgency=medium
 
   * Team upload.

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


[sqitch] 01/05: Merge tag 'upstream/0.9992'

2015-06-14 Thread zeha
This is an automated email from the git hooks/post-receive script.

zeha pushed a commit to branch master
in repository sqitch.

commit 202e81220bb29797df74329465da458dc25fb5db
Merge: 26f4ee5 51c9c4e
Author: Christian Hofstaedtler 
Date:   Sun Jun 14 12:59:52 2015 +0200

Merge tag 'upstream/0.9992'

Upstream version 0.9992

 Build.PL   |   5 ++-
 Changes|  28 ++
 MANIFEST   |   8 +++-
 META.json  |   5 ++-
 META.yml   |   5 ++-
 README |   4 +-
 README.md  |   2 +-
 dist/sqitch.spec   |  24 ++--
 lib/App/Sqitch.pm  |   2 +-
 lib/App/Sqitch/Command.pm  |   2 +-
 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  |   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  |   2 +-
 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 |   2 +-
 lib/App/Sqitch/Engine.pm   |   6 +--
 lib/App/Sqitch/Engine/Upgrade/firebird-1.0.sql |   1 +
 lib/App/Sqitch/Engine/Upgrade/firebird-1.1.sql |  49 +
 lib/App/Sqitch/Engine/Upgrade/mysql-1.1.sql|   2 +
 lib/App/Sqitch/Engine/Upgrade/oracle-1.0.sql   |  40 
 lib/App/Sqitch/Engine/Upgrade/oracle-1.1.sql   |  31 
 lib/App/Sqitch/Engine/Upgrade/pg-1.1.sql   |   6 +++
 lib/App/Sqitch/Engine/Upgrade/sqlite-1.1.sql   |  27 ++
 lib/App/Sqitch/Engine/Upgrade/vertica-1.1.sql  |   2 +
 lib/App/Sqitch/Engine/firebird.pm  |   2 +-
 lib/App/Sqitch/Engine/firebird.sql |  23 +++-
 lib/App/Sqitch/Engine/mysql.pm |   3 +-
 lib/App/Sqitch/Engine/mysql.sql|   7 ++--
 lib/App/Sqitch/Engine/oracle.pm|   2 +-
 lib/App/Sqitch/Engine/oracle.sql   |  12 --
 lib/App/Sqitch/Engine/pg.pm|   3 +-
 lib/App/Sqitch/Engine/pg.sql   |  11 --
 lib/App/Sqitch/Engine/sqlite.pm|   2 +-
 lib/App/Sqitch/Engine/sqlite.sql   |  12 --
 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   |   6 ++-
 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-passwords.pod   |   9 +++--
 lib/sqitchtutorial-oracle.pod  |  11 +++---
 t/bundle.t |  20 --
 t/engine.t |   2 +-
 t/lib/DBIEngineTest.pm |  28 ++
 t/tag_cmd.t|   4 +-
 70 files changed, 346 insertions(+), 124 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


[sqitch] 03/05: Add new dependency on libdatetime-timezone-perl.

2015-06-14 Thread zeha
This is an automated email from the git hooks/post-receive script.

zeha pushed a commit to branch master
in repository sqitch.

commit 43bdb70dbf6f446059bf7387f5fbf9f3a6e5f31c
Author: Christian Hofstaedtler 
Date:   Sun Jun 14 13:04:07 2015 +0200

Add new dependency on libdatetime-timezone-perl.
---
 debian/control | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/debian/control b/debian/control
index 3b59d66..9e42502 100644
--- a/debian/control
+++ b/debian/control
@@ -11,6 +11,7 @@ Build-Depends-Indep: libcapture-tiny-perl (>= 0.12),
  libclone-perl,
  libconfig-gitlike-perl (>= 1.11),
  libdatetime-perl,
+ libdatetime-timezone-perl,
  libdbi-perl,
  libdevel-stacktrace-perl,
  libencode-locale-perl,
@@ -53,6 +54,7 @@ Architecture: all
 Depends: libclone-perl,
  libconfig-gitlike-perl (>= 1.11),
  libdatetime-perl,
+ libdatetime-timezone-perl,
  libdbi-perl,
  libdevel-stacktrace-perl,
  libencode-locale-perl,

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


[sqitch] 01/01: pristine-tar data for sqitch_0.9992.orig.tar.gz

2015-06-14 Thread zeha
This is an automated email from the git hooks/post-receive script.

zeha pushed a commit to branch pristine-tar
in repository sqitch.

commit 2d80e5f743c17a87409cb4679e66a291e51dc66e
Author: Christian Hofstaedtler 
Date:   Sun Jun 14 12:59:52 2015 +0200

pristine-tar data for sqitch_0.9992.orig.tar.gz
---
 sqitch_0.9992.orig.tar.gz.delta | Bin 0 -> 11455 bytes
 sqitch_0.9992.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/sqitch_0.9992.orig.tar.gz.delta b/sqitch_0.9992.orig.tar.gz.delta
new file mode 100644
index 000..9985a45
Binary files /dev/null and b/sqitch_0.9992.orig.tar.gz.delta differ
diff --git a/sqitch_0.9992.orig.tar.gz.id b/sqitch_0.9992.orig.tar.gz.id
new file mode 100644
index 000..0ef5e2c
--- /dev/null
+++ b/sqitch_0.9992.orig.tar.gz.id
@@ -0,0 +1 @@
+5122187d3ff11b5dffddfd656df41434d37512bd

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


[sqitch] 04/05: Update copyright notice for Debian packaging

2015-06-14 Thread zeha
This is an automated email from the git hooks/post-receive script.

zeha pushed a commit to branch master
in repository sqitch.

commit 5b8bf8e58315ccdfce314ad6103b3b273a5f5f59
Author: Christian Hofstaedtler 
Date:   Sun Jun 14 13:04:54 2015 +0200

Update copyright notice for Debian packaging
---
 debian/copyright | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/copyright b/debian/copyright
index 95a9ea2..2f78a6f 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -8,7 +8,8 @@ Copyright: 2012-2015, iovation Inc.
 License: Expat
 
 Files: debian/*
-Copyright: 2014, Christian Hofstaedtler 
+Copyright: 2014, 2015, Christian Hofstaedtler 
+ 2014, 2015, gregor herrmann 
 License: Artistic or GPL-1+
 
 License: Artistic

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


[sqitch] branch master updated (26f4ee5 -> 02a297a)

2015-06-14 Thread zeha
This is an automated email from the git hooks/post-receive script.

zeha pushed a change to branch master
in repository sqitch.

  from  26f4ee5   releasing package sqitch version 0.9991-1
  adds  98fbc5e   Incrment to v0.9992.
  adds  45b03f7   Set client_encoding on PostgreSQL.
  adds  2a401de   Properly handle DBI callback errors.
  adds  58a7118   Nicer way to set client encoding.
  adds  de8aeb0   Ever more direct client encoding specification.
  adds  1c6faad   Fix Windows test failures.
  adds  119ca29   Require DateTime::TimeZone.
  adds  6458862   Update sqitchtutorial-oracle.pod
  adds  7ebe870   Add missing line.
  adds  3741d20   Fix SID/database name.
  adds  22ead0f   Thanks @hartzell!.
  adds  26b94a4   Fix upgrade script to support Oracle 10.
  adds  aebfdeb   Add missing ')' in command output.
  adds  270e55c   Fix test broken by aebfdeb.
  adds  b650a51   Credit @hartzell.
  adds  4d63e2c   Replace unique constraint on changes.script_hash.
  adds  c409a99   Name all constraints on Postgres and Firebird.
  adds  024658e   On second though, just give CHECKs names.
  adds  23f1c47   Sync CHECK constraint names.
  adds  8224a61   Need to round version on Firebird, too.
  adds  5ec53bd   Round Firebird version in Perl.
  adds  916af42   Note MySQL and Firebird precision fixes.
  adds  81f0e3b   Just sprintf all versions.
  adds  69614cc   Fix another Windows test failure.
  adds  edc45e3   Tweak changes.
  adds  5f1dc6b   Add a documentation note about the MySQL::Config 
requirement to read my.cnf files
  adds  8b7ab03   Tweak MySQL password comments; give credit.
  adds  c211195   Just need firebird RPM.
  adds  b4c3f13   Add Provides lines to Sqitch RPMs.
  adds  58cd855   Require libverticaodbc and vsql.
  adds  6b30e83   Update l10n files.
  adds  ef437e8   Timestamp v0.9992.
  adds  51c9c4e   Imported Upstream version 0.9992
   new  202e812   Merge tag 'upstream/0.9992'
   new  277f3e4   Update debian/changelog
   new  43bdb70   Add new dependency on libdatetime-timezone-perl.
   new  5b8bf8e   Update copyright notice for Debian packaging
   new  02a297a   releasing package sqitch version 0.9992-1

The 5 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|  28 ++
 MANIFEST   |   8 +++-
 META.json  |   5 ++-
 META.yml   |   5 ++-
 README |   4 +-
 README.md  |   2 +-
 debian/changelog   |   7 
 debian/control |   2 +
 debian/copyright   |   3 +-
 dist/sqitch.spec   |  24 ++--
 lib/App/Sqitch.pm  |   2 +-
 lib/App/Sqitch/Command.pm  |   2 +-
 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  |   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  |   2 +-
 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 |   2 +-
 lib/App/Sqitch/Engine.pm   |   6 +--
 lib/App/Sqitch/Engine/Upgrade/firebird-1.0.sql |   1 +
 lib/App/Sqitch/Engine/Upgrade/firebird-1.1.sql |  49 +
 lib/App/Sqitch/Engine/Upgrade/mysql-1.1.sql|   2 +
 lib/App/Sqitch/Engine/Upgrade/oracle-1.0.sql   |  40 
 lib/App/Sqitch/Engine/Upgrade/oracle-1.1.sql   |  31 
 lib/App/Sqitch/Engine/Upgrade/pg

[sqitch] 05/05: releasing package sqitch version 0.9992-1

2015-06-14 Thread zeha
This is an automated email from the git hooks/post-receive script.

zeha pushed a commit to branch master
in repository sqitch.

commit 02a297ab41d87e8111f3f007df2e1740e6a1c299
Author: Christian Hofstaedtler 
Date:   Sun Jun 14 13:08:31 2015 +0200

releasing package sqitch version 0.9992-1
---
 debian/changelog | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 07300f2..70b62a6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
-sqitch (0.9992-1) UNRELEASED; urgency=medium
+sqitch (0.9992-1) unstable; urgency=medium
 
-  * Imported upstream version 0.9992
+  * New upstream version.
+  * Update copyright notice for Debian packaging.
 
  -- Christian Hofstaedtler   Sun, 14 Jun 2015 12:59:52 +0200
 

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


[sqitch] branch pristine-tar updated (7778023 -> 2d80e5f)

2015-06-14 Thread zeha
This is an automated email from the git hooks/post-receive script.

zeha pushed a change to branch pristine-tar
in repository sqitch.

  from  7778023   pristine-tar data for sqitch_0.9991.orig.tar.gz
   new  2d80e5f   pristine-tar data for sqitch_0.9992.orig.tar.gz

The 1 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:
 sqitch_0.9992.orig.tar.gz.delta | Bin 0 -> 11455 bytes
 sqitch_0.9992.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 sqitch_0.9992.orig.tar.gz.delta
 create mode 100644 sqitch_0.9992.orig.tar.gz.id

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


[sqitch] annotated tag upstream/0.9992 created (now d629bf3)

2015-06-14 Thread zeha
This is an automated email from the git hooks/post-receive script.

zeha pushed a change to annotated tag upstream/0.9992
in repository sqitch.

at  d629bf3   (tag)
   tagging  51c9c4ea171a549f29e2c691a8492b489b52650a (commit)
  replaces  upstream/0.9991
 tagged by  Christian Hofstaedtler
on  Sun Jun 14 12:59:52 2015 +0200

- Log -
Upstream version 0.9992

Christian Hofstaedtler (1):
  Imported Upstream version 0.9992

David E. Wheeler (29):
  Incrment to v0.9992.
  Set client_encoding on PostgreSQL.
  Properly handle DBI callback errors.
  Nicer way to set client encoding.
  Ever more direct client encoding specification.
  Fix Windows test failures.
  Require DateTime::TimeZone.
  Add missing line.
  Fix SID/database name.
  Thanks @hartzell!.
  Fix upgrade script to support Oracle 10.
  Fix test broken by aebfdeb.
  Credit @hartzell.
  Replace unique constraint on changes.script_hash.
  Name all constraints on Postgres and Firebird.
  On second though, just give CHECKs names.
  Sync CHECK constraint names.
  Need to round version on Firebird, too.
  Round Firebird version in Perl.
  Note MySQL and Firebird precision fixes.
  Just sprintf all versions.
  Fix another Windows test failure.
  Tweak changes.
  Tweak MySQL password comments; give credit.
  Just need firebird RPM.
  Add Provides lines to Sqitch RPMs.
  Require libverticaodbc and vsql.
  Update l10n files.
  Timestamp v0.9992.

George Hartzell (2):
  Update sqitchtutorial-oracle.pod
  Add missing ')' in command output.

Sterling Hanenkamp (1):
  Add a documentation note about the MySQL::Config requirement to read 
my.cnf files

---

No new revisions were added by this update.

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


[sqitch] tag debian/0.9992-1 created (now 02a297a)

2015-06-14 Thread zeha
This is an automated email from the git hooks/post-receive script.

zeha pushed a change to tag debian/0.9992-1
in repository sqitch.

at  02a297a   (commit)
No new revisions were added by this update.

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


[sqitch] branch pristine-tar updated (d39fabf -> ba56fce)

2016-07-04 Thread zeha
This is an automated email from the git hooks/post-receive script.

zeha pushed a change to branch pristine-tar
in repository sqitch.

  from  d39fabf   pristine-tar data for sqitch_0.9993.orig.tar.gz
   new  ba56fce   pristine-tar data for sqitch_0.9994.orig.tar.gz

The 1 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:
 sqitch_0.9994.orig.tar.gz.delta | Bin 0 -> 11429 bytes
 sqitch_0.9994.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 sqitch_0.9994.orig.tar.gz.delta
 create mode 100644 sqitch_0.9994.orig.tar.gz.id

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


[sqitch] annotated tag upstream/0.9994 created (now 489a60e)

2016-07-04 Thread zeha
This is an automated email from the git hooks/post-receive script.

zeha pushed a change to annotated tag upstream/0.9994
in repository sqitch.

at  489a60e   (tag)
   tagging  bf339b120a7f60b269ca4e09b03c434f19a32e14 (commit)
  replaces  upstream/0.9993
 tagged by  Christian Hofstaedtler
on  Mon Jul 4 13:22:51 2016 +0200

- Log -
Upstream version 0.9994

Christian Hofstaedtler (1):
  Imported Upstream version 0.9994

---

No new revisions were added by this update.

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


[sqitch] 01/03: Merge tag 'upstream/0.9994'

2016-07-04 Thread zeha
This is an automated email from the git hooks/post-receive script.

zeha pushed a commit to branch master
in repository sqitch.

commit 088aa292dc3e5356514c1e8397329ad64e0940f4
Merge: 1c4de47 bf339b1
Author: Christian Hofstaedtler 
Date:   Mon Jul 4 13:22:51 2016 +0200

Merge tag 'upstream/0.9994'

Upstream version 0.9994

 Build.PL|   2 +-
 Changes |  33 +
 LICENSE |   2 +-
 META.json   |   2 +-
 META.yml|   2 +-
 README  |   4 +-
 README.md   |   6 +-
 dist/sqitch.spec|  11 +-
 inc/Module/Build/Sqitch.pm  |  14 ++-
 lib/App/Sqitch.pm   |   2 +-
 lib/App/Sqitch/Command.pm   |   2 +-
 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|   4 +-
 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   |   2 +-
 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  |   2 +-
 lib/App/Sqitch/Engine.pm|  49 +++-
 lib/App/Sqitch/Engine/firebird.pm   |  47 ---
 lib/App/Sqitch/Engine/mysql.pm  |   4 +-
 lib/App/Sqitch/Engine/oracle.pm |  69 ---
 lib/App/Sqitch/Engine/pg.pm |   3 +-
 lib/App/Sqitch/Engine/sqlite.pm |   4 +-
 lib/App/Sqitch/Engine/vertica.pm|  33 -
 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|  44 ---
 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-checkout.pod |   2 +-
 lib/sqitch-deploy.pod   |   2 +-
 lib/sqitch-passwords.pod|   8 +-
 lib/sqitch-rebase.pod   |   2 +-
 lib/sqitch-revert.pod   |   2 +-
 lib/sqitch-verify.pod   |   2 +-
 lib/sqitchtutorial-firebird.pod |   2 +-
 lib/sqitchtutorial-mysql.pod|  24 ++--
 lib/sqitchtutorial-oracle.pod   |   2 +-
 lib/sqitchtutorial-sqlite.pod   |   2 +-
 lib/sqitchtutorial-vertica.pod  |  12 +-
 lib/sqitchtutorial.pod  |  18 +--
 t/engine.t  | 183 +++-
 t/lib/DBIEngineTest.pm  |  16 ++-
 t/mysql.t   |   4 +-
 t/oracle.t  |  43 ++-
 68 files changed, 567 insertions(+), 154 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


[sqitch] branch master updated (1c4de47 -> c9d2fee)

2016-07-04 Thread zeha
This is an automated email from the git hooks/post-receive script.

zeha pushed a change to branch master
in repository sqitch.

  from  1c4de47   update changelog
  adds  bf339b1   Imported Upstream version 0.9994
   new  088aa29   Merge tag 'upstream/0.9994'
   new  a71b2b3   Update Standards-Version to 3.9.8
   new  c9d2fee   update changelog

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|   2 +-
 Changes |  33 +
 LICENSE |   2 +-
 META.json   |   2 +-
 META.yml|   2 +-
 README  |   4 +-
 README.md   |   6 +-
 debian/changelog|   6 +-
 debian/control  |   2 +-
 dist/sqitch.spec|  11 +-
 inc/Module/Build/Sqitch.pm  |  14 ++-
 lib/App/Sqitch.pm   |   2 +-
 lib/App/Sqitch/Command.pm   |   2 +-
 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|   4 +-
 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   |   2 +-
 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  |   2 +-
 lib/App/Sqitch/Engine.pm|  49 +++-
 lib/App/Sqitch/Engine/firebird.pm   |  47 ---
 lib/App/Sqitch/Engine/mysql.pm  |   4 +-
 lib/App/Sqitch/Engine/oracle.pm |  69 ---
 lib/App/Sqitch/Engine/pg.pm |   3 +-
 lib/App/Sqitch/Engine/sqlite.pm |   4 +-
 lib/App/Sqitch/Engine/vertica.pm|  33 -
 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|  44 ---
 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-checkout.pod |   2 +-
 lib/sqitch-deploy.pod   |   2 +-
 lib/sqitch-passwords.pod|   8 +-
 lib/sqitch-rebase.pod   |   2 +-
 lib/sqitch-revert.pod   |   2 +-
 lib/sqitch-verify.pod   |   2 +-
 lib/sqitchtutorial-firebird.pod |   2 +-
 lib/sqitchtutorial-mysql.pod|  24 ++--
 lib/sqitchtutorial-oracle.pod   |   2 +-
 lib/sqitchtutorial-sqlite.pod   |   2 +-
 lib/sqitchtutorial-vertica.pod  |  12 +-
 lib/sqitchtutorial.pod  |  18 +--
 t/engine.t  | 183 +++-
 t/lib/DBIEngineTest.pm  |  16 ++-
 t/mysql.t   |   4 +-
 t/oracle.t  |  43 ++-
 70 files changed, 573 insertions(+), 156 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


[sqitch] 03/03: update changelog

2016-07-04 Thread zeha
This is an automated email from the git hooks/post-receive script.

zeha pushed a commit to branch master
in repository sqitch.

commit c9d2fee50b920ab7331d08ae7fca962ee2a9c34a
Author: Christian Hofstaedtler 
Date:   Mon Jul 4 13:37:02 2016 +0200

update changelog
---
 debian/changelog | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 44f6401..f82b0ad 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-sqitch (0.9993-3) UNRELEASED; urgency=medium
+sqitch (0.9994-1) UNRELEASED; urgency=medium
 
   [ gregor herrmann ]
   * Rename autopkgtest configuration file(s) as per new pkg-perl-
@@ -13,6 +13,7 @@ sqitch (0.9993-3) UNRELEASED; urgency=medium
 
   [ Christian Hofstaedtler ]
   * Update Standards-Version to 3.9.8
+  * New upstream version
 
  -- gregor herrmann   Sat, 24 Oct 2015 13:47:27 +0200
 

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


[sqitch] 02/03: Update Standards-Version to 3.9.8

2016-07-04 Thread zeha
This is an automated email from the git hooks/post-receive script.

zeha pushed a commit to branch master
in repository sqitch.

commit a71b2b378ca72636c8c33e1f1f42ffc87d0c3395
Author: Christian Hofstaedtler 
Date:   Mon Jul 4 13:31:45 2016 +0200

Update Standards-Version to 3.9.8
---
 debian/changelog | 3 +++
 debian/control   | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 2ca7948..44f6401 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,9 @@ sqitch (0.9993-3) UNRELEASED; urgency=medium
   * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
   * debian/upstream/metadata: change GitHub/CPAN URL(s) to HTTPS.
 
+  [ Christian Hofstaedtler ]
+  * Update Standards-Version to 3.9.8
+
  -- gregor herrmann   Sat, 24 Oct 2015 13:47:27 +0200
 
 sqitch (0.9993-2) unstable; urgency=medium
diff --git a/debian/control b/debian/control
index 937b4d5..dac495a 100644
--- a/debian/control
+++ b/debian/control
@@ -44,7 +44,7 @@ Build-Depends-Indep: libcapture-tiny-perl (>= 0.12),
  liburi-db-perl,
  liburi-perl,
  perl (>= 5.11.1) | libtest-simple-perl (>= 0.94)
-Standards-Version: 3.9.6
+Standards-Version: 3.9.8
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/sqitch.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/sqitch.git
 Homepage: http://sqitch.org/

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


[sqitch] 01/01: pristine-tar data for sqitch_0.9994.orig.tar.gz

2016-07-04 Thread zeha
This is an automated email from the git hooks/post-receive script.

zeha pushed a commit to branch pristine-tar
in repository sqitch.

commit ba56fced264946789927137f21f696dd9ed9f14e
Author: Christian Hofstaedtler 
Date:   Mon Jul 4 13:22:51 2016 +0200

pristine-tar data for sqitch_0.9994.orig.tar.gz
---
 sqitch_0.9994.orig.tar.gz.delta | Bin 0 -> 11429 bytes
 sqitch_0.9994.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/sqitch_0.9994.orig.tar.gz.delta b/sqitch_0.9994.orig.tar.gz.delta
new file mode 100644
index 000..7282098
Binary files /dev/null and b/sqitch_0.9994.orig.tar.gz.delta differ
diff --git a/sqitch_0.9994.orig.tar.gz.id b/sqitch_0.9994.orig.tar.gz.id
new file mode 100644
index 000..61bd355
--- /dev/null
+++ b/sqitch_0.9994.orig.tar.gz.id
@@ -0,0 +1 @@
+1c8d8b558be6fab54c5b057bb38a188c3eb98714

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


[sqitch] 01/03: Send patch through gbp pq import/export once

2016-07-04 Thread zeha
This is an automated email from the git hooks/post-receive script.

zeha pushed a commit to branch master
in repository sqitch.

commit 215f4dee76af739966c8ed360b9da565994a9dca
Author: Christian Hofstaedtler 
Date:   Mon Jul 4 13:51:03 2016 +0200

Send patch through gbp pq import/export once

Git-Dch: ignore
---
 debian/patches/fix-bad-whatis-man.patch | 43 +
 1 file changed, 28 insertions(+), 15 deletions(-)

diff --git a/debian/patches/fix-bad-whatis-man.patch 
b/debian/patches/fix-bad-whatis-man.patch
index d14e3d4..c7f3596 100644
--- a/debian/patches/fix-bad-whatis-man.patch
+++ b/debian/patches/fix-bad-whatis-man.patch
@@ -1,10 +1,19 @@
-Description: Fix bad whatis indexing of man pages
- By removing the private markers, the generated man pages get their
- correct format, so whatis indexing works.
-Forwarded: not-needed
-Author: Christian Hofstaedtler 
+From: Christian Hofstaedtler 
+Date: Mon, 4 Jul 2016 13:49:40 +0200
+Subject: Fix bad whatis indexing of man pages
+
+By removing the private markers, the generated man pages get their
+correct format, so whatis indexing works.
 
+Forwarded: not-needed
+---
+ lib/sqitchcommands.pod | 7 ---
+ lib/sqitchguides.pod   | 7 ---
+ lib/sqitchusage.pod| 7 ---
+ 3 files changed, 21 deletions(-)
 
+diff --git a/lib/sqitchcommands.pod b/lib/sqitchcommands.pod
+index 16359bc..4e13611 100644
 --- a/lib/sqitchcommands.pod
 +++ b/lib/sqitchcommands.pod
 @@ -1,14 +1,7 @@
@@ -22,8 +31,10 @@ Author: Christian Hofstaedtler 
  =head1 Usage
  
sqitch [--plan-file ] [--engine ] [--top-dir  ]
 a/lib/sqitchusage.pod
-+++ b/lib/sqitchusage.pod
+diff --git a/lib/sqitchguides.pod b/lib/sqitchguides.pod
+index de57772..7190ab4 100644
+--- a/lib/sqitchguides.pod
 b/lib/sqitchguides.pod
 @@ -1,14 +1,7 @@
 -=begin private
 -
@@ -32,15 +43,17 @@ Author: Christian Hofstaedtler 
 -
  =head1 Name
  
- sqitchusage - Sqitch usage statement
+ sqitchguides - List of common Sqitch guides
  
 -=end private
 -
- =head1 Usage
+ The common Sqitch guides are:
  
-   sqitch []  [] []
 a/lib/sqitchguides.pod
-+++ b/lib/sqitchguides.pod
+   changes Specifying changes for Sqitch
+diff --git a/lib/sqitchusage.pod b/lib/sqitchusage.pod
+index 5c8017c..4febe07 100644
+--- a/lib/sqitchusage.pod
 b/lib/sqitchusage.pod
 @@ -1,14 +1,7 @@
 -=begin private
 -
@@ -49,10 +62,10 @@ Author: Christian Hofstaedtler 
 -
  =head1 Name
  
- sqitchguides - List of common Sqitch guides
+ sqitchusage - Sqitch usage statement
  
 -=end private
 -
- The common Sqitch guides are:
+ =head1 Usage
  
-   changes Specifying changes for Sqitch
+   sqitch []  [] []

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


[sqitch] 03/03: Release to unstable

2016-07-04 Thread zeha
This is an automated email from the git hooks/post-receive script.

zeha pushed a commit to branch master
in repository sqitch.

commit 57e6a3bbebf1c6db99d7e886a870a6779bec3d8f
Author: Christian Hofstaedtler 
Date:   Mon Jul 4 14:12:35 2016 +0200

Release to unstable
---
 debian/changelog | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 6095d4d..e26aa61 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-sqitch (0.9994-1) UNRELEASED; urgency=medium
+sqitch (0.9994-1) unstable; urgency=medium
 
   [ gregor herrmann ]
   * Rename autopkgtest configuration file(s) as per new pkg-perl-
@@ -18,7 +18,7 @@ sqitch (0.9994-1) UNRELEASED; urgency=medium
 with DateTime::set_locale() to fix warnings and subsequent
 failure in testsuite.
 
- -- gregor herrmann   Sat, 24 Oct 2015 13:47:27 +0200
+ -- Christian Hofstaedtler   Mon, 04 Jul 2016 14:12:17 +0200
 
 sqitch (0.9993-2) unstable; urgency=medium
 

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


[sqitch] 02/03: Import patch from upstream to work with newer DateTime

2016-07-04 Thread zeha
This is an automated email from the git hooks/post-receive script.

zeha pushed a commit to branch master
in repository sqitch.

commit 622cea93d5b68b37c2168b5bbb534b183536f178
Author: Christian Hofstaedtler 
Date:   Mon Jul 4 13:54:31 2016 +0200

Import patch from upstream to work with newer DateTime
---
 debian/changelog   |   3 +
 debian/control |   2 +-
 ...eTime-set-locale-with-DateTime-set_locale.patch | 113 +
 debian/patches/series  |   1 +
 4 files changed, 118 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index f82b0ad..6095d4d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -14,6 +14,9 @@ sqitch (0.9994-1) UNRELEASED; urgency=medium
   [ Christian Hofstaedtler ]
   * Update Standards-Version to 3.9.8
   * New upstream version
+  * Import patch from upstream replacing DateTime::set(locale=>)
+with DateTime::set_locale() to fix warnings and subsequent
+failure in testsuite.
 
  -- gregor herrmann   Sat, 24 Oct 2015 13:47:27 +0200
 
diff --git a/debian/control b/debian/control
index dac495a..1a53bbc 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,7 @@ Build-Depends-Indep: libcapture-tiny-perl (>= 0.12),
  libclass-xsaccessor-perl (>= 1.18),
  libclone-perl,
  libconfig-gitlike-perl (>= 1.11),
- libdatetime-perl,
+ libdatetime-perl (>= 1.04),
  libdatetime-timezone-perl,
  libdbi-perl,
  libdevel-stacktrace-perl,
diff --git 
a/debian/patches/Replace-DateTime-set-locale-with-DateTime-set_locale.patch 
b/debian/patches/Replace-DateTime-set-locale-with-DateTime-set_locale.patch
new file mode 100644
index 000..c742ee3
--- /dev/null
+++ b/debian/patches/Replace-DateTime-set-locale-with-DateTime-set_locale.patch
@@ -0,0 +1,113 @@
+From bdde12a6bb2914533f62532af30da1d85cac88e1 Mon Sep 17 00:00:00 2001
+From: Dave Rolsky 
+Date: Sat, 18 Jun 2016 12:02:51 -0500
+Subject: [PATCH] Use DateTime->set_locale instead of ->set to change the
+ locale
+
+Requires DateTime 1.04+
+---
+ lib/App/Sqitch/DateTime.pm | 7 ---
+ t/datetime.t   | 4 ++--
+ t/item_formatter.t | 2 +-
+ t/log.t| 4 ++--
+ t/plan_command.t   | 2 +-
+ 7 files changed, 15 insertions(+), 9 deletions(-)
+
+diff --git a/lib/App/Sqitch/DateTime.pm b/lib/App/Sqitch/DateTime.pm
+index 2ca8565..aca9f39 100644
+--- a/lib/App/Sqitch/DateTime.pm
 b/lib/App/Sqitch/DateTime.pm
+@@ -5,6 +5,7 @@ use strict;
+ use warnings;
+ use utf8;
+ use parent 'DateTime';
++use DateTime 1.04;
+ use Locale::TextDomain qw(App-Sqitch);
+ use App::Sqitch::X qw(hurl);
+ use List::Util qw(first);
+@@ -50,17 +51,17 @@ sub as_string {
+ if ( first { $format eq $_ } qw(iso iso8601) ) {
+ return join ' ', $dt->ymd('-'), $dt->hms(':'), $dt->strftime('%z');
+ } elsif ( first { $format eq $_ } qw(rfc rfc2822) ) {
+-$dt->set( locale => 'en_US' );
++$dt->set_locale('en_US');
+ ( my $rv = $dt->strftime('%a, %d %b %Y %H:%M:%S %z') ) =~
+ s/\+$/-/;
+ return $rv;
+ } else {
+ if ($^O eq 'MSWin32') {
+ require Win32::Locale;
+-$dt->set( locale => Win32::Locale::get_locale() );
++$dt->set_locale( Win32::Locale::get_locale() );
+ } else {
+ require POSIX;
+-$dt->set( locale => POSIX::setlocale( POSIX::LC_TIME() ) );
++$dt->set_locale( POSIX::setlocale( POSIX::LC_TIME() ) );
+ }
+ return $dt->format_cldr($format) if $format =~ s/^cldr://;
+ return $dt->strftime($format) if $format =~ s/^strftime://;
+diff --git a/t/datetime.t b/t/datetime.t
+index 338d789..dd7b2dd 100644
+--- a/t/datetime.t
 b/t/datetime.t
+@@ -35,7 +35,7 @@ is_deeply [$dt->as_string_formats], [qw(
+ my $rfc = do {
+ my $clone = $dt->clone;
+ $clone->set_time_zone('local');
+-$clone->set( locale => 'en_US' );
++$clone->set_locale('en_US');
+ ( my $rv = $clone->strftime('%a, %d %b %Y %H:%M:%S %z') ) =~ 
s/\+$/-/;
+ $rv;
+ };
+@@ -49,7 +49,7 @@ my $iso = do {
+ my $ldt = do {
+ my $clone = $dt->clone;
+ $clone->set_time_zone('local');
+-$clone->set( locale => $LC::TIME );
++$clone->set_locale($LC::TIME);
+ $clone;
+ };
+ 
+diff --git a/t/item_formatter.t b/t/item_formatter.t
+index 76e74a4..759ae18 100644
+--- a/t/item_formatter.t
 b/t/item_formatter.t
+@@ -64,7 +64,7 @@ my $event = {
+ conflicts   => []
+ };
+ 
+-$_->set( locale => $LC::TIME

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

2016-07-04 Thread zeha
This is an automated email from the git hooks/post-receive script.

zeha pushed a change to branch master
in repository sqitch.

  from  c9d2fee   update changelog
   new  215f4de   Send patch through gbp pq import/export once
   new  622cea9   Import patch from upstream to work with newer DateTime
   new  57e6a3b   Release to unstable

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:
 debian/changelog   |   7 +-
 debian/control |   2 +-
 ...eTime-set-locale-with-DateTime-set_locale.patch | 113 +
 debian/patches/fix-bad-whatis-man.patch|  43 +---
 debian/patches/series  |   1 +
 5 files changed, 148 insertions(+), 18 deletions(-)
 create mode 100644 
debian/patches/Replace-DateTime-set-locale-with-DateTime-set_locale.patch

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


[dh-make-perl] branch master updated (5ec0462 -> eb7e7d3)

2016-07-17 Thread zeha
This is an automated email from the git hooks/post-receive script.

zeha pushed a change to branch master
in repository dh-make-perl.

  from  5ec0462   bump version to 0.92
   new  eb7e7d3   Remove Christopher Sacca  from 
Uploaders

The 1 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:
 debian/changelog | 7 +++
 debian/control   | 1 -
 2 files changed, 7 insertions(+), 1 deletion(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/dh-make-perl.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


[dh-make-perl] 01/01: Remove Christopher Sacca from Uploaders

2016-07-17 Thread zeha
This is an automated email from the git hooks/post-receive script.

zeha pushed a commit to branch master
in repository dh-make-perl.

commit eb7e7d3f72a3f03ad8ebd9c7e2c04693fd4d95ce
Author: Christian Hofstaedtler 
Date:   Sun Jul 17 16:57:00 2016 +

Remove Christopher Sacca  from Uploaders

Closes: #831593
---
 debian/changelog | 7 +++
 debian/control   | 1 -
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index d8b0d79..9d99bf9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+dh-make-perl (0.92) UNRELEASED; urgency=medium
+
+  * Remove Christopher Sacca  from Uploaders.
+(Closes: #831593)
+
+ -- Christian Hofstaedtler   Sun, 17 Jul 2016 16:55:59 +
+
 dh-make-perl (0.91) unstable; urgency=medium
 
   [ gregor herrmann ]
diff --git a/debian/control b/debian/control
index c8f03ba..2f748b6 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,6 @@ Source: dh-make-perl
 Homepage: https://metacpan.org/release/DhMakePerl
 Maintainer: Debian Perl Group 
 Uploaders: Wolfgang Schemmel ,
-   Christopher Sacca ,
Damyan Ivanov ,
gregor herrmann ,
Oliver Gorwits ,

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/dh-make-perl.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


[sqitch] 02/04: Update debian/changelog

2016-07-30 Thread zeha
This is an automated email from the git hooks/post-receive script.

zeha pushed a commit to branch master
in repository sqitch.

commit 48a1c3385c156c82b610b7c9d3ecff233a180961
Author: Christian Hofstaedtler 
Date:   Sat Jul 30 21:18:08 2016 +

Update debian/changelog

Gbp-Dch: Ignore
---
 debian/changelog | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index e26aa61..3efaf51 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+sqitch (0.9995-1) UNRELEASED; urgency=medium
+
+  * Import upstream version 0.9995
+
+ -- Christian Hofstaedtler   Sat, 30 Jul 2016 21:18:08 +
+
 sqitch (0.9994-1) unstable; urgency=medium
 
   [ gregor herrmann ]

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


[sqitch] 01/04: Merge tag 'upstream/0.9995'

2016-07-30 Thread zeha
This is an automated email from the git hooks/post-receive script.

zeha pushed a commit to branch master
in repository sqitch.

commit 23932c8500bb4a041e3b40404f2d3099e05e80e7
Merge: 57e6a3b 57039f2
Author: Christian Hofstaedtler 
Date:   Sat Jul 30 21:18:08 2016 +

Merge tag 'upstream/0.9995'

Upstream version 0.9995

 Build.PL|   5 ++--
 Changes |  29 +
 MANIFEST|   1 +
 META.json   |   5 ++--
 META.yml|   5 ++--
 README  |   2 +-
 README.md   |   2 +-
 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 ++-
 72 files changed, 255 insertions(+), 98 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


[sqitch] 03/04: Drop upstream applied patch

2016-07-30 Thread zeha
This is an automated email from the git hooks/post-receive script.

zeha pushed a commit to branch master
in repository sqitch.

commit b9eaa1d891ce4d8f623c4988a9c649b2178be12d
Author: Christian Hofstaedtler 
Date:   Sat Jul 30 21:19:11 2016 +

Drop upstream applied patch
---
 ...eTime-set-locale-with-DateTime-set_locale.patch | 113 -
 debian/patches/series  |   1 -
 2 files changed, 114 deletions(-)

diff --git 
a/debian/patches/Replace-DateTime-set-locale-with-DateTime-set_locale.patch 
b/debian/patches/Replace-DateTime-set-locale-with-DateTime-set_locale.patch
deleted file mode 100644
index c742ee3..000
--- a/debian/patches/Replace-DateTime-set-locale-with-DateTime-set_locale.patch
+++ /dev/null
@@ -1,113 +0,0 @@
-From bdde12a6bb2914533f62532af30da1d85cac88e1 Mon Sep 17 00:00:00 2001
-From: Dave Rolsky 
-Date: Sat, 18 Jun 2016 12:02:51 -0500
-Subject: [PATCH] Use DateTime->set_locale instead of ->set to change the
- locale
-
-Requires DateTime 1.04+

- lib/App/Sqitch/DateTime.pm | 7 ---
- t/datetime.t   | 4 ++--
- t/item_formatter.t | 2 +-
- t/log.t| 4 ++--
- t/plan_command.t   | 2 +-
- 7 files changed, 15 insertions(+), 9 deletions(-)
-
-diff --git a/lib/App/Sqitch/DateTime.pm b/lib/App/Sqitch/DateTime.pm
-index 2ca8565..aca9f39 100644
 a/lib/App/Sqitch/DateTime.pm
-+++ b/lib/App/Sqitch/DateTime.pm
-@@ -5,6 +5,7 @@ use strict;
- use warnings;
- use utf8;
- use parent 'DateTime';
-+use DateTime 1.04;
- use Locale::TextDomain qw(App-Sqitch);
- use App::Sqitch::X qw(hurl);
- use List::Util qw(first);
-@@ -50,17 +51,17 @@ sub as_string {
- if ( first { $format eq $_ } qw(iso iso8601) ) {
- return join ' ', $dt->ymd('-'), $dt->hms(':'), $dt->strftime('%z');
- } elsif ( first { $format eq $_ } qw(rfc rfc2822) ) {
--$dt->set( locale => 'en_US' );
-+$dt->set_locale('en_US');
- ( my $rv = $dt->strftime('%a, %d %b %Y %H:%M:%S %z') ) =~
- s/\+$/-/;
- return $rv;
- } else {
- if ($^O eq 'MSWin32') {
- require Win32::Locale;
--$dt->set( locale => Win32::Locale::get_locale() );
-+$dt->set_locale( Win32::Locale::get_locale() );
- } else {
- require POSIX;
--$dt->set( locale => POSIX::setlocale( POSIX::LC_TIME() ) );
-+$dt->set_locale( POSIX::setlocale( POSIX::LC_TIME() ) );
- }
- return $dt->format_cldr($format) if $format =~ s/^cldr://;
- return $dt->strftime($format) if $format =~ s/^strftime://;
-diff --git a/t/datetime.t b/t/datetime.t
-index 338d789..dd7b2dd 100644
 a/t/datetime.t
-+++ b/t/datetime.t
-@@ -35,7 +35,7 @@ is_deeply [$dt->as_string_formats], [qw(
- my $rfc = do {
- my $clone = $dt->clone;
- $clone->set_time_zone('local');
--$clone->set( locale => 'en_US' );
-+$clone->set_locale('en_US');
- ( my $rv = $clone->strftime('%a, %d %b %Y %H:%M:%S %z') ) =~ 
s/\+$/-/;
- $rv;
- };
-@@ -49,7 +49,7 @@ my $iso = do {
- my $ldt = do {
- my $clone = $dt->clone;
- $clone->set_time_zone('local');
--$clone->set( locale => $LC::TIME );
-+$clone->set_locale($LC::TIME);
- $clone;
- };
- 
-diff --git a/t/item_formatter.t b/t/item_formatter.t
-index 76e74a4..759ae18 100644
 a/t/item_formatter.t
-+++ b/t/item_formatter.t
-@@ -64,7 +64,7 @@ my $event = {
- conflicts   => []
- };
- 
--$_->set( locale => $LC::TIME ) for ($local_cdt, $local_pdt);
-+$_->set_locale($LC::TIME) for ($local_cdt, $local_pdt);
- 
- for my $spec (
- ['%e', { event => 'deploy' }, 'deploy' ],
-diff --git a/t/log.t b/t/log.t
-index 8d7df7e..0e30b05 100644
 a/t/log.t
-+++ b/t/log.t
-@@ -317,10 +317,10 @@ for my $spec (
- # Test all formatting characters.
- my $local_cdt = $cdt->clone;
- $local_cdt->set_time_zone('local');
--$local_cdt->set( locale => $LC::TIME );
-+$local_cdt->set_locale($LC::TIME);
- my $local_pdt = $pdt->clone;
- $local_pdt->set_time_zone('local');
--$local_pdt->set( locale => $LC::TIME );
-+$local_pdt->set_locale($LC::TIME);
- 
- my $formatter = $log->formatter;
- for my $spec (
-diff --git a/t/plan_command.t b/t/plan_command.t
-index 896e85f..448a0ca 100644
 a/t/plan_command.t
-+++ b/t/plan_command.t
-@@ -290,7 +290,7 @@ for my $spec (
- # Test all formatting characters.
- my $local_pdt = $pdt->clone;
- $local_pdt->set_time_zone('local');
--$local_pdt->set( locale => $LC::TIME );
-+$local_pdt->set_locale($LC::TIME);
- 
- my $formatter = $cmd->formatter;
- for my $sp

[sqitch] branch pristine-tar updated (ba56fce -> e6f7fb8)

2016-07-30 Thread zeha
This is an automated email from the git hooks/post-receive script.

zeha pushed a change to branch pristine-tar
in repository sqitch.

  from  ba56fce   pristine-tar data for sqitch_0.9994.orig.tar.gz
   new  e6f7fb8   pristine-tar data for sqitch_0.9995.orig.tar.gz

The 1 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:
 sqitch_0.9995.orig.tar.gz.delta | Bin 0 -> 9465 bytes
 sqitch_0.9995.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 sqitch_0.9995.orig.tar.gz.delta
 create mode 100644 sqitch_0.9995.orig.tar.gz.id

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


[sqitch] 04/04: Release to unstable

2016-07-30 Thread zeha
This is an automated email from the git hooks/post-receive script.

zeha pushed a commit to branch master
in repository sqitch.

commit 390c98d3dfecbd3c8fabc3ed64e24715bed2cdab
Author: Christian Hofstaedtler 
Date:   Sat Jul 30 21:18:40 2016 +

Release to unstable
---
 debian/changelog | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 3efaf51..2998dd1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@
-sqitch (0.9995-1) UNRELEASED; urgency=medium
+sqitch (0.9995-1) unstable; urgency=medium
 
-  * Import upstream version 0.9995
+  * New upstream version, drop patch for DateTime.pm.
 
- -- Christian Hofstaedtler   Sat, 30 Jul 2016 21:18:08 +
+ -- Christian Hofstaedtler   Sat, 30 Jul 2016 21:18:25 +
 
 sqitch (0.9994-1) unstable; urgency=medium
 

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


[sqitch] 01/01: pristine-tar data for sqitch_0.9995.orig.tar.gz

2016-07-30 Thread zeha
This is an automated email from the git hooks/post-receive script.

zeha pushed a commit to branch pristine-tar
in repository sqitch.

commit e6f7fb80881868574ca19824df7e62075eaae10f
Author: Christian Hofstaedtler 
Date:   Sat Jul 30 21:18:08 2016 +

pristine-tar data for sqitch_0.9995.orig.tar.gz
---
 sqitch_0.9995.orig.tar.gz.delta | Bin 0 -> 9465 bytes
 sqitch_0.9995.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/sqitch_0.9995.orig.tar.gz.delta b/sqitch_0.9995.orig.tar.gz.delta
new file mode 100644
index 000..7a4bf48
Binary files /dev/null and b/sqitch_0.9995.orig.tar.gz.delta differ
diff --git a/sqitch_0.9995.orig.tar.gz.id b/sqitch_0.9995.orig.tar.gz.id
new file mode 100644
index 000..6eaa8fe
--- /dev/null
+++ b/sqitch_0.9995.orig.tar.gz.id
@@ -0,0 +1 @@
+4d2e0803b1db2d4985b242a6c6457eb438fccc0f

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


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

2016-07-30 Thread zeha
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   

[sqitch] annotated tag debian/0.9995-1 created (now bf2e8dc)

2016-07-30 Thread zeha
This is an automated email from the git hooks/post-receive script.

zeha pushed a change to annotated tag debian/0.9995-1
in repository sqitch.

at  bf2e8dc   (tag)
   tagging  390c98d3dfecbd3c8fabc3ed64e24715bed2cdab (commit)
  replaces  debian/0.9994-1
 tagged by  Christian Hofstaedtler
on  Sat Jul 30 21:26:14 2016 +

- Log -
sqitch Debian release 0.9995-1

Christian Hofstaedtler (5):
  Imported Upstream version 0.9995
  Merge tag 'upstream/0.9995'
  Update debian/changelog
  Drop upstream applied patch
  Release to unstable

---

No new revisions were added by this update.

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


[sqitch] annotated tag upstream/0.9995 created (now 8c9c88f)

2016-07-30 Thread zeha
This is an automated email from the git hooks/post-receive script.

zeha pushed a change to annotated tag upstream/0.9995
in repository sqitch.

at  8c9c88f   (tag)
   tagging  57039f285218a18934d67f117ec67d899a11b516 (commit)
  replaces  upstream/0.9994
 tagged by  Christian Hofstaedtler
on  Sat Jul 30 21:18:08 2016 +

- Log -
Upstream version 0.9995

Christian Hofstaedtler (1):
  Imported Upstream version 0.9995

---

No new revisions were added by this update.

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