[DRE-commits] [ruby-moneta] 01/04: build-depend on mysql-server directly

Daisuke Higuchi dai at moszumanska.debian.org
Thu Sep 21 03:48:56 UTC 2017


This is an automated email from the git hooks/post-receive script.

dai pushed a commit to branch master
in repository ruby-moneta.

commit 600c2aab1b8fcdf82901b6ef8d13b3b322a259b6
Author: HIGUCHI Daisuke (VDR dai) <dai at debian.org>
Date:   Thu Sep 21 11:07:46 2017 +0900

    build-depend on mysql-server directly
    
    because Ubuntu's default-mysql-server is mysql, not mariadb,
    and mysql does not implement this '--rpm' option.
    thanks to Steve Langasek <steve.langasek at canonical.com> (Closes: #876317).
---
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 31ea600..25d65a0 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Uploaders: HIGUCHI Daisuke (VDR dai) <dai at debian.org>
 Build-Depends: debhelper (>= 10~),
                gem2deb
 Build-Depends-Indep: lsof,
-                     default-mysql-server,
+                     mariadb-server,
                      netcat,
                      ruby-activesupport (>= 2:3.2.11~),
                      ruby-fog,

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-moneta.git



More information about the Pkg-ruby-extras-commits mailing list