From 32e0b49a4c4b1608e5c573ce5379d0512d3dc952 Mon Sep 17 00:00:00 2001 From: midipix Date: Sun, 26 Jan 2020 03:10:34 +0000 Subject: project: --srcinfo support: initial integration. --- project/srcdist/manifest.in | 15 +++++++++++++++ project/srcdist/srcinfo.in | 27 +++++++++++++++++++++++++++ 2 files changed, 42 insertions(+) create mode 100644 project/srcdist/manifest.in create mode 100644 project/srcdist/srcinfo.in (limited to 'project/srcdist') diff --git a/project/srcdist/manifest.in b/project/srcdist/manifest.in new file mode 100644 index 0000000..f6581aa --- /dev/null +++ b/project/srcdist/manifest.in @@ -0,0 +1,15 @@ + / + / GREETINGS. +| +| The source tree immediately containing this MANIFEST file is comprised of: +| +| a) upstream source files in preferred, unmodified form; +| b) downstream build system files; and +| c) downstream overlay and extension files. +| +| The following documents identify the origin of each of the source files by +| both its sha-256 signature and origin: +| +| MANIFEST.rawball provides a list of upstream source files. +| MANIFEST.overlay provides a list of downstream overlay and extension files. +| diff --git a/project/srcdist/srcinfo.in b/project/srcdist/srcinfo.in new file mode 100644 index 0000000..96b9331 --- /dev/null +++ b/project/srcdist/srcinfo.in @@ -0,0 +1,27 @@ + / + / GREETINGS. +| +| This copy of @program@ was built from a source tree comprised of: +| +| a) upstream source files in preferred, unmodified form; +| b) downstream build system files; and +| c) downstream overlay and extension files. +| +| The above source tree contains manifest documents which help identify +| each source file by both its sha-256 signature and origin. See the +| top-level MANIFEST file for additional information. +| +| The author(s) of one or more downstream files prefer, but do not require, +| that the complete corresponding source be shipped along with any package +| containing the program in binary form. +| +| The complete corresponding source of the program may also be downloaded at: +| +| https://@srcsite@/srchash/\$SRCHASH/@package@-@pkgver@.tar.xz +| https://@srcsite@/srchash/\$SRCHASH/@package@-@pkgver@.tar.xz.asc +| +| SRCHASH: @srcball_sha256@ +| PGPRKEY: @pgprkey@ +| PGPSKEY: @pgpskey@ +| + -- cgit v1.2.3