From 0c7c14cb850530f3f7424f4f1fd2442a10577403 Mon Sep 17 00:00:00 2001
From: Jeremy Bicha <jbi...@debian.org>
Date: Wed, 31 Jan 2018 08:38:33 -0500
Subject: [PATCH] Use dh_missing --fail-missing

Closes: #888950
---
 debian/control | 2 +-
 debian/rules   | 7 +++++++
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 154fda9..5198d3c 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: Tomasz Buchert <tom...@debian.org>
 Uploaders: Ondřej Surý <ond...@debian.org>
 Build-Depends: cmake,
-               debhelper (>= 10),
+               debhelper (>= 10.3),
                dh-python,
                python,
                python-dev,
diff --git a/debian/rules b/debian/rules
index 8af3950..bc20677 100755
--- a/debian/rules
+++ b/debian/rules
@@ -28,3 +28,10 @@ override_dh_auto_clean:
 override_dh_auto_test:
 	dh_auto_test
 	dh_auto_test --buildsystem=cmake
+
+override_dh_install:
+	find debian/tmp -name '*.a' -print -delete
+	dh_install
+
+override_dh_missing:
+	dh_missing --fail-missing
-- 
2.15.1

Reply via email to