diff --git a/debian/changelog b/debian/changelog
index 58a33af..0d7b0f9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-python-networkx (1.11-2) UNRELEASED; urgency=medium
+python-networkx (1.11-3) UNRELEASED; urgency=medium
 
   [ Sandro Tosi ]
   * debian/control
@@ -12,6 +12,11 @@ python-networkx (1.11-2) UNRELEASED; urgency=medium
   * d/watch: Use https protocol
   * d/changelog: Remove trailing whitespaces
 
+  [ Sascha Steinbiss ]
+  * Add missing dependency on latexmk.
+  * d/control: Add dependency on python3-lib2to3.
+    Closes: #893697
+
  -- Sandro Tosi <morph@debian.org>  Sat, 06 Aug 2016 21:21:18 +0100
 
 python-networkx (1.11-2) UNRELEASED; urgency=medium
diff --git a/debian/control b/debian/control
index 0066a35..1a861f4 100644
--- a/debian/control
+++ b/debian/control
@@ -27,6 +27,7 @@ Build-Depends-Indep: dvipng,
                      python3-pygraphviz,
                      python3-pydot,
                      texlive-binaries,
+                     latexmk,
                      texlive-fonts-recommended,
                      texlive-latex-base,
                      texlive-latex-extra,
@@ -66,6 +67,7 @@ Package: python3-networkx
 Architecture: all
 Depends: ${misc:Depends},
          ${python3:Depends},
+         python3-lib2to3,
 Recommends: python3-numpy,
             python3-pkg-resources,
             python3-scipy,
