mirror of
https://salsa.debian.org/kernel-team/linux.git
synced 2026-01-16 23:12:23 +00:00
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:
parent
917df080b6
commit
9b076977d4
2 changed files with 2 additions and 1 deletions
1
debian/changelog
vendored
1
debian/changelog
vendored
|
|
@ -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
2
debian/watch
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue