summaryrefslogtreecommitdiffstats
path: root/debian/rules
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-15 20:00:21 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-15 20:00:21 +0000
commit096c82b38bdf7cee3e122f633eecda7a6a887080 (patch)
tree0a4e3be160ef1030f22cf353d1f2aa1722f1edab /debian/rules
parentAdding upstream version 2.15. (diff)
downloadpowertop-debian.tar.xz
powertop-debian.zip
Adding debian version 2.15-3.debian/2.15-3debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules9
1 files changed, 9 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..ee79742
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,9 @@
+#!/usr/bin/make -f
+
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+
+override_dh_installsystemd:
+ dh_installsystemd --no-start --no-enable
+
+%:
+ dh $@