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
parent0e1aff4284cad3b5be6fe7350e7e4c1fd382b3e3 (diff)
Updating FreeRDP package version
-rw-r--r--debian/changelog6
-rwxr-xr-xdebian/rules3
2 files changed, 8 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 250c04f..9bb4f32 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+freerdp (2.0.0~git-0~remmina5) artful; urgency=medium
+
+ * Non-maintainer upload.
+
+ -- Antenore Gatta <antenore@simbiosi.org> Tue, 14 Apr 2020 22:21:44 +0200
+
freerdp (2.0.0~git-0~remmina4) artful; urgency=medium
* Rollback git tag
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