From: Brian Murray <brian@ubuntu.com>
Date: Fri, 4 Jan 2019 17:50:17 +0200
Subject: Upstream changes introduced in version 1.8.0-3ubuntu1

Bug-Ubuntu: https://bugs.launchpad.net/bugs/694603

This patch has been created by dpkg-source during the package build.
Here's the last changelog entry, hopefully it gives details on why
those changes were made:

pytrainer (1.8.0-3ubuntu1) oneiric; urgency=low

  * No longer check gpsbabel version number in the code (LP: #694603) but
    depend on version >= 1.3.5 instead.  Thanks to Xavier Bassery for the
    patch.

The person named in the Author field signed this changelog entry.
---
 plugins/garmin-hr/conf.xml    | 4 ++--
 plugins/garmin-hr/garminhr.py | 5 +----
 2 files changed, 3 insertions(+), 6 deletions(-)

diff --git a/plugins/garmin-hr/conf.xml b/plugins/garmin-hr/conf.xml
index fa66fc4..339a791 100644
--- a/plugins/garmin-hr/conf.xml
+++ b/plugins/garmin-hr/conf.xml
@@ -1,7 +1,7 @@
 <?xml version="1.0" ?>
 <pytrainer-plugin 
-	name="Garmin via GPSBabel 1.3.5" 
-	description="Import your records directly from your Garmin GPS device (e.g. Forerunner 205 or 305) using GPSBabel (version 1.3.5)" 
+	name="Garmin via GPSBabel" 
+	description="Import your records directly from your Garmin GPS device (e.g. Forerunner 205 or 305) using GPSBabel" 
 	plugincode="garminhr"
 	pluginbutton="Import from Garmin GPS device (via GPSBabel)" 
 	executable="garminhr" 
diff --git a/plugins/garmin-hr/garminhr.py b/plugins/garmin-hr/garminhr.py
index 379725d..a139e08 100644
--- a/plugins/garmin-hr/garminhr.py
+++ b/plugins/garmin-hr/garminhr.py
@@ -66,10 +66,7 @@ class garminhr():
 		                 "Current USB port is set "
 		                 "to:\t %s" % self.input_dev)
 
-		if not self.checkGPSBabelVersion("1.3.5"):
-			self.error_dialog("Must be using version 1.3.5 "
-			                  "of GPSBabel for this plugin")
-		elif self.garminDeviceExists():
+		if self.garminDeviceExists():
 			try:
 				gpsbabelOutputFile = "%s/file.gtrnctr" % (self.tmpdir)
 				#TODO Remove Zenity below
