You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Crude conceptual check.
Slightly more complicated by series.foo, comments, etc. Some of which may not need support
The text was updated successfully, but these errors were encountered: