From: Ryan Pavlik Date: Thu, 12 May 2022 21:41:49 +0000 (-0500) Subject: d/watch: Update to get new pattern for tarballs with submodules X-Git-Tag: archive/raspbian/3.1+ds1-4+rpi1^2~52 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=eedae9ecbc5c328f96c82c4f2eb6adc0d901ffcb;p=solvespace.git d/watch: Update to get new pattern for tarballs with submodules --- diff --git a/debian/watch b/debian/watch index 4935f7f..88dc9e7 100644 --- a/debian/watch +++ b/debian/watch @@ -1,2 +1,8 @@ version=4 -opts=repacksuffix=+repack1,uversionmangle=s/(\d)[_\.\-\+]?((RC|rc|pre|dev|beta|alpha|b|a)\d*)$/$1~$2/,dversionmangle=s/\+(debian|dfsg|ds|deb)\d*$// https://github.com/solvespace/solvespace/tags .*/v?(\d\S*)\.(?:tgz|tbz2|txz|tar\.(?:gz|bz2|xz)) +opts="\ + repacksuffix=+ds1,\ + uversionmangle=s/(\d)[_\.\-\+]?((RC|rc|pre|dev|beta|alpha|b|a)\d*)$/$1~$2/,\ + dversionmangle=s/@DEB_EXT@//" \ + https://github.com/solvespace/solvespace/releases \ + .*/@PACKAGE@-v?(\d\S*)@ARCHIVE_EXT@ +