summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorOtto Kekäläinen <otto@mariadb.org>2018-06-29 17:02:08 +0300
committerOtto Kekäläinen <otto@mariadb.org>2018-06-29 17:28:43 +0300
commitdbdaafb0149f5cdc619908dec26c3d54246dd6c1 (patch)
tree119da26db2f3604d45cb6ba2817058912e0a9a7c /debian
parentecb0e0ade47309b5d597ad33687c5f8eae75ae81 (diff)
downloadmariadb-git-dbdaafb0149f5cdc619908dec26c3d54246dd6c1.tar.gz
autobake-deb: Stop packaging plugins that are not built
This complements commit ecb0e0ade47309b5d597ad33687c5f8eae75ae81 that disabled a bunch of plugins from being built on Travis-CI (due to time and disk space saving reasons). When the plugins are not built, the packaging phase will fail due to missing files. This change omits the files from packaging to the process can complete successfully.
Diffstat (limited to 'debian')
-rwxr-xr-xdebian/autobake-deb.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/autobake-deb.sh b/debian/autobake-deb.sh
index 9ce47c99492..f2fe17a4871 100755
--- a/debian/autobake-deb.sh
+++ b/debian/autobake-deb.sh
@@ -136,6 +136,9 @@ if [[ $TRAVIS ]]
then
sed -i -e "/Package: mariadb-plugin-tokudb/,+17d" debian/control
sed -i -e "/Package: mariadb-plugin-mroonga/,+16d" debian/control
+ sed -i -e "/Package: mariadb-plugin-spider/,+18d" debian/control
+ sed -i -e "/Package: mariadb-plugin-oqgraph/,+16d" debian/control
+ sed -i -e "/usr\/lib\/mysql\/plugin\/ha_sphinx.so/d" debian/mariadb-server-10.3.install
fi
# Adjust changelog, add new version