diff options
author | Jonas Smedegaard <dr@jones.dk> | 2017-05-21 11:31:46 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2017-05-21 11:33:55 +0200 |
commit | ef0b63d85cde3904d6d4175d56bf905fa6ece23f (patch) | |
tree | 0c20e40dadce625d4457e2768f0d848a8cd7e011 /debian/watch | |
parent | 8729922d83a49eff91e9208bb36bbf7d8815d33b (diff) | |
download | biboumi-ef0b63d85cde3904d6d4175d56bf905fa6ece23f.tar.gz biboumi-ef0b63d85cde3904d6d4175d56bf905fa6ece23f.tar.bz2 biboumi-ef0b63d85cde3904d6d4175d56bf905fa6ece23f.tar.xz biboumi-ef0b63d85cde3904d6d4175d56bf905fa6ece23f.zip |
Update watch file: Fix mangle upstream filename (to not effectively be identical across releases, confusing e.g. git-buildpackage).
Diffstat (limited to 'debian/watch')
-rw-r--r-- | debian/watch | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/watch b/debian/watch index 3fdb5ee..12cf86c 100644 --- a/debian/watch +++ b/debian/watch @@ -1,4 +1,5 @@ # run "uscan --report" to check or "gpb import-orig --uscan" to update version=4 +opts="filenamemangle=s%(?:.*?)?archive\.tar\.bz2\?ref=(\d[\d.]*)%@PACKAGE@-$1.tar.bz2%" \ https://lab.louiz.org/louiz/biboumi/tags \ .*/archive@ARCHIVE_EXT@\?ref=@ANY_VERSION@ |