Add jessie/arm support Reviewed-By: Michael Gardner <michael.gardner@lexisnexis.com> Reviewed-By: Gordon Smith <gordon.smith@lexisnexis.com> Reviewed-By: Richard Chapman <rchapman@hpccsystems.com>
@@ -0,0 +1 @@
+SET_DEPENDENCIES ( CPACK_DEBIAN_PACKAGE_DEPENDS g++ openssh-client openssh-server expect rsync libapr1 python )
@@ -32,6 +32,10 @@ case "$ARCH" in
ARCH="i386"
ARCH2="i386"
;;
+ arm*)
+ ARCH="arm"
+ ARCH2="arm"
+ ;;
esac
@@ -59,6 +63,13 @@ if [ -e /etc/debian_version ]; then
OUTPUT="squeeze"
fi
+ 8.*)
+ if [ ${NOARCH} -eq 0 ]; then
+ OUTPUT="jessie_${ARCH2}"
+ else
+ OUTPUT="jessie"
+ fi
"sid")
if [ ${NOARCH} -eq 0 ]; then
OUTPUT="sid_${ARCH2}"