ruby-dataobjects-mysql (0.10.17-4) unstable; urgency=medium

  * Team upload.
  * d/ruby-tests.rake: Only run tests in autopkgtest environment for now.
    Mysqld won't start in sbuild environment due to overlayfs usage #1009290
    (closes: #1015310).
  * d/rules (override_dh_auto_install): Don't run mysqld test script.

 -- Daniel Leidert <dleidert@debian.org>  Fri, 27 Jan 2023 00:01:15 +0100

ruby-dataobjects-mysql (0.10.17-3) unstable; urgency=medium

  * Team upload.
  * d/control (Depends): Re-add ruby-dataobjects.

 -- Daniel Leidert <dleidert@debian.org>  Sun, 07 Nov 2021 22:17:48 +0100

ruby-dataobjects-mysql (0.10.17-2) unstable; urgency=low

  * Team upload.

  [ Debian Janitor ]
  * Trim trailing whitespace.
  * Set debhelper-compat version in Build-Depends.

  [ Daniel Leidert ]
  * d/control: Add Rules-Requires-Root.
    (Build-Depends): Raise debhelper-compat to 13.
    (Standards-Version): Bump to 4.6.0.
    (Testsuite): Remove and use d/tests/control instead.
    (Depends): Remove interpreters and use ${ruby:SDepends}.
  * d/rules: Enable gem installation layout.
    (override_dh_auto_install): Remove task files from install location.
  * d/start_mysqld_and_auto_install.sh: Start mysqld
    with --skip-grant (closes: #980627).
  * d/patches/0040-skip-flaky-test.patch: Add patch.
    - Skip a test that might fail due to the changes to how we start mysqld.
  * d/patches/series: Enable new patch.
  * d/tests/control: Add. Run gem2deb-test-runner in a custom way.
  * d/upstream/metadata: Add upstream metadata.

 -- Daniel Leidert <dleidert@debian.org>  Sun, 07 Nov 2021 22:02:26 +0100

ruby-dataobjects-mysql (0.10.17-1) unstable; urgency=medium

  * Team upload.

  [ Utkarsh Gupta ]
  * Add salsa-ci.yml

  [ Lucas Kanashiro ]
  * New upstream version 0.10.17
  * Depends on ruby-dataobjects (>= 0.10.17~)
  * Update VCS urls to point to salsa
  * Bump debhelper compatibility level to 12
  * d/copyright: use secure urls in Format and Source fields
  * d/watch: update to use gemwatch.debian.net
  * Declare compliance with Debian Policy 4.5.0

 -- Lucas Kanashiro <lucas.kanashiro@canonical.com>  Thu, 13 Feb 2020 19:20:02 -0300

ruby-dataobjects-mysql (0.10.16-2) unstable; urgency=medium

  * Team upload.

  [ Cédric Boutillier ]
  * Remove version in the gem2deb build-dependency
  * Use https:// in Vcs-* fields

  [ Christian Hofstaedtler ]
  * Switch to default-*mysql (Closes: #845905, #841583)
  * Add Testsuite: autopkgtest-pkg-ruby (Closes: #830082)
  * Bump Standards-Version to 3.9.8 and dh compat level to 10

 -- Christian Hofstaedtler <zeha@debian.org>  Thu, 19 Jan 2017 22:44:26 +0000

ruby-dataobjects-mysql (0.10.16-1) unstable; urgency=medium

  [ Balasankar C ]
  * Team upload
  * Imported new upstream version
  * Bump Standards-Version to 3.9.6 (no changes)

  [ Tomasz Nitecki ]
  * Always shutdown mysqld, even if build fails.

  [ Antonio Terceiro ]
  * 0030-spec_helper-require-rspec-its.patch: load rspec/its (Closes: #791776)

 -- Balasankar C <balasankarc@autistici.org>  Tue, 21 Jul 2015 22:53:23 +0530

ruby-dataobjects-mysql (0.10.14-1) unstable; urgency=medium

  * Imported Upstream version 0.10.14
  * Bump Standards-Version to 3.9.5 (no changes needed)

 -- Cédric Boutillier <boutil@debian.org>  Thu, 10 Apr 2014 20:07:28 +0200

ruby-dataobjects-mysql (0.10.13-1) unstable; urgency=low

  * New upstream version
  * debian/control:
    + remove obsolete DM-Upload-Allowed flag
    + use canonical URI in Vcs-* fields
    + drop transitional packages
    + bump Standards-Version to 3.9.4 (no changes needed)
    + update my email address
    + update version dependency for ruby-dataobjects
  * debian/copyright: update my email address and years
  * remove lintian overrides, about transitional packages

 -- Cédric Boutillier <boutil@debian.org>  Thu, 06 Jun 2013 23:02:05 +0200

ruby-dataobjects-mysql (0.10.8-4) unstable; urgency=low

  * Bump build dependency on gem2deb to >= 0.3.0~

 -- Cédric Boutillier <cedric.boutillier@gmail.com>  Tue, 26 Jun 2012 08:20:09 +0200

ruby-dataobjects-mysql (0.10.8-3) unstable; urgency=low

  * Build-depend on ruby-dataobjects >= 0.10.8-3~ to ensure that the shared
    spec using asynchronous operations is deactivated for all arches, as it
    currently fails on hurd-i386 and kfreebsd-i386

 -- Cédric Boutillier <cedric.boutillier@gmail.com>  Thu, 24 May 2012 00:45:11 +0200

ruby-dataobjects-mysql (0.10.8-2) unstable; urgency=low

  * Do not build-depend on a particular version of mysql.

 -- Cédric Boutillier <cedric.boutillier@gmail.com>  Wed, 09 May 2012 08:17:47 +0200

ruby-dataobjects-mysql (0.10.8-1) unstable; urgency=low

  * New upstream release
  * Bump Standards-Version to 3.9.3 (no change needed)
  * Use official DEP5 copyright format URL
  * Use ruby-tests.rake to run the tests to circumvent the fact that tests are
    not run automatically with RSpec >= 2.8.0.

 -- Cédric Boutillier <cedric.boutillier@gmail.com>  Sat, 21 Apr 2012 15:29:17 +0200

ruby-dataobjects-mysql (0.10.7-1) unstable; urgency=low

  * New upstream release
  * Conversion to gem2deb packaging
    + rename source and binary packages
  * Apply 0010_remove_rubygems_from_specs.patch
  * Apply 0020_remove_loadpath_manipulation_in_specs.patch
  * Add debian/start_mysqld_and_auto_install.sh to start mysqld before
    installing and running the test suite
  * override lintian warning about duplicate description for transitional
    packages
  * Add myself as an uploader

 -- Cédric Boutillier <cedric.boutillier@gmail.com>  Tue, 25 Oct 2011 23:51:22 +0200

libdataobjects-mysql-ruby (0.10.2-1) unstable; urgency=low

  * New upstream release.
  * debian/watch
      + updated from alioth gemwatch.
  * debian/control
      + corrected typo error.
      + updated depends to libddataobjects-ruby1.9 to 1.9.1.

 -- Deepak Tripathi <apenguinlinux@gmail.com>  Mon, 31 May 2010 22:28:01 +0530

libdataobjects-mysql-ruby (0.10.1-1) unstable; urgency=low

  * New upstream release.
  * Bumped standard version
  * Update debian/copyright
  * Added debian/source/format
  * Modified debian/watch for .gem
  * Ported to ruby1.9.1
  * debian/control
     + added DM-Upload field.
     + added Homepage and Vcs-* entry
     + keeping under pkg-ruby-extras group.
     + taking over from Sebestien.

 -- Deepak Tripathi <apenguinlinux@gmail.com>  Sat, 08 May 2010 01:18:17 +0530

libdataobjects-mysql-ruby (0.9.11-1) unstable; urgency=low

  * New upstream release (Closes: #542300).
  * Added debian/watch file.
  * Conform to latest policy.

 -- Sebastien Delafond <seb@debian.org>  Wed, 19 Aug 2009 11:41:01 +0200

libdataobjects-mysql-ruby (0.2.4-2) unstable; urgency=low

  * Depend on libdataobjects-ruby.

 -- Sebastien Delafond <seb@debian.org>  Mon, 12 May 2008 15:18:41 -0700

libdataobjects-mysql-ruby (0.2.4-1) unstable; urgency=low

  * Initial Release.

 -- Sebastien Delafond <seb@debian.org>  Mon, 12 May 2008 14:57:06 -0700
