[ Rafael David Tinoco ]
* Sponsoring ruby2.7 transitions
[ Lucas Kanashiro ]
* No-change rebuild for ruby2.7
* debian/control:
- Bump Standards-Version to 4.5.0, no changes required.
- Declare that schleuder << 3.4.1-2~ is broken. This should allow
migration of both, ruby-sqlite3 1.4.2-1 and schleuder 3.4.1-3 to
testing.
* debian/copyright:
- Use HTTPS to point to copyright format specs.
* Team upload
[ Antonio Terceiro ]
* Remove myself from Uploaders:
* New upstream version 1.4.2
- This version passes the tests against ruby2.7
* Refresh packaging files with a new run of dh-make-ruby
- Bump debhelper compatibility level to 12; depend on debhelper-compat and
drop debian/compat
- Bump Standards-Version to 4.4.0; no changes needed.
- add Rules-Requires-Root: no
- Add debian/upstream/metadata
- Update debian/watch to point to gemwatch.debian.net
* debian/patches/drop-vendorizing-tasks.patch: disable tasks that are not
relevant for the Debian packaging.
[ Utkarsh Gupta ]
* Add salsa-ci.yml
* Team upload.
* New upstream version 1.3.13
* Bump Standards-Version. No changes needed.
* d/ruby-sqlite3.doc-base: fix spelling error
* Team upload.
* Use slugs instead of object ids to generate the FAQ in order to make
package build reproducible. Thanks Lunar (Closes: #782884)
* Use https:// in Vcs-* fields
* Bump Standards-Version to 3.9.7 (no changes needed)
* Run wrap-and-sort on packaging files
* New upstream release.
- dropped handle-big-endian.diff, already applied upstream
* Add Recommends: on sqlite3
* Add myself to Uploaders:
* Update packaging with a new dh-make-ruby run
* New upstream release.
* Team upload.
* debian/patches/handle-big-endian.diff: don't assume the native byte order
is little endian. Based on initial patch suggested by David Suárez
(Closes: #745929)
* Team upload.
* New upstream release.
* Bump gem2deb build dep to 0.7.5~.
- Drop ruby 1.9
* Remove already applied patch.
* Team upload
* add fix_test_insert_duplicate_records.patch to match messages modified in
libsqlite3 3.8.2 (Closes: #735512)
* Bump Standards-Version to 3.9.5 (no changes needed)
* Team upload
* Imported Upstream version 1.3.8
* 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)
+ build against against gem2deb >= 0.5 to add support for Ruby 2.0 and
drop Ruby 1.8
* debian/copyright: use copyright-format/1.0 official URL for Format
* debian/watch: use gemwatch service
* Update homepage to point to github.com/sparklemotion/sqlite3-ruby
* Register SQLite3/Ruby FAQ in doc-base
* Team upload.
* Bump build-depends on gem2deb to >= 0.3.0~
* debian/rules: use debian/sqlite3-1.3.6.gemspec as a gemspec
* New upstream release.
* Standards-Version upgraded to 3.9.3.
* Avoid requiring test/helper.rb twice to prevent the included monkey patch
of Test::Unit::TestCase from breaking unit tests.
* New upstream release.
* Point Vcs-* control fields at git.debian.org.
* New upstream release.
* Switch to gem2deb-based packaging:
- source and binary packages renamed to ruby-sqlite3
- transitional packages added
- source format changed to 3.0 (quilt).
* New upstream release
- defined functions are kept in a hash to prevent GC (closes: #601494)
* Standards-Version upgraded to 3.9.2.
* Watch file updated to track github instead of RubyForge.
* Added missing Build-Depends on redcloth. Closes: #598692.
* New upstream release
- DL driver silently dropped by upstream since 1.3.0
- compatibile with Ruby 1.9.2 (closes: #593207)
* With DL driver gone, quilt is no longer needed.
* debian/watch updated to detect .tgz files.
* Changed Section from interpreters to ruby.
* Debhelper compat level upgraded to 5.
* Standards-Version upgraded to 3.9.1.
* Non-maintainer upload.
* Switch from Ruby 1.9 to 1.9.1. Closes: #565826.
* The included C wrappers were generated by an old buggy SWIG version,
regenerate them with current SWIG (Closes: #454533).
* New upstream release:
- Fix linking against Ruby 1.8.5
- Ruby 1.9 compatibility tweaks for Array#zip
- Avoid using Object#extend for greater speedups
- Fix incorrect permissions on database.rb and translator.rb
- Package the updated C file for source builds.
* Replaced dpatch with quilt.
* Build a module for Ruby 1.9 in libsqlite3-ruby1.9.
* New upstream release (Closes: #487937).
* dpatch support added.
* Make DL driver use libsqlite3.so.0 (Closes: #457296).
* Updated to Standards-Version 3.8.0:
- Homepage: field added to control file.
* New upstream release (Closes: #418416).
* All previous patches included upstream.
* Merge upstream fix for type_conversion of typeless columns.
* Several fixes by Mike Kasick:
- avoid warnings in verbose mode (Closes: #405612, #398982)
- reset statement handle in Statement#bind_param (Closes: #405614).
* Fix for use of callbacks (upstream patch #2955). Closes: #365711.
* Bumped Standards-Version to 3.7.2.
* Initial release.