Adding debian version 1.37.0-1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
271b368104
commit
b064e0e2e7
6 changed files with 64 additions and 0 deletions
7
debian/.gitignore
vendored
Normal file
7
debian/.gitignore
vendored
Normal file
|
@ -0,0 +1,7 @@
|
|||
*.debhelper
|
||||
*.log
|
||||
*.substvars
|
||||
/.debhelper/
|
||||
/debhelper-build-stamp
|
||||
/files
|
||||
/golang-modernc-sqlite-dev/
|
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
|
31
debian/control
vendored
Normal file
31
debian/control
vendored
Normal 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
16
debian/copyright
vendored
Normal 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
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