diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2023-06-24 17:31:40 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2023-06-24 17:31:40 +0000 |
commit | 4aedc7c6879b46bbaca085e79bdb9efee48c9a87 (patch) | |
tree | 865186560e80f727ebf56db4e6a8cc993898ee37 | |
parent | Releasing debian version 1.10.5+dfsg-3. (diff) | |
download | bootstrap-icons-4aedc7c6879b46bbaca085e79bdb9efee48c9a87.tar.xz bootstrap-icons-4aedc7c6879b46bbaca085e79bdb9efee48c9a87.zip |
Adding missing coma in watch file.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r-- | debian/watch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/watch b/debian/watch index 1af37d4..8aecc2c 100644 --- a/debian/watch +++ b/debian/watch @@ -1,4 +1,4 @@ version=4 -opts="filenamemangle=s/.+\/v?(\d\S+)\.tar\.gz/icons-$1\.tar\.gz/ \ +opts="filenamemangle=s/.+\/v?(\d\S+)\.tar\.gz/icons-$1\.tar\.gz/, \ dversionmangle=s/\+dfsg//" \ https://github.com/twbs/icons/tags .*/v?(\d\S+)\.tar\.gz |