[libmysql-diff-perl] branch master updated (16965cf -> 3e30f51)

Nick Morrott nickm-guest at moszumanska.debian.org
Fri Aug 12 00:53:52 UTC 2016


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

nickm-guest pushed a change to branch master
in repository libmysql-diff-perl.

      from  16965cf   update changelog
      adds  df24840   Imported Upstream version 0.50
       new  055acd6   Merge tag 'upstream/0.50'
       new  0b5f0b2   Declare compliance with Debian Policy 3.9.8
       new  8e25463   Bump debhelper compatibility level to 9
       new  83d90cc   Refresh (build) dependencies
       new  f2e3c3d   Update copyright years
       new  28d91d1   Disable more tests that require a MySQL server
       new  511acf0   Update d/t/p/smoke-skip (add new tests, old tests were moved to xt/)
       new  a433221   Add debian/libmysql-diff-perl.docs
       new  a520751   Refresh rename-script.patch
       new  2619004   Update lintian overrides (library/application)
       new  3004369   Add debian/upstream/metadata
       new  3e30f51   Releasing package libmysql-diff-perl version 0.50-1

The 12 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                                    |   54 -
 CONTRIBUTING.md                             |   62 +
 ChangeLog.OLD                               |  292 -
 Changes                                     |   18 +
 MANIFEST                                    |   29 +-
 META.json                                   |   63 -
 META.yml                                    |   41 +-
 Makefile.PL                                 |  118 +-
 Makefile.test                               |    2 +
 README                                      |   53 -
 README.md                                   |   63 +
 bin/mysqldiff                               |  155 +-
 debian/changelog                            |   19 +-
 debian/compat                               |    2 +-
 debian/control                              |    8 +-
 debian/copyright                            |    2 +-
 debian/libmysql-diff-perl.docs              |    1 +
 debian/libmysql-diff-perl.lintian-overrides |    4 +
 debian/patches/rename-script.patch          |   19 +-
 debian/rules                                |    5 +-
 debian/tests/pkg-perl/smoke-skip            |    5 +-
 debian/upstream/metadata                    |    8 +
 debug.log                                   | 7661 +++++++++++++++++++++++++++
 dist.ini                                    |   27 +
 lib/MySQL/Diff.pm                           |  118 +-
 lib/MySQL/Diff/Database.pm                  |  107 +-
 lib/MySQL/Diff/Table.pm                     |   30 +-
 lib/MySQL/Diff/Utils.pm                     |    5 +-
 t/all.t                                     |  106 +-
 t/regression-rt-77002.t                     |   46 +
 t/regression-rt-79976.t                     |   18 +
 {t => xt}/90podtest.t                       |    0
 {t => xt}/91podcover.t                      |    0
 {t => xt}/94metatest.t                      |    0
 xt/95kwalitee.t                             |   20 +
 xt/96perl_minimum_version.t                 |   34 +
 36 files changed, 8524 insertions(+), 671 deletions(-)
 delete mode 100755 Build.PL
 create mode 100644 CONTRIBUTING.md
 delete mode 100644 ChangeLog.OLD
 delete mode 100644 META.json
 mode change 100755 => 100644 Makefile.PL
 create mode 100644 Makefile.test
 create mode 100644 README.md
 create mode 100644 debian/libmysql-diff-perl.docs
 create mode 100644 debian/upstream/metadata
 create mode 100644 debug.log
 create mode 100644 dist.ini
 mode change 100755 => 100644 t/all.t
 create mode 100644 t/regression-rt-77002.t
 create mode 100644 t/regression-rt-79976.t
 rename {t => xt}/90podtest.t (100%)
 rename {t => xt}/91podcover.t (100%)
 rename {t => xt}/94metatest.t (100%)
 create mode 100644 xt/95kwalitee.t
 create mode 100644 xt/96perl_minimum_version.t

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



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