[X2Go-Commits] [x2gomatebindings] 01/02: debian/rules: change "testing" version to 999.

git-admin at x2go.org git-admin at x2go.org
Tue Aug 22 02:55:27 CEST 2017


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

x2go pushed a commit to branch master
in repository x2gomatebindings.

commit e57ea746048e09e654bb311049547f3e94deadd2
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Tue Aug 22 02:53:47 2017 +0200

    debian/rules: change "testing" version to 999.
    
    Compatible with our buildscripts.
---
 debian/changelog | 2 ++
 debian/rules     | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index d3019f3..b3be5e5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
 x2gomatebindings (0.0.1.5-0~x2go1) UNRELEASED; urgency=medium
 
   [ Mihai Moldovan ]
+  * debian/rules:
+    - Change "testing" version to 999. Compatible with our buildscripts.
   * x2gomatebindings.spec:
     - Change mate-file-manager-devel build dependency to caja-devel for newer
       distros. The package was renamed in Fedora and OpenSuSE a while ago,
diff --git a/debian/rules b/debian/rules
index a089bc0..10e6a44 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,7 +10,7 @@ ifeq ($(shell dpkg-vendor --is Debian && echo yes),yes)
 	RELEASE_VER = $(shell /usr/bin/lsb_release -r | /bin/sed -e 's/[	 ]*//g' | /usr/bin/cut -d ':' -f '2' | /usr/bin/cut -d '.' -f '1')
 # Let's fake testing's and unstable's "release version"...
 ifeq ($(RELEASE_VER),testing)
-	RELEASE_VER = 9990
+	RELEASE_VER = 999
 endif
 ifeq ($(RELEASE_VER),unstable)
 	RELEASE_VER = 9999

--
Alioth's /srv/git/code.x2go.org/x2gomatebindings.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2gomatebindings.git


More information about the x2go-commits mailing list