File: changelog

package info (click to toggle)
ruby-dataobjects-mysql 0.10.17-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 372 kB
  • sloc: ansic: 1,420; ruby: 653; sh: 30; makefile: 13
file content (204 lines) | stat: -rw-r--r-- 6,962 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
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