X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/41f48ea20b33e59ced47a6e96f8198a76d43b619..3574793a2104d523f924d3ce3f6d1eab049835a1:/build/run-build-packages.sh diff --git a/build/run-build-packages.sh b/build/run-build-packages.sh index c933a02ba7..39c4093431 100755 --- a/build/run-build-packages.sh +++ b/build/run-build-packages.sh @@ -107,6 +107,9 @@ case "$TARGET" in debian8) FORMAT=deb ;; + debian9) + FORMAT=deb + ;; ubuntu1204) FORMAT=deb ;; @@ -217,7 +220,7 @@ if [[ -z "$ONLY_BUILD" ]] || [[ "libarvados-perl" = "$ONLY_BUILD" ]] ; then make install INSTALLDIRS=perl >"$STDOUT_IF_DEBUG" && \ fpm_build install/lib/=/usr/share libarvados-perl \ "Curoverse, Inc." dir "$(version_from_git)" install/man/=/usr/share/man \ - "$WORKSPACE/LICENSE-2.0.txt=/usr/share/doc/libarvados-perl/LICENSE-2.0.txt" && \ + "$WORKSPACE/apache-2.0.txt=/usr/share/doc/libarvados-perl/apache-2.0.txt" && \ mv --no-clobber libarvados-perl*.$FORMAT "$WORKSPACE/packages/$TARGET/" fi fi @@ -409,7 +412,7 @@ fi saladversion=$(cat "$WORKSPACE/sdk/cwl/setup.py" | grep schema-salad== | sed "s/.*==\(.*\)'.*/\1/") test_package_presence python-schema-salad "$saladversion" python if [[ "$?" == "0" ]]; then - fpm_build schema_salad "" "" python $saladversion --depends "${PYTHON2_PKG_PREFIX}-lockfile >= 1:0.12.2-2" --depends "${PYTHON2_PKG_PREFIX}-avro == 1.8.1-2" + fpm_build schema_salad "" "" python $saladversion --depends "${PYTHON2_PKG_PREFIX}-lockfile >= 1:0.12.2-2" --depends "${PYTHON2_PKG_PREFIX}-avro = 1.8.1-2" fi # And for cwltool we have the same problem as for schema_salad. Ward, 2016-03-17