Make sure the series file is formated correctly after removals (plus removed deprecated code)
This commit is contained in:
parent
8e7f8ac496
commit
2f11d75a68
1 changed files with 2 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue