diff options
author | Sergei Golubchik <serg@mariadb.org> | 2017-11-29 18:36:17 +0100 |
---|---|---|
committer | Sergei Golubchik <serg@mariadb.org> | 2017-12-25 12:00:52 +0100 |
commit | 76056559ac7cacfe176f6e131ce3bc7bfc749890 (patch) | |
tree | 81cd1f6af94aff274ac9e54a55a2892b62430ef8 /debian/rules | |
parent | 9631d933fbc2ec998746d49e1c2134d57947705a (diff) | |
download | mariadb-git-76056559ac7cacfe176f6e131ce3bc7bfc749890.tar.gz |
MDEV-9869 INSTALL SONAME 'ha_connect'
fix 011497bd603
in RPM and DEB: storage engine packages must require the server
package of exactly correct version.
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/rules b/debian/rules index 2041371a409..16bcf2a0073 100755 --- a/debian/rules +++ b/debian/rules @@ -116,13 +116,13 @@ override_dh_auto_install: # Skip TokuDB if arch is not amd64 ifneq ($(ARCH), amd64) - sed -i -e "/Package: mariadb-plugin-tokudb/,+14d" debian/control + sed -i -e "/Package: mariadb-plugin-tokudb/,+16d" debian/control endif # If libthrift-dev was available (manually installed, as it is # not in Debian) and ha_cassandra.so was thus built, create package, # otherwise skip it. - [ -f $(BUILDDIR)/storage/cassandra/ha_cassandra.so ] || sed -i -e "/Package: mariadb-plugin-cassandra/,+16d" debian/control + [ -f $(BUILDDIR)/storage/cassandra/ha_cassandra.so ] || sed -i -e "/Package: mariadb-plugin-cassandra/,+18d" debian/control # Copy systemd files to a location available for dh_installinit cp $(BUILDDIR)/support-files/mariadb.service debian/mariadb-server-10.2.mariadb.service |