golang-github-mattn-go-sqlite3 1.14.11~ds1-1 source package in Ubuntu
Changelog
golang-github-mattn-go-sqlite3 (1.14.11~ds1-1) unstable; urgency=medium [ Mathias Gibbens ] * New upstream version - Stick with the 1.x versions, as that seems to be the active branch * Add myself to uploaders * Update d/control: - Update Maintainer team email address - Update Section to golang - Update Build-Depends and Depends - Bump Standards-Version (no changes needed) - Add Rules-Requires-Root: no - Add back Built-Using: ${misc:Built-Using} * Add myself to d/copyright * Update d/rules, d/upstream/metadata, and d/watch [ Helmut Grohne ] * Apply multiarch interpreter workaround for golang-github-mattn-go-sqlite3-dev: Convert to Arch:any + M-A:same. (Closes: #984701) [ Aloïs Micard ] * update debian/gitlab-ci.yml (using pkg-go-tools/ci-config) [ Debian Janitor ] * Bump debhelper from old 10 to 12 * Set debhelper-compat version in Build-Depends * Remove unnecessary ${misc:Built-Using} * Update standards version to 4.1.1, no changes needed * Set upstream metadata fields: Bug-Database, Bug-Submit -- Mathias Gibbens <email address hidden> Sat, 12 Feb 2022 16:53:15 +0000
Upload details
- Uploaded by:
- Debian Go Packaging Team
- Uploaded to:
- Sid
- Original maintainer:
- Debian Go Packaging Team
- Architectures:
- any
- Section:
- golang
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
golang-github-mattn-go-sqlite3_1.14.11~ds1-1.dsc | 2.3 KiB | ca0c9df50642f130712f6b3e0a136b0c3b5ad1655ccc8f67b0f824adc151a93d |
golang-github-mattn-go-sqlite3_1.14.11~ds1.orig.tar.xz | 84.3 KiB | 3915e42542e103916840d71003275a4edff81b6f2ba0a3f2cbfe16b221b7bf14 |
golang-github-mattn-go-sqlite3_1.14.11~ds1-1.debian.tar.xz | 4.3 KiB | 35d9033fc9afb434c948b4ffff36c340ca8fc92929fda21fe2806832f0192766 |
Available diffs
- diff from 1.6.0~ds1-2 to 1.14.11~ds1-1 (75.4 KiB)
No changes file available.
Binary packages built by this source
- golang-github-mattn-go-sqlite3-dev: sqlite3 driver for go that using database/sql
SQLite3 driver conforming to the built-in database/sql interface.
Currently, go-sqlite3 support following data types: null, integer,
float, blob, text and timestamp/datetime.