This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pale-moon. commit 99986a5e80460afbf1cd25739bf560301ad82d0f Author: Mihai Moldovan <ionic@ionic.de> Date: Fri Sep 21 04:50:09 2018 +0200 debian/upstream.mk: add xenial, artful, bionic, cosmic DIST values. --- debian/changelog | 1 + debian/upstream.mk | 12 ++++++++++++ 2 files changed, 13 insertions(+) diff --git a/debian/changelog b/debian/changelog index a4148bb..a67146a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -182,6 +182,7 @@ palemoon (27.9.2~repack-1-0x2go1) UNRELEASED; urgency=medium - Enable preprocessing support. * debian/upstream.mk: - Add version check against Debian package. + - Add xenial, artful, bionic, cosmic DIST values. * debian/lintian-overrides: - Sync with Debian's Firefox package. diff --git a/debian/upstream.mk b/debian/upstream.mk index 0bda9e0..902d6ca 100644 --- a/debian/upstream.mk +++ b/debian/upstream.mk @@ -53,6 +53,18 @@ endif ifneq (,$(filter 10%,$(DEBIAN_TARGET))) DIST = buster endif +ifneq (,$(filter 16.04%,$(DEBIAN_TARGET))) +DIST = xenial +endif +ifneq (,$(filter 17.10%,$(DEBIAN_TARGET))) +DIST = artful +endif +ifneq (,$(filter 18.04%,$(DEBIAN_TARGET))) +DIST = bionic +endif +ifneq (,$(filter 18.10%,$(DEBIAN_TARGET))) +DIST = cosmic +endif endif # Check if the version in debian/changelog matches actual upstream version -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pale-moon.git