From 70f19a96ce8e961ed51363d61c7f042b1d6df626 Mon Sep 17 00:00:00 2001 From: billchenchina Date: Sun, 20 Nov 2022 05:31:19 +0800 Subject: [PATCH] setup debian/watch --- debian/watch | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/debian/watch b/debian/watch index 76575dc..44d033e 100644 --- a/debian/watch +++ b/debian/watch @@ -1,2 +1,5 @@ # You must remove unused comment lines for the released package. -version=3 +version=4 + +opts=filenamemangle=s/.+\/v?(\d\S+)\.tar\.gz/-$1\.tar\.gz/ \ + https://github.com/ntop/n2n/tags .*/v?(\d\S+)\.tar\.gz \ No newline at end of file