diff options
author | B Stack <bgstack15@gmail.com> | 2020-01-02 21:53:32 -0500 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2020-01-02 21:53:32 -0500 |
commit | b03e7119280c696daf4c8811d700f626d6d5949a (patch) | |
tree | 4d3d770249df82af0f8c773321b219f20b46d6fc /simple-mtpfs | |
parent | Merge branch 'notepadpp-bump' into 'master' (diff) | |
download | stackrpms-b03e7119280c696daf4c8811d700f626d6d5949a.tar.gz stackrpms-b03e7119280c696daf4c8811d700f626d6d5949a.tar.bz2 stackrpms-b03e7119280c696daf4c8811d700f626d6d5949a.zip |
improve debian/watch files for many packages
Now that I read `man uscan` and https://wiki.debian.org/debian/watch
Diffstat (limited to 'simple-mtpfs')
-rw-r--r-- | simple-mtpfs/debian/watch | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/simple-mtpfs/debian/watch b/simple-mtpfs/debian/watch index 3a5c96d..e709a9c 100644 --- a/simple-mtpfs/debian/watch +++ b/simple-mtpfs/debian/watch @@ -1,3 +1,8 @@ # You must remove unused comment lines for the released package. -version=3 -https://github.com/downloads/phatina/simple-mtpfs/simple-mtpfs-(.+).tar.gz +version=4 +# This will work for any tags +#opts=filenamemangle=s/.+\/@PACKAGE@-?(\d\S+)\.tar\.gz/simple-mtpfs-$1\.tar\.gz/ \ +# https://github.com/phatina/simple-mtpfs/tags .*/@PACKAGE@-?(\d\S+)\.tar\.gz +opts="mode=git, gitmode=full" \ + https://github.com/phatina/simple-mtpfs.git \ + HEAD debian uupdate |