Codebase list forensic-artifacts / e448d49
New upstream release: Refresh sole patch Axel Beckert 2 years ago
2 changed file(s) with 6 addition(s) and 5 deletion(s). Raw diff Collapse all Expand all
22 * Team Upload
33
44 * Import new upstream (pre-)release 20211012.
5 + Refresh sole patch.
56
67 -- Axel Beckert <abe@debian.org> Mon, 25 Oct 2021 19:23:56 +0200
78
11 These YAML files are now going into a separate binary package and do not need
22 to come with the pybuild-generated packages.
33 Author: Sascha Steinbiss <satta@debian.org>
4 Index: artifacts/setup.py
5 ===================================================================
6 --- artifacts.orig/setup.py
7 +++ artifacts/setup.py
8 @@ -238,11 +238,4 @@ setup(
4 --- a/setup.py
5 +++ b/setup.py
6 @@ -234,13 +234,6 @@
97 package_dir={
108 'artifacts': 'artifacts'
119 },
1614 - ('share/doc/artifacts', [
1715 - 'ACKNOWLEDGEMENTS', 'AUTHORS', 'LICENSE', 'README']),
1816 - ],
17 install_requires=parse_requirements_from_file('requirements.txt'),
18 tests_require=parse_requirements_from_file('test_requirements.txt'),
1919 )