diff --git a/debian/bin/check-patches.sh b/debian/bin/check-patches.sh index 7f9047970..132c224c9 100755 --- a/debian/bin/check-patches.sh +++ b/debian/bin/check-patches.sh @@ -20,3 +20,7 @@ echo echo "Patches without Origin or Forwarded header" echo "==========================================" xargs egrep -L '^(Origin|Forwarded):' < $TMPDIR/used || test $? = 1 +echo +echo "Patches to be forwarded" +echo "=======================" +xargs egrep -l '^Forwarded: no' < $TMPDIR/used | grep -v ^debian/patches/debian/ || test $? = 1