Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Faustin Lammler
mariadb-10.1
Commits
4bb158f6
Commit
4bb158f6
authored
Mar 06, 2016
by
Otto Kekäläinen
Browse files
Fix wrong line count for Mroonga section introduced in
ea673fc8
parent
8871a3b1
Changes
2
Hide whitespace changes
Inline
Side-by-side
debian/changelog
View file @
4bb158f6
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
...
...
debian/rules
View file @
4bb158f6
...
@@ -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/,+
1
1d" 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,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment