diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 05:17:56 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 05:17:56 +0000 |
commit | d340bc5163149fcfec1840622a2d1994f1748656 (patch) | |
tree | f0a329536aea098324b9f095f5d02b4126b97dba | |
parent | Merging dpkg origin file for Progress Linux. (diff) | |
download | base-files-d340bc5163149fcfec1840622a2d1994f1748656.tar.xz base-files-d340bc5163149fcfec1840622a2d1994f1748656.zip |
Adding lsb release file for Progress Linux 6 (fuchur).
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-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..c8a5535 --- /dev/null +++ b/debian/local/lsb-release/lsb-release @@ -0,0 +1,4 @@ +DISTRIB_ID="Progress Linux" +DISTRIB_DESCRIPTION="Progress Linux 6 (fuchur)" +DISTRIB_RELEASE="6" +DISTRIB_CODENAME="fuchur" |