summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGard Spreemann <gspr@nonempty.org>2020-06-13 10:47:49 +0200
committerGard Spreemann <gspr@nonempty.org>2020-06-13 10:47:49 +0200
commit07737453e34c2b9f78fcef7ba95f74ae54acf7bc (patch)
tree46b712d0fbc7541d02f9836b2d3d3394ea46f8f4
parent526419f614e1e695b23a88c5f695adebd5b237dc (diff)
DH compat 13.debian/0.2.9-1
-rw-r--r--debian/changelog7
-rw-r--r--debian/compat1
-rw-r--r--debian/control4
3 files changed, 9 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index 0d856fd..c4542bb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+python-cdsapi (0.2.9-1) unstable; urgency=medium
+
+ * New upstream release.
+ * DH compat level 13, and new-style compat mode.
+
+ -- Gard Spreemann <gspr@nonempty.org> Sat, 13 Jun 2020 10:32:57 +0200
+
python-cdsapi (0.2.7-1) unstable; urgency=medium
* New upstream release.
diff --git a/debian/compat b/debian/compat
deleted file mode 100644
index 48082f7..0000000
--- a/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-12
diff --git a/debian/control b/debian/control
index 12df75e..652fce6 100644
--- a/debian/control
+++ b/debian/control
@@ -2,8 +2,8 @@ Source: python-cdsapi
Maintainer: Gard Spreemann <gspr@nonempty.org>
Section: python
Priority: optional
-Standards-Version: 4.5.0.0
-Build-Depends: debhelper (>= 12),
+Standards-Version: 4.5.0.2
+Build-Depends: debhelper-compat (= 13),
dh-python,
python3-all,
python3-requests,