From db1acb1099c49a0c5e44e5bb5b199db167a846b0 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 18 May 2025 07:03:47 +0200 Subject: [PATCH] Adding debian version 1.37.0-1. Signed-off-by: Daniel Baumann --- debian/changelog | 5 +++++ debian/control | 33 +++++++++++++++++++++++++++++++++ debian/copyright | 15 +++++++++++++++ debian/rules | 4 ++++ debian/source/format | 1 + 5 files changed, 58 insertions(+) create mode 100644 debian/changelog create mode 100644 debian/control create mode 100644 debian/copyright create mode 100755 debian/rules create mode 100644 debian/source/format diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..909f375 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +golang-modernc-sqlite (1.37.0-1) unstable; urgency=low + + * Initial upload to sid, required for gatus. + + -- Daniel Baumann Sat, 17 May 2025 09:46:39 +0200 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..4ba1a12 --- /dev/null +++ b/debian/control @@ -0,0 +1,33 @@ +Source: golang-modernc-sqlite +Section: golang +Priority: optional +Maintainer: Daniel Baumann +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. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..bedb3b4 --- /dev/null +++ b/debian/copyright @@ -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 +License: TODO + +License: TODO +TODO diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..0af86df --- /dev/null +++ b/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh ${@} --builddirectory=_build --buildsystem=golang diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt)