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 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262
|
ruby-odbc (0.99995-2) unstable; urgency=medium
* Team upload.
* Build against unixodbc (Closes: #740082)
* Drop obsolete suggests and traces of ruby1.8
-- Christian Hofstaedtler <zeha@debian.org> Tue, 18 Mar 2014 01:39:58 +0100
ruby-odbc (0.99995-1) unstable; urgency=low
* Team upload.
[ Cédric Boutillier ]
* debian/control: remove obsolete DM-Upload-Allowed flag
* debian/control: fix Vcs-* fields
[ Jonas Genannt ]
* Switched package to gem2deb helper
- added docbase for html file
* Imported Upstream version 0.99995
* refreshed patch 001exitconf_dlopen
* d/control
- removed transitional packages (removed lintian override)
- bumped standards version to 3.9.5 (no changes needed)
- * updated short description of -dbg, added dh_strip override
* d/copyright
- update to format 1.0
- added myself to copyright
- updated copyright year of ext/odbc.c entry
* added patch to enable extconf option
-- Jonas Genannt <jonas.genannt@capi2name.de> Wed, 18 Dec 2013 20:53:56 +0100
ruby-odbc (0.99994-4) unstable; urgency=low
* debian/control:
- Changed depend to ruby | ruby-interpreter instead of ruby1.8 |
ruby-interpreter.
-- Paul van Tilburg <paulvt@debian.org> Tue, 29 May 2012 20:54:21 +0200
ruby-odbc (0.99994-3) unstable; urgency=low
* debian/rules: install in $prefix/lib/ruby/vendor instead of
$prefix/lib/ruby as per Ruby policy.
-- Paul van Tilburg <paulvt@debian.org> Fri, 11 May 2012 19:38:06 +0200
ruby-odbc (0.99994-2) unstable; urgency=low
* debian/control:
- Bumped standards version to 3.9.3; no changes required.
- Switched the Maintainer/Uploaders fields (as per team convention).
- Added myself to Uploaders.
- Added the missing libodbc-ruby-doc transitional package.
- Updated the replaces/breaks/provides fields of the main package.
- Ensure that the lib*-ruby packages are priority "extra".
* debian/source/lintian-overrides: the libodbc-*-dbg packages are
transitional packages, not debug packages.
-- Paul van Tilburg <paulvt@debian.org> Tue, 08 May 2012 15:32:26 +0200
ruby-odbc (0.99994-1) unstable; urgency=low
* New upstream release.
* debian/control: Bumped up Standards-Version to 3.9.2.
* Renamed packages to fit the new Debian Ruby Policy.
- Deprecated: libodbc-ruby, libodbc-ruby1.8, libodbc-ruby1.9.1,
libodbc-ruby1.8-dbg, libodbc-ruby1.9.1-dbg,
libodbc-ruby-doc
- New: ruby-odbc, ruby-odbc-dbg.
* Removed debian/libodbc-ruby-doc.docs, debian/libodbc-ruby-doc.examples
, which are merged into debian/rules.
* Updated debian/copyright.
-- Daigo Moriwaki <daigo@debian.org> Thu, 19 May 2011 00:03:04 +0900
libodbc-ruby (0.99991-2) unstable; urgency=low
[ Deepak Tripathi ]
* NOT RELEASED YET
* debian/control
+ added a dummy package. ( Closes: #584220)
-- Daigo Moriwaki <daigo@debian.org> Sat, 05 Jun 2010 09:41:57 +0900
libodbc-ruby (0.99991-1) unstable; urgency=low
* New upstream release
* Switch to dpkg-source 3.0 (quilt) format
+ Added debian/source
* Bumped Standard Version to 3.8.4
* Updated debian/patches
+ Added quilt patch, removed dpatch
because upstream has new directory structure
* Updated .example. no test.rb is available with new release
* Updated debian/control
+ Added Build-Depends for ruby1.9.1
+ Removed dpatch from Build-Depends
+ Added myself to Uploaders
* Updated debian/rules
+ Port to ruby1.9.1 (Closes: #507695)
+ Changed the directory structure for make
+ Removed dpatch.mk
[ Lucas Nussbaum ]
* Fixed Vcs-* fields after pkg-ruby-extras SVN layout change.
-- Daigo Moriwaki <daigo@debian.org> Fri, 07 May 2010 16:50:04 +0900
libodbc-ruby (0.9997-2) unstable; urgency=low
* debian/copyright:
- Changed the GPL reference to /usr/share/common-licenses/GPL-2, which is
what the upstream includes in its package.
- Changed the file format.
-- Daigo Moriwaki <daigo@debian.org> Sun, 14 Jun 2009 22:42:16 +0900
libodbc-ruby (0.9997-1) unstable; urgency=low
* New upstream release.
-- Daigo Moriwaki <daigo@debian.org> Sun, 14 Jun 2009 22:34:23 +0900
libodbc-ruby (0.9996-2) unstable; urgency=low
* The libraries load a ODBC manager dynamically (i.e. runtime). Consult
debina/README.Debian in details.
* debian/control:
- Separate a documentation package.
- Add a debug package.
- Bump up Standards-Version to 3.8.1.
* debian/rules
- Move to the CDBS style.
- The upstream's chanelog is now installed.
* debian/compat
- Bump up the compatibility level to 7.
* Added debian/patches/20090325_extconf_dlopen.dpatch: this enables a dlopen
check process.
-- Daigo Moriwaki <daigo@debian.org> Tue, 24 Mar 2009 12:14:43 +0900
libodbc-ruby (0.9996-1) unstable; urgency=low
* New upstream release
* debian/rules: Fixed a lintian error debian-rules-ignores-make-clean-error.
* debian/control: Bumped up the Standards-Version to 3.8.0.
-- Daigo Moriwaki <daigo@debian.org> Sun, 22 Feb 2009 18:52:46 +0900
libodbc-ruby (0.9995-2) unstable; urgency=low
[ Lucas Nussbaum ]
* Use new Homepage dpkg header.
-- Lucas Nussbaum <lucas@lucas-nussbaum.net> Sat, 08 Dec 2007 00:33:24 +0100
libodbc-ruby (0.9995-1) unstable; urgency=low
* New upstream release.
* Stopped specifying each member of the team in `Uploaders' in
debian/control.
-- Daigo Moriwaki <daigo@debian.org> Fri, 20 Apr 2007 19:13:47 +0900
libodbc-ruby (0.9993-1) unstable; urgency=low
* New upstream release.
-- Daigo Moriwaki <daigo@debian.org> Sat, 16 Sep 2006 22:49:26 +0900
libodbc-ruby (0.9991-1) unstable; urgency=low
* New upstream release.
-- Daigo Moriwaki <daigo@debian.org> Wed, 9 Aug 2006 21:47:19 +0900
libodbc-ruby (0.999-2) unstable; urgency=low
* debian/README.Debian : added
-- Daigo Moriwaki <daigo@debian.org> Fri, 7 Jul 2006 19:01:35 +0900
libodbc-ruby (0.999-1) unstable; urgency=low
* New upstream release.
* Now unixODBC driver is also available. The upstream supports dynamic
linking (dlopen(3)) to load a shared library from iODBC or unixODBC
driver.
-- Daigo Moriwaki <daigo@debian.org> Fri, 7 Jul 2006 19:14:52 +0900
libodbc-ruby (0.998-1) unstable; urgency=low
* New upstream release.
* debian/cotrol: upgrade standard varsion to the currnet version, 3.7.2.
-- Daigo Moriwaki <daigo@debian.org> Mon, 5 Jun 2006 22:36:14 +0900
libodbc-ruby (0.997-2) unstable; urgency=low
* Remove libodbc-ruby1.6 package because ruby1.6 is scheduled to be dropped
from the archive before the release of etch.
Thanks to Stefan Huehner. (Closes: #366575)
* This package is now managed by Debian/Ruby Extras team.
http://pkg-ruby-extras.alioth.debian.org/
-- Daigo Moriwaki <daigo@debian.org> Wed, 10 May 2006 22:37:18 +0900
libodbc-ruby (0.997-1) unstable; urgency=low
* New upstream release
-- Daigo Moriwaki <daigo@debian.org> Wed, 11 Jan 2006 21:14:04 +0900
libodbc-ruby (0.996-3) unstable; urgency=low
* Remove debian/README.Debian because it repeats explanation in the
descriptions.
* debian/control: rewrite long descriptions and add `Suggests' lines.
* Refactored debian/rules.
-- Daigo Moriwaki <beatles@sgtpepper.net> Sat, 30 Apr 2005 17:04:05 +0900
libodbc-ruby (0.996-2) unstable; urgency=low
* Refactored debian/rules to use `build-*-stamp'.
-- Daigo Moriwaki <beatles@sgtpepper.net> Wed, 27 Apr 2005 12:41:10 +0900
libodbc-ruby (0.996-1) unstable; urgency=low
* New upstream release
* Correct debian/watch.
-- Daigo Moriwaki <beatles@sgtpepper.net> Sun, 2 Jan 2005 17:35:21 +0900
libodbc-ruby (0.994-1) unstable; urgency=low
* New upstream release
-- Daigo Moriwaki <beatles@sgtpepper.net> Sat, 17 Jul 2004 11:43:41 +0900
libodbc-ruby (0.992-1) unstable; urgency=low
* New upstream release
-- Daigo Moriwaki <beatles@sgtpepper.net> Fri, 23 Apr 2004 22:52:04 +0900
libodbc-ruby (0.991-2) unstable; urgency=low
* Add "Uploaders" in the control file.
-- Daigo Moriwaki <beatles@sgtpepper.net> Sat, 27 Mar 2004 18:32:14 +0900
libodbc-ruby (0.991-1) unstable; urgency=low
* Initial Release.
-- Daigo Moriwaki <beatles@sgtpepper.net> Sat, 13 Mar 2004 12:47:03 +0900
|