summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Čihař <nijel@debian.org>2016-10-19 14:09:22 +0200
committerMichal Čihař <nijel@debian.org>2016-10-19 14:09:22 +0200
commitb5d93781247872ab6ab0d1f95cb400578d250557 (patch)
treeab33cf3191201fb00b28a4a3ab52ca37b5af5d6f
parent50f6abd75339c0f5e46ab36e75d4a8bc470e4f10 (diff)
Build depend on default-libmysqlclient-dev.
-rw-r--r--debian/changelog1
-rw-r--r--debian/control2
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 00189c2..cb64212 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ gammu (1.37.90-1) UNRELEASED; urgency=medium
* New upstream testing release.
* Increased library soname version to 8.
+ * Build depend on default-libmysqlclient-dev.
-- Michal Čihař <nijel@debian.org> Tue, 18 Oct 2016 14:37:19 +0200
diff --git a/debian/control b/debian/control
index 7f41d03..82a0b11 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,7 @@ Build-Depends: debhelper (>= 9),
python-sphinx (>= 1.3),
python-breathe (>= 4.1.0),
pkg-config,
- libmysqlclient-dev,
+ default-libmysqlclient-dev,
libpq-dev,
unixodbc-dev,
libcurl4-gnutls-dev,