with systemd
This commit is contained in:
parent
05255b371f
commit
e15a4ae341
9
makepkg
9
makepkg
@ -66,6 +66,15 @@ if [ $CURRENT_BRANCH = 'master' ]; then
|
||||
git branch -d $DIST_BR > /dev/null 2>&1
|
||||
exit 1
|
||||
fi
|
||||
if grep -q "with systemd" debian/control; then
|
||||
echo "NON COMPILABLE EN 2.9"
|
||||
echo "Supprimer --with systemd dans debian/control !!!"
|
||||
git checkout $ORI_BR > /dev/null 2>&1
|
||||
git branch -d $DIST_BR > /dev/null 2>&1
|
||||
exit 1
|
||||
else
|
||||
echo "pas de dh-systemd"
|
||||
fi
|
||||
if grep -q dh-systemd debian/control; then
|
||||
echo "NON COMPILABLE EN 2.9"
|
||||
echo "Dépendance à dh-systemd dans debian/control !!!"
|
||||
|
Loading…
Reference in New Issue
Block a user