diff options
author | Wojtek Kosior <koszko@koszko.org> | 2022-02-04 21:13:00 +0100 |
---|---|---|
committer | Wojtek Kosior <koszko@koszko.org> | 2022-02-04 21:15:23 +0100 |
commit | e571b3911f198e3feccc8d06390c79131f9cf09d (patch) | |
tree | 914b66ea7eb043c2e6444b006ea975a72dd922f7 | |
parent | 96b8830c30d9052decaf9aaf99375cf4b5ad719f (diff) | |
download | hydrilla-source-package-example-e571b3911f198e3feccc8d06390c79131f9cf09d.tar.gz hydrilla-source-package-example-e571b3911f198e3feccc8d06390c79131f9cf09d.zip |
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.
-rw-r--r-- | index.json | 17 |
1 files changed, 9 insertions, 8 deletions
@@ -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 |