diff --git a/debian/changelog b/debian/changelog index ed2c1865e9bc1266179e9ecb26b98afb760c5be0..4fe86a62300d222d152e2188b136e9bd161ff0ba 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,5 @@ -golang-github-go-http-utils-headers (1.0.0-1) UNRELEASED; urgency=medium +golang-github-go-http-utils-headers (1.0.0-1) unstable; urgency=medium - * Initial release (Closes: TODO) + * Initial release (Closes: #1093319) -- Simon Josefsson <simon@josefsson.org> Fri, 17 Jan 2025 19:45:24 +0100 diff --git a/debian/control b/debian/control index 21f82babfb70f6b3aad7b7cadefb40a8bd54ddec..4d7ec230790f164b4568e45108dbd1b1c66c932b 100644 --- a/debian/control +++ b/debian/control @@ -2,13 +2,15 @@ Source: golang-github-go-http-utils-headers Section: golang Priority: optional Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org> -Uploaders: Simon Josefsson <simon@josefsson.org> +Uploaders: + Simon Josefsson <simon@josefsson.org>, Rules-Requires-Root: no -Build-Depends: debhelper-compat (= 13), - dh-sequence-golang, - golang-any +Build-Depends: + debhelper-compat (= 13), + dh-sequence-golang, + golang-any, Testsuite: autopkgtest-pkg-go -Standards-Version: 4.6.2 +Standards-Version: 4.7.0 Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-go-http-utils-headers Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-go-http-utils-headers.git Homepage: https://github.com/go-http-utils/headers @@ -17,37 +19,9 @@ XS-Go-Import-Path: github.com/go-http-utils/headers Package: golang-github-go-http-utils-headers-dev Architecture: all Multi-Arch: foreign -Depends: ${misc:Depends} -Description: :family:HTTP header constants for Gophers (library) - headers - . - Build Status (https://travis-ci.org/go-http-utils/headers) Coverage Status - (https://coveralls.io/github/go-http-utils/headers?branch=master) - . +Depends: + ${misc:Depends}, +Description: HTTP header constants for Gophers (Go library) HTTP header constants for Gophers. . - Installation - . - go get -u github.com/go-http-utils/headers - . - Documentation - . - (https://godoc.org/github.com/go-http-utils/headers) - . - Usage - . - import ( - "fmt" - . - "github.com/go-http-utils/headers" - ) - . - fmt.Println(headers.AcceptCharset) - // -> "Accept-Charset" - . - fmt.Println(headers.IfNoneMatch) - // -> "If-None-Match" - . - fmt.Println(headers.Normalize("content-type")) - // -> "Content-Type" - + This package contains the Go development library. diff --git a/debian/copyright b/debian/copyright index ce67a95ecd3336c6e259b6ddc5737829efe2f451..a9afedae7a23e3a56059c91adf41c3dcb1340473 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,11 +1,11 @@ Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Source: https://github.com/go-http-utils/headers Upstream-Name: headers -Upstream-Contact: TODO Files: * -Copyright: 2016 +Copyright: 2016 go-http-utils License: Expat +Comment: David Cai Files: debian/* Copyright: 2025 Simon Josefsson <simon@josefsson.org> diff --git a/debian/salsa-ci.yml b/debian/salsa-ci.yml new file mode 100644 index 0000000000000000000000000000000000000000..f6aa0cab39344dfd2cc4d1003f4eb800a438cd21 --- /dev/null +++ b/debian/salsa-ci.yml @@ -0,0 +1,10 @@ +include: +- https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/recipes/debian.yml +- https://salsa.debian.org/debian/licenserecon/raw/main/debian/licenserecon.yml + +variables: + SALSA_CI_ENABLE_WRAP_AND_SORT: 'true' + SALSA_CI_WRAP_AND_SORT_ARGS: '-asbkt' + SALSA_CI_DISABLE_APTLY: 0 + SALSA_CI_LINTIAN_FAIL_WARNING: '1' + SALSA_CI_AUTOPKGTEST_ALLOWED_EXIT_STATUS: '0'