summaryrefslogtreecommitdiff
path: root/pasystray/debian/rules
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2024-12-31 12:05:13 -0500
committerB. Stack <bgstack15@gmail.com>2024-12-31 12:05:13 -0500
commit119cdc535c42d88f5123e87a9c357143c4ebfb79 (patch)
tree5d1a01fdb82d3772ac24241f3cb718654705770b /pasystray/debian/rules
parentnpp 8.7.5 (diff)
downloadstackrpms-119cdc535c42d88f5123e87a9c357143c4ebfb79.tar.gz
stackrpms-119cdc535c42d88f5123e87a9c357143c4ebfb79.tar.bz2
stackrpms-119cdc535c42d88f5123e87a9c357143c4ebfb79.zip
add pasystray
Diffstat (limited to 'pasystray/debian/rules')
-rwxr-xr-xpasystray/debian/rules6
1 files changed, 6 insertions, 0 deletions
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
bgstack15