[X2Go-Commits] [pale-moon] 130/216: debian/upstream.mk: add xenial, artful, bionic, cosmic DIST values.
git-admin at x2go.org
git-admin at x2go.org
Sat Feb 16 02:43:19 CET 2019
This is an automated email from the git hooks/post-receive script.
x2go pushed a commit to branch master
in repository pale-moon.
commit c550ab82a61120eebd0cab67c20ae93241d03e11
Author: Mihai Moldovan <ionic at 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
More information about the x2go-commits
mailing list