File: control

package info (click to toggle)
golang-github-russellhaering-goxmldsig 1.1.0-1%2Bdeb11u1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 276 kB
  • sloc: sh: 11; makefile: 2
file content (35 lines) | stat: -rw-r--r-- 1,520 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
Source: golang-github-russellhaering-goxmldsig
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Michael Stapelberg <stapelberg@debian.org>
	, Thorsten Alteholz <debian@alteholz.de>
Section: devel
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-any,
               golang-github-beevik-etree-dev,
               golang-github-jonboulle-clockwork-dev,
               golang-github-satori-go.uuid-dev,
               golang-github-stretchr-testify-dev
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-russellhaering-goxmldsig
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-russellhaering-goxmldsig.git
Homepage: https://github.com/russellhaering/goxmldsig
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/russellhaering/goxmldsig

Package: golang-github-russellhaering-goxmldsig-dev
Architecture: all
Depends: ${shlibs:Depends},
         ${misc:Depends},
         golang-github-beevik-etree-dev,
         golang-github-jonboulle-clockwork-dev,
         golang-github-satori-go.uuid-dev,
         golang-github-stretchr-testify-dev
Description: Pure Go implementation of XML Digital Signatures
 XML Digital Signatures implemented in pure Go, based on etree.
 .
 Limitations: this library was created in order to implement SAML 2.0.
 It currently only implements the subset of relevant standards needed
 to support that implementation.