Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/Remmina/FreeRDP-Ubuntu-PPA.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntenore Gatta <antenore@simbiosi.org>2020-04-14 23:22:09 +0300
committerAntenore Gatta <antenore@simbiosi.org>2020-04-14 23:22:09 +0300
commitd549a441b606bab262cc4825404013a3fb084e26 (patch)
treee73e39ad5b61935714bbf5ba1d9bc9fdeb992188 /debian/rules
parent0e1aff4284cad3b5be6fe7350e7e4c1fd382b3e3 (diff)
Updating FreeRDP package version
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules3
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index 8d24696..97d1a4a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -98,7 +98,8 @@ DTYPE = +dfsg1
VER ?= $(subst $(DTYPE),,$(UVER))
UURL = git://github.com/FreeRDP/FreeRDP.git
-UREV = $(shell echo $(VER) | cut -d"." -f5)
+#UREV = $(shell echo $(VER) | cut -d"." -f5)
+UREV = "2.0.0"
## http://wiki.debian.org/onlyjob/get-orig-source
.PHONY: get-orig-source