Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Check d/patches/series against the patches present #147

Open
nthykier opened this issue Jan 21, 2024 · 0 comments
Open

Check d/patches/series against the patches present #147

nthykier opened this issue Jan 21, 2024 · 0 comments

Comments

@nthykier
Copy link
Owner

Crude conceptual check.

if [ "$(find debian/patches/ -type f -not -name series | wc -l)" !=
"$(wc -l < debian/patches/series)" ]
then
echo "Contents of debian/patches/series does not match number of
patches in debian/patches"
fi

Slightly more complicated by series.foo, comments, etc. Some of which may not need support

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant