File: control

package info (click to toggle)
reuse 5.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 2,316 kB
  • sloc: python: 9,646; makefile: 80; sh: 6; ansic: 5
file content (40 lines) | stat: -rw-r--r-- 1,345 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
36
37
38
39
40
Source: reuse
Section: devel
Priority: optional
Maintainer: Stephan Lachnit <stephanlachnit@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 pybuild-plugin-pyproject,
 python3-all,
 python3-poetry-core,
 python3-attr,
 python3-click,
 python3-binaryornot,
 python3-boolean,
 python3-jinja2,
 python3-debian,
 python3-license-expression,
 python3-tomlkit,
Rules-Requires-Root: no
Standards-Version: 4.7.0
Homepage: https://reuse.software/
Vcs-Browser: https://salsa.debian.org/debian/reuse
Vcs-Git: https://salsa.debian.org/debian/reuse.git

Package: reuse
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Description: tool for REUSE copyright and license recommendations
 Managing copyright and licensing is difficult, especially when reusing
 software from different projects that are released under various different
 licenses. REUSE was started by the Free Software Foundation Europe (FSFE) to
 provide a set of recommendations to make licensing your Free Software projects
 easier. Not only do these recommendations make it easier for you to declare
 the licenses under which your works are released, but they also make it easier
 for a computer to understand how your project is licensed.
 .
 This package contains a tool for checking and helping with compliance with the
 REUSE recommendations.