summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--debian/control1
-rwxr-xr-xdebian/rules4
2 files changed, 2 insertions, 3 deletions
diff --git a/debian/control b/debian/control
index cafb66a..4daacd9 100644
--- a/debian/control
+++ b/debian/control
@@ -3,6 +3,7 @@ Section: admin
Priority: optional
Maintainer: Daniel Baumann <daniel.baumann@progress-linux.org>
Build-Depends:
+ debhelper (>= 12.8~),
debhelper-compat (= 12),
gnupg,
Rules-Requires-Root: no
diff --git a/debian/rules b/debian/rules
index 677ecde..7e40a69 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,9 +9,7 @@ override_dh_auto_build:
override_dh_auto_test:
# disabled
-override_dh_auto_install:
- dh_auto_install
-
+execute_after_dh_auto_install:
# removing useless files
rm -f debian/tmp/usr/share/doc/*/CHANGELOG.txt
rm -f debian/tmp/usr/share/doc/*/LICENSE.txt