|
@@ -81,8 +81,8 @@ for version in "${versions[@]}"; do
|
|
# packaging for "sd-journal.h" and libraries varies
|
|
# packaging for "sd-journal.h" and libraries varies
|
|
case "$suite" in
|
|
case "$suite" in
|
|
precise|wheezy) ;;
|
|
precise|wheezy) ;;
|
|
- sid|stretch|xenial) packages+=( libsystemd-dev );;
|
|
|
|
- *) packages+=( libsystemd-journal-dev );;
|
|
|
|
|
|
+ jessie|trusty) packages+=( libsystemd-journal-dev );;
|
|
|
|
+ *) packages+=( libsystemd-dev );;
|
|
esac
|
|
esac
|
|
|
|
|
|
# debian wheezy & ubuntu precise do not have the right libseccomp libs
|
|
# debian wheezy & ubuntu precise do not have the right libseccomp libs
|