d/watch: Fix typo in gitmode option

I meant to put "gitmode=shallow" but typed "gitmode-shallow".  This
seems to be harmless as shallow is the default, but it does result in
a warning message from uscan.
This commit is contained in:
Ben Hutchings 2022-06-13 21:09:18 +02:00
parent 917df080b6
commit 9b076977d4
2 changed files with 2 additions and 1 deletions

1
debian/changelog vendored
View file

@ -1,6 +1,7 @@
linux (5.18.2-2) UNRELEASED; urgency=medium
* d/rules: Fix maintainerclean rule to not remove linux-perf files
* d/watch: Fix typo in gitmode option
-- Ben Hutchings <benh@debian.org> Mon, 13 Jun 2022 17:45:21 +0100

2
debian/watch vendored
View file

@ -1,3 +1,3 @@
version=3
opts="mode=git, gitmode-shallow, pgpmode=gittag, uversionmangle=s|-rc|~rc|" \
opts="mode=git, gitmode=shallow, pgpmode=gittag, uversionmangle=s|-rc|~rc|" \
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git refs/tags/v(.*) debian