From 119cdc535c42d88f5123e87a9c357143c4ebfb79 Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Tue, 31 Dec 2024 12:05:13 -0500 Subject: add pasystray --- pasystray/debian/rules | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 pasystray/debian/rules (limited to 'pasystray/debian/rules') diff --git a/pasystray/debian/rules b/pasystray/debian/rules new file mode 100755 index 0000000..63844c9 --- /dev/null +++ b/pasystray/debian/rules @@ -0,0 +1,6 @@ +#!/usr/bin/make -f + +export DEB_BUILD_MAINT_OPTIONS = hardening=+all + +%: + dh $@ --with autoreconf -- cgit