From 08d071f2804051d54942e7ea4a90c439ba2bda61 Mon Sep 17 00:00:00 2001 From: Gard Spreemann Date: Mon, 29 Jun 2020 13:43:40 +0200 Subject: DH 13. --- debian/changelog | 3 ++- debian/compat | 1 - debian/control | 2 +- debian/rules | 3 +++ 4 files changed, 6 insertions(+), 3 deletions(-) delete mode 100644 debian/compat (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index d6996033..f97fba48 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,7 +1,8 @@ -gudhi (3.2.0+dfsg-2) UNRELEASED; urgency=medium +gudhi (3.2.0+dfsg-2) unstable; urgency=medium * Add patch 0010-Work-around-963955.patch to work around FTBFS with Qt 5.14. + * DH compat level 13. -- Gard Spreemann Mon, 29 Jun 2020 13:40:18 +0200 diff --git a/debian/compat b/debian/compat deleted file mode 100644 index 48082f72..00000000 --- a/debian/compat +++ /dev/null @@ -1 +0,0 @@ -12 diff --git a/debian/control b/debian/control index 2fd298c8..184cd65b 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,7 @@ Priority: optional Standards-Version: 4.5.0.0 Build-Depends: cmake (>= 3.1), cython3, - debhelper (>= 12), + debhelper-compat (= 13), dh-python, libboost-chrono-dev (>= 1.56), libboost-filesystem-dev (>= 1.56), diff --git a/debian/rules b/debian/rules index 441fcb59..3af8ee83 100755 --- a/debian/rules +++ b/debian/rules @@ -123,3 +123,6 @@ override_dh_compress: override_dh_install: dh_install -X__pycache__ -X.pyc -X.pyo + +override_dh_missing: + dh_missing --list-missing -- cgit v1.2.3