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:
-rw-r--r--debian/changelog6
-rwxr-xr-xdebian/rules3
2 files changed, 7 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 68f1ade..250c04f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+freerdp (2.0.0~git-0~remmina4) artful; urgency=medium
+
+ * Rollback git tag
+
+ -- Antenore Gatta <antenore@simbiosi.org> Tue, 14 Apr 2020 21:53:19 +0200
+
freerdp (2.0.0~git-0~remmina3.1) artful; urgency=medium
* Using FreeRDP 2.0.0
diff --git a/debian/rules b/debian/rules
index 97d1a4a..8d24696 100755
--- a/debian/rules
+++ b/debian/rules
@@ -98,8 +98,7 @@ DTYPE = +dfsg1
VER ?= $(subst $(DTYPE),,$(UVER))
UURL = git://github.com/FreeRDP/FreeRDP.git
-#UREV = $(shell echo $(VER) | cut -d"." -f5)
-UREV = "2.0.0"
+UREV = $(shell echo $(VER) | cut -d"." -f5)
## http://wiki.debian.org/onlyjob/get-orig-source
.PHONY: get-orig-source