This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository pale-moon. from facddba debian/upstream.mk: add DIST support for stretch and jessie. new 2f3508e debian/upstream.mk: fix a typo DEB_DISTRUBTION => DEB_DISTRIBUTION. The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: debian/changelog | 1 + debian/upstream.mk | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pale-moon.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pale-moon. commit 2f3508e00af8d60e1166754d31c9293af5c55c64 Author: Mihai Moldovan <ionic@ionic.de> Date: Sat Sep 22 21:47:13 2018 +0200 debian/upstream.mk: fix a typo DEB_DISTRUBTION => DEB_DISTRIBUTION. --- debian/changelog | 1 + debian/upstream.mk | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index c9d7b88..8e5ef7a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -260,6 +260,7 @@ palemoon (27.9.2~repack-1-0x2go1) UNRELEASED; urgency=medium - 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. + - Fix a typo DEB_DISTRUBTION => DEB_DISTRIBUTION. * debian/lintian-overrides: - Sync with Debian's Firefox package. * debian/palemoon.links.in: diff --git a/debian/upstream.mk b/debian/upstream.mk index b54ac68..d9865e4 100644 --- a/debian/upstream.mk +++ b/debian/upstream.mk @@ -42,10 +42,10 @@ endif ifneq (,$(filter testing% buster% unstable sid,$(DEB_DISTRIBUTION))) DIST = buster endif -ifneq (,$(filter stretch,$(DEB_DISTRUBTION))) +ifneq (,$(filter stretch,$(DEB_DISTRIBUTION))) DIST = stretch endif -ifneq (,$(filter jessie,$(DEB_DISTRUBTION))) +ifneq (,$(filter jessie,$(DEB_DISTRIBUTION))) DIST = jessie endif ifneq (,$(filter xenial,$(DEB_DISTRIBUTION))) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pale-moon.git