Commit 4bb158f6 authored by Otto Kekäläinen's avatar Otto Kekäläinen
Browse files

Fix wrong line count for Mroonga section introduced in ea673fc8

parent 8871a3b1
mariadb-10.0 (10.0.24-3) UNRELEASED; urgency=low
* Fix typo in rules file about Mroonga control section
-- Otto Kekäläinen <otto@debian.org> Sun, 06 Mar 2016 16:01:19 +0200
mariadb-10.0 (10.0.24-2) unstable; urgency=low mariadb-10.0 (10.0.24-2) unstable; urgency=low
* Make new plugin packages breaks+replaces mariadb-server-10.0 as * Make new plugin packages breaks+replaces mariadb-server-10.0 as
......
...@@ -112,7 +112,7 @@ override_dh_auto_install: ...@@ -112,7 +112,7 @@ override_dh_auto_install:
[ -f $(BUILDDIR)/storage/tokudb/ha_tokudb.so ] || sed -i -e "/Package: mariadb-plugin-tokudb/,+12d" debian/control [ -f $(BUILDDIR)/storage/tokudb/ha_tokudb.so ] || sed -i -e "/Package: mariadb-plugin-tokudb/,+12d" debian/control
# If Mroonga plugin was not built skip the package # If Mroonga plugin was not built skip the package
[ -f $(BUILDDIR)/storage/mroonga/ha_mroonga.so ] || sed -i -e "/Package: mariadb-plugin-mroonga/,+1d" debian/control [ -f $(BUILDDIR)/storage/mroonga/ha_mroonga.so ] || sed -i -e "/Package: mariadb-plugin-mroonga/,+11d" debian/control
# If libthrift-dev was available (manually installed, as it is # If libthrift-dev was available (manually installed, as it is
# not in Debian) and ha_cassandra.so was thus built, create package, # not in Debian) and ha_cassandra.so was thus built, create package,
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment