From 628dadc2c3bc36d37aac3768a9c8a9f5e073c6a3 Mon Sep 17 00:00:00 2001 From: Vagrant Cascadian Date: Thu, 31 Dec 2020 21:25:18 +0000 Subject: debian/rules: Pass long-hand --exclude option to dh_compress. --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index a555b2f..2bad423 100755 --- a/debian/rules +++ b/debian/rules @@ -23,7 +23,7 @@ override_dh_installman: dh_installman debian/minlog.1 override_dh_compress: - dh_compress -Xminlog/examples -X.pdf + dh_compress --exclude=minlog/examples --exclude=.pdf override_dh_auto_test: dh_auto_test || echo 'WARNING: Test suite failures' -- cgit v1.2.3