[debian-mysql] [PATCH 8/8] Make innotop usable without installing Suggests
Robie Basak
robie.basak at canonical.com
Mon Feb 10 13:50:21 UTC 2014
innotop requires libterm-readkey-perl, so promote this from Suggests to
Depends.
Bug-Ubuntu: https://launchpad.net/bugs/1000605
---
debian/control | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/control b/debian/control
index 5834090..b84f86f 100644
--- a/debian/control
+++ b/debian/control
@@ -136,6 +136,7 @@ Depends:
debianutils (>=1.6),
libdbd-mysql-perl (>= 1.2202),
libdbi-perl,
+ libterm-readkey-perl,
mysql-client-core-5.5,
mysql-common (>= ${source:Version}),
${misc:Depends},
@@ -147,7 +148,6 @@ Replaces:
mysql-client (<< ${source:Version}),
mysql-client-5.0,
mysql-client-5.1
-Suggests: libterm-readkey-perl
Description: MySQL database client binaries
MySQL is a fast, stable and true multi-user, multi-threaded SQL database
server. SQL (Structured Query Language) is the most popular database query
--
1.8.3.2
More information about the pkg-mysql-maint
mailing list