summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog2
-rw-r--r--debian/control2
2 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index f863b98..c7f202c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
s3ql (3.2+dfsg-2) UNRELEASED; urgency=medium
* Use debhelper-compat instead of debian/compat.
+ * Depend on texlive-plain-generic instead of obsolete texlive-generic-extra
+ (Closes: #932544).
-- Ondřej Nový <onovy@debian.org> Sat, 20 Jul 2019 00:39:27 +0200
diff --git a/debian/control b/debian/control
index 00439a8..4ca98f9 100644
--- a/debian/control
+++ b/debian/control
@@ -22,7 +22,7 @@ Build-Depends: debhelper-compat (= 9),
texlive-latex-base,
texlive-latex-recommended,
texlive-latex-extra,
- texlive-generic-extra,
+ texlive-plain-generic,
texlive-fonts-recommended,
libsqlite3-dev (>= 3.7.0),
rsync,