This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pale-moon. commit facddba623962b0cfc020a2af0bd11539cfc873a Author: Mihai Moldovan <ionic@ionic.de> Date: Sat Sep 22 21:41:35 2018 +0200 debian/upstream.mk: add DIST support for stretch and jessie. Debian's Firefox package doesn't need this since such versions are always part of backports from testing/unstable, but we do. --- debian/changelog | 3 +++ debian/upstream.mk | 6 ++++++ 2 files changed, 9 insertions(+) diff --git a/debian/changelog b/debian/changelog index ba13179..c9d7b88 100644 --- a/debian/changelog +++ b/debian/changelog @@ -257,6 +257,9 @@ palemoon (27.9.2~repack-1-0x2go1) UNRELEASED; urgency=medium - Strip out everything past a tilde character in the upstream version, because Palemoon's traditional packaging is... special/broken. They shouldn't have used ~repack..., but rather -repack... + - Add DIST support for stretch and jessie. Debian's Firefox package + doesn't need this since such versions are always part of backports from + testing/unstable, but we do. * debian/lintian-overrides: - Sync with Debian's Firefox package. * debian/palemoon.links.in: diff --git a/debian/upstream.mk b/debian/upstream.mk index 0ad5abb..b54ac68 100644 --- a/debian/upstream.mk +++ b/debian/upstream.mk @@ -42,6 +42,12 @@ endif ifneq (,$(filter testing% buster% unstable sid,$(DEB_DISTRIBUTION))) DIST = buster endif +ifneq (,$(filter stretch,$(DEB_DISTRUBTION))) +DIST = stretch +endif +ifneq (,$(filter jessie,$(DEB_DISTRUBTION))) +DIST = jessie +endif ifneq (,$(filter xenial,$(DEB_DISTRIBUTION))) DIST = xenial endif -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pale-moon.git