Package: hashrat
Version: 1.8.0-1
Severity: minor
Tags: patch

​Dear Maintainer,​
I'm sending this bug report with a patch attached as we previously
discussed.

Description: The package hashrat's watch file currently doesn't catch
versions starting with the letter 'v', example: v1.8.1, as a result debian
is not identifying some of the project releases, including the last one
(1.8.1).

This fix is very trivial, as you can see in the patch.

Please let me know if you have any further considerations about this.
Samuel Henrique O. P. [samueloph]
From e25f459ac56a98ba3fd18ee563c8eed8e067315f Mon Sep 17 00:00:00 2001
From: Samuel Henrique Oltramari Pinto <samuel...@gmail.com>
Date: Thu, 21 Jul 2016 21:08:55 -0300
Subject: [PATCH] Update watch file to get versions starting with v

---
 debian/watch | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/watch b/debian/watch
index 0cf24c1..83c7682 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,2 @@
 version=4
-https://github.com/ColumPaget/Hashrat/releases .*/archive/(\d\S+)\.tar\.(?:bz2|gz|xz)
+https://github.com/ColumPaget/Hashrat/releases .*/archive/v?(\d\S+)\.tar\.(?:bz2|gz|xz)
-- 
2.8.1

Reply via email to