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
|
Source: decopy
Section: devel
Priority: optional
Maintainer: Maximiliano Curia <maxy@debian.org>
Uploaders: Margarita Manterola <marga@debian.org>
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
python3-all,
python3-debian,
python3-setuptools,
python3-xdg,
ronn,
Standards-Version: 4.7.2
Rules-Requires-Root: no
Homepage: https://salsa.debian.org/debian/decopy
Vcs-Browser: https://salsa.debian.org/debian/decopy
Vcs-Git: https://salsa.debian.org/debian/decopy.git
Testsuite: autopkgtest-pkg-pybuild
Package: decopy
Architecture: all
Depends:
bzip2,
libimage-exiftool-perl,
python3-debian,
python3-xdg,
xz-utils,
${misc:Depends},
${python3:Depends},
Recommends: python3-regex, python3-tqdm
Description: Automatic debian/copyright Generator
Decopy automates writing and updating the debian/copyright file.
.
It reads all files in the source tree, analyzes the licenses and copyright
messages included and generates the corresponding debian/copyright file.
When the file already exists, decopy parses it to generate a more complete
output.
|