diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-09-21 19:36:00 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2022-11-13 21:19:39 +0100 |
commit | 6238f7df2e934a67dbb10d0b06a6205b21bc4a87 (patch) | |
tree | 66e23db9f6d18b647b8a375ad58bdbdd394eccc9 | |
parent | glep-0011: Restore missing author (diff) | |
download | glep-6238f7df2e934a67dbb10d0b06a6205b21bc4a87.tar.gz glep-6238f7df2e934a67dbb10d0b06a6205b21bc4a87.tar.bz2 glep-6238f7df2e934a67dbb10d0b06a6205b21bc4a87.zip |
glep-0078: Replace "basename" with non-ambiguous explanation
It has been pointed out that the "basename" term may be ambiguous
in the context. Explain explicitly that it is the filename with
.gpkg.tar suffix stripped.
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
-rw-r--r-- | glep-0078.rst | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/glep-0078.rst b/glep-0078.rst index 05ceba9..e841f00 100644 --- a/glep-0078.rst +++ b/glep-0078.rst @@ -7,8 +7,9 @@ Type: Standards Track Status: Accepted Version: 1 Created: 2018-11-15 -Last-Modified: 2022-08-14 -Post-History: 2018-11-17, 2019-07-08, 2021-09-13, 2021-09-22, 2022-05-28 +Last-Modified: 2022-09-21 +Post-History: 2018-11-17, 2019-07-08, 2021-09-13, 2021-09-22, 2022-05-28, + 2022-09-21 Content-Type: text/x-rst --- @@ -193,10 +194,11 @@ The gpkg package container is an uncompressed .tar achive whose filename should use ``.gpkg.tar`` suffix. The archive contains a number of files. All package-related files -should be stored in a single directory whose name matches the basename -of the package file. However, the implementation must be able to -process an archive where the directory name is mismatched. There should -be no explicit archive member entry for the directory. +should be stored in a single directory whose name matches the package +filename after stripping the ``.gpkg.tar`` suffix. However, +the implementation must be able to process an archive where +the directory name is mismatched. There should be no explicit archive +member entry for the directory. The package directory contains the following members, in order: |