1
0
Fork 0

Adding debian version 1.0.1-1.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-05-18 14:36:23 +02:00
parent cd7c72beb5
commit 30dbb37d6d
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
6 changed files with 75 additions and 0 deletions

5
debian/changelog vendored Normal file
View file

@ -0,0 +1,5 @@
golang-forgejo-go-chi-captcha (1.0.1-1) unstable; urgency=medium
* Initial upload to sid, required for forgejo.
-- Daniel Baumann <daniel@debian.org> Sun, 18 May 2025 14:30:48 +0200

25
debian/control vendored Normal file
View file

@ -0,0 +1,25 @@
Source: golang-forgejo-go-chi-captcha
Section: golang
Priority: optional
Maintainer: Daniel Baumann <daniel@debian.org>
Build-Depends:
debhelper-compat (= 13),
dh-sequence-golang,
golang-any,
Rules-Requires-Root: no
Standards-Version: 4.7.2
Homepage: https://code.forgejo.org/go-chi/captcha
Vcs-Browser: https://forgejo.debian.net/forgejo/golang-forgejo-go-chi-captcha
Vcs-Git: https://forgejo.debian.net/forgejo/golang-forgejo-go-chi-captcha
Testsuite: autopkgtest-pkg-go
XS-Go-Import-Path: code.forgejo.org/go-chi/captcha
Package: golang-forgejo-go-chi-captcha-dev
Section: golang
Architecture: all
Multi-Arch: foreign
Depends:
${misc:Depends},
Description: generation and verification of image CAPTCHAs (Go library)
captcha is a Go library implementing generation and verification of image
CAPTCHAs.

31
debian/copyright vendored Normal file
View file

@ -0,0 +1,31 @@
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: captcha
Upstream-Contact: https://code.forgejo.org/go-chi/captcha/issues
Source: https://code.forgejo.org/go-chi/captcha/tags
Files: *
Copyright: 2011-2014 Dmitry Chestnykh <dmitry@codingrobots.com>
License: MIT
Files: debian/*
Copyright: 2025 Daniel Baumann <daniel@debian.org>
License: MIT
License: MIT
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
.
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.

8
debian/rules vendored Executable file
View file

@ -0,0 +1,8 @@
#!/usr/bin/make -f
%:
dh ${@} --builddirectory=_build --buildsystem=golang
execute_after_dh_auto_install:
# removing unused files
rm -rf debian/golang-forgejo-go-chi-captcha-dev/usr/bin

1
debian/source/format vendored Normal file
View file

@ -0,0 +1 @@
3.0 (quilt)

5
debian/upstream/metadata vendored Normal file
View file

@ -0,0 +1,5 @@
---
Bug-Database: https://code.forgejo.org/go-chi/captcha/issues
Bug-Submit: https://code.forgejo.org/go-chi/captcha/issues/new
Repository: https://code.forgejo.org/go-chi/captcha.git
Repository-Browse: https://code.forgejo.org/go-chi/captcha