summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog9
-rw-r--r--debian/compat1
-rw-r--r--debian/control4
-rw-r--r--debian/patches/auto-gitignore2
4 files changed, 12 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog
index 3e2efda..6603d7b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+s3ql (3.2+dfsg-2) unstable; urgency=medium
+
+ [ Ondřej Nový ]
+ * Use debhelper-compat instead of debian/compat.
+ * Depend on texlive-plain-generic instead of obsolete texlive-generic-extra
+ (Closes: #932544).
+
+ -- Nikolaus Rath <Nikolaus@rath.org> Wed, 31 Jul 2019 11:29:32 +0200
+
s3ql (3.2+dfsg-1) unstable; urgency=medium
* New upstream release.
diff --git a/debian/compat b/debian/compat
deleted file mode 100644
index ec63514..0000000
--- a/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-9
diff --git a/debian/control b/debian/control
index 18f9c98..4ca98f9 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: misc
Priority: optional
Maintainer: Nikolaus Rath <Nikolaus@rath.org>
Uploaders: Debian Python Apps Team <python-apps-team@lists.alioth.debian.org>
-Build-Depends: debhelper (>= 9),
+Build-Depends: debhelper-compat (= 9),
python3 (>= 3.3),
python3-dev (>= 3.3),
python3-dbg,
@@ -22,7 +22,7 @@ Build-Depends: debhelper (>= 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,
diff --git a/debian/patches/auto-gitignore b/debian/patches/auto-gitignore
index a7a4674..3de4055 100644
--- a/debian/patches/auto-gitignore
+++ b/debian/patches/auto-gitignore
@@ -4,7 +4,7 @@ The Debian packaging git branch contains these updates to the upstream
.gitignore file(s). This patch is autogenerated, to provide these
updates to users of the official Debian archive view of the package.
-[dgit (3.11~deb9u1) update-gitignore]
+[dgit (8.5~bpo9+1) update-gitignore]
---
diff --git a/.gitignore b/.gitignore
new file mode 100644