diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 20:00:21 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 20:00:21 +0000 |
commit | 096c82b38bdf7cee3e122f633eecda7a6a887080 (patch) | |
tree | 0a4e3be160ef1030f22cf353d1f2aa1722f1edab /debian/rules | |
parent | Adding upstream version 2.15. (diff) | |
download | powertop-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-x | debian/rules | 9 |
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 $@ |