summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDebian Janitor <janitor@jelmer.uk>2021-08-27 22:10:54 +0000
committerDebian Janitor <janitor@jelmer.uk>2021-08-27 22:10:54 +0000
commitb9281af84c83cec6dfc6b1a1993a50878538b5d1 (patch)
tree0d45d5f66c093555d6f83e69dc4242ddaba0d644
parent6767d1962cf2087e42291e8e6127ca34d8b57387 (diff)
Bump debhelper from old 12 to 13.
Changes-By: lintian-brush Fixes: lintian: package-uses-old-debhelper-compat-version See-also: https://lintian.debian.org/tags/package-uses-old-debhelper-compat-version.html
-rw-r--r--debian/changelog4
-rw-r--r--debian/control2
2 files changed, 5 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 3e1e3f8..42ae144 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,11 +1,15 @@
pytest-arraydiff (0.3-2) UNRELEASED; urgency=medium
+ [ Ondřej Nový ]
* Use debhelper-compat instead of debian/compat.
* d/control: Update Maintainer field with new Debian Python Team
contact address.
* d/control: Update Vcs-* fields with new Debian Python Team Salsa
layout.
+ [ Debian Janitor ]
+ * Bump debhelper from old 12 to 13.
+
-- Ondřej Nový <onovy@debian.org> Sat, 20 Jul 2019 00:38:09 +0200
pytest-arraydiff (0.3-1) unstable; urgency=low
diff --git a/debian/control b/debian/control
index a41e44b..e102c5a 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Ole Streicher <olebole@debian.org>
-Build-Depends: debhelper-compat (= 12),
+Build-Depends: debhelper-compat (= 13),
dh-python,
python3-all,
python3-numpy,