Make sure the series file is formated correctly after removals (plus removed deprecated code)

This commit is contained in:
Ruben Rodriguez 2021-06-25 12:40:59 -04:00
parent 8e7f8ac496
commit 2f11d75a68

View file

@ -182,13 +182,8 @@ cd source
compile(){
PROCESSORS=1
if [ 1$PARALLEL != "1false" ]
then
PROCESSORS=$(grep processor /proc/cpuinfo | wc -l)
fi
# Make sure the series file is formated correctly after removals
grep -q [a-z] debian/patches/series || echo -n > debian/patches/series
if [ 1$QUILT != 1skip ]; then
export QUILT_PATCHES=debian/patches