Codebase list rust-stfu8 / de85ba7
show if the package is NEW or not Sylvestre Ledru 2 years ago
1 changed file(s) with 4 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
1313 if grep -q FIXME $(dirname "$i")/copyright; then
1414 echo -e "\e[31mRFS but still contains FIXME in debian/copyright\e[0m"
1515 fi
16 if test `grep urgency $(dirname "$i")/changelog|wc -l` -eq 1; then
17 # If there is only one item in the changelog, mark the package as NEW
18 echo -e "\e[31mNEW package\e[0m"
19 fi
1620 # trim the content
1721 content=$(xargs '-d\n' echo -n < "$i")
1822 if test -n "$content"; then