[X2Go-Commits] [x2goclient] 02/03: debian/rules: assign default values to the FORCE_{VENDOR, RELEASE_VER} variables - thus allowing passed-in values through the environment.

git-admin at x2go.org git-admin at x2go.org
Wed May 12 23:07:14 CEST 2021


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

x2go pushed a commit to branch master
in repository x2goclient.

commit 3963b76d7074b17623f99f95cde0355f87b000fe
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Wed May 12 22:19:32 2021 +0200

    debian/rules: assign default values to the FORCE_{VENDOR,RELEASE_VER} variables - thus allowing passed-in values through the environment.
---
 debian/changelog | 2 ++
 debian/rules     | 4 ++--
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index dc5df05..b564488 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -73,6 +73,8 @@ x2goclient (4.1.2.3-0x2go1) UNRELEASED; urgency=medium
       non-chrooted by sbuild before building the source package, so forcing
       will overwrite the file our buildscripts generated with something not
       matching the target system.
+    + Assign default values to the FORCE_{VENDOR,RELEASE_VER} variables - thus
+      allowing passed-in values through the environment.
   * debian/:
     + New file "watch". We won't need this per se (since we're upstream and
       there cannot be a newer version of the Debian package without releasing
diff --git a/debian/rules b/debian/rules
index 6c69b98..25fd032 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,8 +14,8 @@ VENDOR_UBUNTU :=
 QT_VERSION := 4
 
 # Setting these disables autodetection.
-FORCE_VENDOR :=
-FORCE_RELEASE_VER :=
+FORCE_VENDOR ?=
+FORCE_RELEASE_VER ?=
 
 ifneq ($(FORCE_VENDOR),)
   ifneq ($(FORCE_RELEASE_VER),)

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


More information about the x2go-commits mailing list