From b064e0e2e7a4a5f5794a999237b7832d9bc177bd 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/.gitignore | 7 +++++++ debian/changelog | 5 +++++ debian/control | 31 +++++++++++++++++++++++++++++++ debian/copyright | 16 ++++++++++++++++ debian/rules | 4 ++++ debian/source/format | 1 + 6 files changed, 64 insertions(+) create mode 100644 debian/.gitignore 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/.gitignore b/debian/.gitignore new file mode 100644 index 0000000..6381bb6 --- /dev/null +++ b/debian/.gitignore @@ -0,0 +1,7 @@ +*.debhelper +*.log +*.substvars +/.debhelper/ +/debhelper-build-stamp +/files +/golang-modernc-sqlite-dev/ 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..e993bf0 --- /dev/null +++ b/debian/control @@ -0,0 +1,31 @@ +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, +Rules-Requires-Root: no +Standards-Version: 4.7.2 +Homepage: TODO +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: TODO: short description (library) +TODO: long description diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..d96363b --- /dev/null +++ b/debian/copyright @@ -0,0 +1,16 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Source: TODO +Upstream-Name: sqlite +Upstream-Contact: TODO + +Files: * +Copyright: TODO +License: TODO + +Files: debian/* +Copyright: 2025 Progress Linux Maintainers +License: TODO +Comment: Debian packaging is licensed under the same terms as upstream + +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)