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 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58
|
Source: canlock
Priority: optional
Section: news
Maintainer: Florian Schlichting <fsfs@debian.org>
Build-Depends: debhelper-compat (=13),
bison,
flex,
pkg-config
Standards-Version: 4.5.1
Homepage: https://micha.freeshell.org/libcanlock/
Vcs-Git: https://salsa.debian.org/debian/canlock.git
Vcs-Browser: https://salsa.debian.org/debian/canlock
Rules-Requires-Root: no
Package: libcanlock-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libcanlock3 (= ${binary:Version}), ${misc:Depends}
Conflicts: libcanlock2-dev
Replaces: libcanlock2-dev
Description: development files for Usenet cancel lock library
Cancel locks are used by Usenet article posters to authenticate their
authorship of an article. It may then by used by servers to prevent
cancel and supersede abuse. The use of this feature remains the
newsmaster's decision.
.
This library may be used for both the generation and the verification
of cancel locks. The header file and the static library are included
in this package.
Package: libcanlock3
Section: libs
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: library for creating and verifying Usenet cancel locks
Cancel locks are used by Usenet article posters to authenticate their
authorship of an article. It may then by used by servers to prevent
cancel and supersede abuse. The use of this feature remains the
newsmaster's decision.
.
This library may be used for both the generation and the verification
of cancel locks.
Package: canlock
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: utilities for creating and verifying Usenet cancel locks
Cancel locks are used by Usenet article posters to authenticate their
authorship of an article. It may then by used by servers to prevent
cancel and supersede abuse. The use of this feature remains the
newsmaster's decision.
.
This package contains a simple utility wrapping the canlock library,
which may be used for both the generation and the verification of
cancel locks, along with a message header parser and a header field
parser.
|