diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 11:55:40 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 11:55:40 +0000 |
commit | 5f777c2a05e9c12ed7bc7ef270356fcb3d4820d3 (patch) | |
tree | b3ff64c89c61cf4f081d630387633be33b5f27d0 | |
parent | Adding dpkg origin file for Progress Linux. (diff) | |
download | base-files-5f777c2a05e9c12ed7bc7ef270356fcb3d4820d3.tar.xz base-files-5f777c2a05e9c12ed7bc7ef270356fcb3d4820d3.zip |
Adding lsb release file for Progress Linux 6.99 (fuchur-backports).
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | debian/base-files.install | 1 | ||||
-rw-r--r-- | debian/local/lsb-release/lsb-release | 4 |
2 files changed, 5 insertions, 0 deletions
diff --git a/debian/base-files.install b/debian/base-files.install index 34b22db..93be954 100644 --- a/debian/base-files.install +++ b/debian/base-files.install @@ -4,3 +4,4 @@ debian/local/base-files/motd /usr/share/base-files debian/local/base-files/os-release /etc debian/local/base-files/progress-linux_version /etc debian/local/dpkg/progress-linux /etc/dpkg/origins +debian/local/lsb-release/lsb-release /etc diff --git a/debian/local/lsb-release/lsb-release b/debian/local/lsb-release/lsb-release new file mode 100644 index 0000000..35076c8 --- /dev/null +++ b/debian/local/lsb-release/lsb-release @@ -0,0 +1,4 @@ +DISTRIB_ID="Progress Linux" +DISTRIB_DESCRIPTION="Progress Linux 6.99 (fuchur-backports)" +DISTRIB_RELEASE="6.99" +DISTRIB_CODENAME="fuchur-backports" |