Adding debian version 1.37.0-1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
271b368104
commit
db1acb1099
5 changed files with 58 additions and 0 deletions
5
debian/changelog
vendored
Normal file
5
debian/changelog
vendored
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
golang-modernc-sqlite (1.37.0-1) unstable; urgency=low
|
||||||
|
|
||||||
|
* Initial upload to sid, required for gatus.
|
||||||
|
|
||||||
|
-- Daniel Baumann <daniel@debian.org> Sat, 17 May 2025 09:46:39 +0200
|
33
debian/control
vendored
Normal file
33
debian/control
vendored
Normal file
|
@ -0,0 +1,33 @@
|
||||||
|
Source: golang-modernc-sqlite
|
||||||
|
Section: golang
|
||||||
|
Priority: optional
|
||||||
|
Maintainer: Daniel Baumann <daniel@debian.org>
|
||||||
|
Build-Depends:
|
||||||
|
debhelper-compat (= 13),
|
||||||
|
dh-sequence-golang,
|
||||||
|
golang-any,
|
||||||
|
golang-github-cznic-fileutil-dev,
|
||||||
|
golang-github-cznic-mathutil-dev,
|
||||||
|
golang-github-google-pprof-dev,
|
||||||
|
golang-golang-x-sys-dev,
|
||||||
|
golang-golang-x-sync-dev,
|
||||||
|
golang-github-mattn-go-sqlite3-dev,
|
||||||
|
Rules-Requires-Root: no
|
||||||
|
Standards-Version: 4.7.2
|
||||||
|
Homepage: https://gitlab.com/cznic/sqlite
|
||||||
|
Vcs-Browser: https://forgejo.debian.net/gatus/golang-modernc-sqlite
|
||||||
|
Vcs-Git: https://forgejo.debian.net/gatus/golang-modernc-sqlite
|
||||||
|
Testsuite: autopkgtest-pkg-go
|
||||||
|
XS-Go-Import-Path: modernc.org/sqlite
|
||||||
|
|
||||||
|
Package: golang-modernc-sqlite-dev
|
||||||
|
Architecture: all
|
||||||
|
Multi-Arch: foreign
|
||||||
|
Depends:
|
||||||
|
golang-github-cznic-fileutil-dev,
|
||||||
|
golang-github-cznic-mathutil-dev,
|
||||||
|
golang-github-google-pprof-dev,
|
||||||
|
golang-golang-x-sys-dev,
|
||||||
|
${misc:Depends},
|
||||||
|
Description: Golang port of SQLite (Go library)
|
||||||
|
modernc-sqlite is a Golang port of the SQLite/SQLite3 database.
|
15
debian/copyright
vendored
Normal file
15
debian/copyright
vendored
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
||||||
|
Upstream-Name: sqlite
|
||||||
|
Upstream-Contact: https://gitlab.com/cznic/sqlite/-/issues
|
||||||
|
Source: https://gitlab.com/cznic/sqlite/-/tags
|
||||||
|
|
||||||
|
Files: *
|
||||||
|
Copyright: TODO
|
||||||
|
License: TODO
|
||||||
|
|
||||||
|
Files: debian/*
|
||||||
|
Copyright: 2025 Daniel Baumann <daniel@debian.org>
|
||||||
|
License: TODO
|
||||||
|
|
||||||
|
License: TODO
|
||||||
|
TODO
|
4
debian/rules
vendored
Executable file
4
debian/rules
vendored
Executable file
|
@ -0,0 +1,4 @@
|
||||||
|
#!/usr/bin/make -f
|
||||||
|
|
||||||
|
%:
|
||||||
|
dh ${@} --builddirectory=_build --buildsystem=golang
|
1
debian/source/format
vendored
Normal file
1
debian/source/format
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
3.0 (quilt)
|
Loading…
Add table
Add a link
Reference in a new issue