# You must remove unused comment lines for the released package.
#
# watch control file for uscan used by Debian non-native package
#
# See uscan(1) for how to set this file properly
#  * uupdate(1) for upgrade a source code package
#  * gbp-import-orig(1) with --uscan for upgrade GIT repo
#
# Uncomment to activate the configuration. Erase unused portions.
# Line continuations are performed with the tailing \\
#
# Many complications around package and version strings can be worked
# around using the "opts=" prefix.  See PER-SITE OPTIONS in uscan(1).
#
# Compulsory line, this is a version 4 file
version=4

# Examples:

# TYPE: <Webpage URL> <string match>
# Uncomment to examine a Webpage
# http://www.example.com/pub/release/@PACKAGE@.html \\
#   downloads/@PACKAGE@@ANY_VERSION@@ARCHIVE_EXT@

# TYPE: <Webpage Directory URL>
# Uncomment to examine a Webserver directory
#http://www.example.com/pub/@PACKAGE@@ANY_VERSION@@ARCHIVE_EXT@

# TYPE: opts=<options> <Webpage URL> <string match>
# Uncomment to find new files on GitHub using its tags page:
#opts="filenamemangle=s%(?:.*?)?v?@ANY_VERSION@(@ARCHIVE_EXT@)%@PACKAGE@-$1$2%" \\
#  https://github.com/<user>/<project>/tags \\
#  (?:.*?/)?v?@ANY_VERSION@@ARCHIVE_EXT@

# TYPE: opts="mode=git, gitmode=full", <REPO URL> <treesh match>
# Uncomment to find new files on a plain git repository directly using tags:
#opts="mode=git, gitmode=full, pgpmode=none" \\
#  http://git.ao2.it/tweeper.git refs/tags/v@ANY_VERSION@

# TYPE: opts=<options> <Webpage URL> <string match>
# Uncomment to use the cryptographic signature in a detached file with
# ".asc" suffix using the "pgpsigurlmangle" option.
#opts=pgpsigurlmangle=s/$/.asc/ \\
#  http://www.example.org/@PACKAGE@/download.html \\
#  pub/@PACKAGE@@ANY_VERSION@@ARCHIVE_EXT@
