From e571b3911f198e3feccc8d06390c79131f9cf09d Mon Sep 17 00:00:00 2001 From: Wojtek Kosior Date: Fri, 4 Feb 2022 21:13:00 +0100 Subject: fix minor issues noticed while testing hydrilla builder Changed a comment that gets mistakenly treated as copyright text by REUSE. Added some REUSE files to distribution. Updated upstream_url. --- index.json | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/index.json b/index.json index 8c0466e..e5a4a20 100644 --- a/index.json +++ b/index.json @@ -50,19 +50,18 @@ // characters. It has to match: [-0-9a-z.]+ "source_name": "hello", - // Copyright of this source package. Should list files that contain - // copyright information regarding this source package as well as texts of - // licenses used. Although no specific format of these files is mandated, it - // is recommended to make each source package REUSE-compliant, generate an - // spdx report for it as `report.spdx` and list this report together with - // all license files here. + // This property lists files that contain copyright information regarding + // this source package as well as texts of licenses used. Although no + // specific format of these files is mandated, it is recommended to make + // each source package REUSE-compliant, generate an spdx report for it as + // `report.spdx` and list this report together with all license files here. "copyright": [ {"file": "report.spdx"}, {"file": "LICENSES/CC0-1.0.txt"} ], // Where this software/work initially comes from. - "upstream_url": "https://git.koszko.org/pydrilla/tree/src/test/example_content/hello", + "upstream_url": "https://git.koszko.org/hydrilla-source-package-example", // Additional "comment" field can be used if needed. // "comment": "" @@ -195,7 +194,9 @@ // archive. Hydrilla builder will then include those together with all // script and copyright files used. "additional_files": [ - {"file": "README.txt"} + {"file": "README.txt"}, + {"file": "README.txt.license"}, + {"file": ".reuse/dep5"} ], // We can optionally tell Hydrilla builder to run the REUSE tool to generate // report.spdx file. Using this option requires REUSE to be installed and -- cgit v1.2.3