[X2Go-Commits] [pale-moon] 44/52: debian/upstream.mk: add Horizon support... whatever that is supposed to be.

git-admin at x2go.org git-admin at x2go.org
Fri Sep 21 23:08:46 CEST 2018


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch master
in repository pale-moon.

commit edc6b3132f34ed9a1ed351ea56a0abdb10334e33
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Fri Sep 21 05:01:13 2018 +0200

    debian/upstream.mk: add Horizon support... whatever that is supposed to be.
---
 debian/changelog   | 1 +
 debian/upstream.mk | 6 ++++++
 2 files changed, 7 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 6b02b43..9492b1e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -184,6 +184,7 @@ palemoon (27.9.2~repack-1-0x2go1) UNRELEASED; urgency=medium
     - Add version check against Debian package.
     - Add xenial, artful, bionic, cosmic DIST values.
     - Uh, no, the Ubuntu versions are not backports. Fix that up.
+    - Add Horizon support... whatever that is supposed to be.
   * debian/lintian-overrides:
     - Sync with Debian's Firefox package.
 
diff --git a/debian/upstream.mk b/debian/upstream.mk
index 497b738..29091f1 100644
--- a/debian/upstream.mk
+++ b/debian/upstream.mk
@@ -66,6 +66,12 @@ ifneq (,$(filter 10%,$(DEBIAN_TARGET)))
 DIST = buster
 endif
 endif
+# If nothing else matches, check lsb_release.
+ifneq (,$(filter unknown,$(DIST)))
+ifneq (,$(filter Horizon,$(shell lsb_release -cs)))
+DIST = Horizon
+endif
+endif
 
 # Check if the version in debian/changelog matches actual upstream version
 # as VERSION_FILTER transforms it.

--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pale-moon.git


More information about the x2go-commits mailing list