summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--debian/base-files.install1
-rw-r--r--debian/local/lsb-release/lsb-release4
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..dee1938
--- /dev/null
+++ b/debian/local/lsb-release/lsb-release
@@ -0,0 +1,4 @@
+DISTRIB_ID="Progress Linux"
+DISTRIB_DESCRIPTION="Progress Linux 7.99 (graograman-backports)"
+DISTRIB_RELEASE="7.99"
+DISTRIB_CODENAME="graograman-backports"