1
0
Fork 0

Adding debian version 1.37.0-1.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-05-18 07:03:47 +02:00
parent 271b368104
commit db1acb1099
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
5 changed files with 58 additions and 0 deletions

5
debian/changelog vendored Normal file
View 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
View 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
View 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
View file

@ -0,0 +1,4 @@
#!/usr/bin/make -f
%:
dh ${@} --builddirectory=_build --buildsystem=golang

1
debian/source/format vendored Normal file
View file

@ -0,0 +1 @@
3.0 (quilt)