From da8f18f2343b903acb45a85de37ee4b693590f8b Mon Sep 17 00:00:00 2001 From: Ben Finney Date: Tue, 4 Oct 2016 09:10:09 +1100 Subject: [PATCH] Configure UScan for new upstream release location. --- debian/changelog | 2 ++ debian/watch | 19 +++++++++++++++++++ 2 files changed, 21 insertions(+) create mode 100644 debian/watch diff --git a/debian/changelog b/debian/changelog index aa56a6a..39eed2d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -12,6 +12,8 @@ comixcursors (0.8.2-2) UNRELEASED; urgency=low * Distinguish license conditions from license grants. * debian/README.source: * Document how the source package is built. + * debian/watch: + * Configure UScan for new upstream release location. -- diff --git a/debian/watch b/debian/watch new file mode 100644 index 0000000..1dcb604 --- /dev/null +++ b/debian/watch @@ -0,0 +1,19 @@ +# debian/watch +# Debian UScan configuration for ‘comixcursors’ package. +# Manual page: ‘uscan(1)’. + +# Version of UScan configuration format. +version = 4 + +# Source tarball from Jens Luetkens's repository. +opts="filenamemangle=s/.*archive\.tar\.bz2\?ref=v?(\d\S*)$/comixcursors-$1\.tar\.bz2/g" \ + https://gitlab.com/limitland/comixcursors/tags \ + .*/archive\.tar\.bz2\?ref=v?(\d\S+) \ + debian uupdate + + +# Local variables: +# coding: utf-8 +# mode: conf +# End: +# vim: fileencoding=utf-8 filetype=conf : -- 2.11.4.GIT