summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Čihař <nijel@debian.org>2017-10-18 10:35:43 +0200
committerMichal Čihař <nijel@debian.org>2017-10-18 10:35:43 +0200
commitcca42e9382f596d79bda3a7915614d4f5731ca7b (patch)
treef69a5fa21c01f8cfbc3103a2214b6622dcb0213f
parent9aeac607fc4a9ac83ff66248dc4f042a26caafe8 (diff)
Use python3 to build the documentation.
-rw-r--r--debian/changelog1
-rw-r--r--debian/control4
2 files changed, 3 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 9518eb2..8c700d6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ gammu (1.38.5-1) UNRELEASED; urgency=medium
* New upstream release.
* Bump standards to 4.1.1.
+ * Use python3 to build the documentation.
-- Michal Čihař <nijel@debian.org> Wed, 18 Oct 2017 10:25:33 +0200
diff --git a/debian/control b/debian/control
index a49a771..bfc8faa 100644
--- a/debian/control
+++ b/debian/control
@@ -7,8 +7,8 @@ Build-Depends: debhelper (>= 9),
cmake (>= 3.0),
bash-completion,
doxygen,
- python-sphinx (>= 1.3),
- python-breathe (>= 4.1.0),
+ python3-sphinx (>= 1.3),
+ python3-breathe (>= 4.1.0),
pkg-config,
default-libmysqlclient-dev,
libpq-dev,