From mboxrd@z Thu Jan 1 00:00:00 1970 From: Valters Jansons To: location@lists.ipfire.org Subject: [PATCH 7/8] debian: Add watch configuration for uscan Date: Fri, 16 Apr 2021 16:06:11 +0300 Message-ID: <20210416130612.15959-8-valter.jansons@gmail.com> In-Reply-To: <20210416130612.15959-1-valter.jansons@gmail.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0407048709384323378==" List-Id: --===============0407048709384323378== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Packages defined as '3.0 (quilt)' are expected to provide information about how the latest upstream information can be obtained, as a special d/watch file. This can then get used by uscan(1). To see how the metadata is utilized, and how the network requests are made behind the scenes, you can locally run: $ uscan --no-download --verbose --debug Resolves: lintian: debian-watch-file-is-missing Signed-off-by: Valters Jansons --- debian/watch | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 debian/watch diff --git a/debian/watch b/debian/watch new file mode 100644 index 0000000..19ace6d --- /dev/null +++ b/debian/watch @@ -0,0 +1,3 @@ +version=4 +https://source.ipfire.org/releases/libloc/ \ + @PACKAGE@@ANY_VERSION@@ARCHIVE_EXT@ debian uupdate -- 2.31.1 --===============0407048709384323378==--