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 b064e0e2e7
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
6 changed files with 64 additions and 0 deletions

7
debian/.gitignore vendored Normal file
View file

@ -0,0 +1,7 @@
*.debhelper
*.log
*.substvars
/.debhelper/
/debhelper-build-stamp
/files
/golang-modernc-sqlite-dev/

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

31
debian/control vendored Normal file
View file

@ -0,0 +1,31 @@
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,
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

16
debian/copyright vendored Normal file
View file

@ -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 <maintainers@lists.progress-linux.org>
License: TODO
Comment: Debian packaging is licensed under the same terms as upstream
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)