diff options
author | B. Stack <bgstack15@gmail.com> | 2024-12-31 12:05:13 -0500 |
---|---|---|
committer | B. Stack <bgstack15@gmail.com> | 2024-12-31 12:05:13 -0500 |
commit | 119cdc535c42d88f5123e87a9c357143c4ebfb79 (patch) | |
tree | 5d1a01fdb82d3772ac24241f3cb718654705770b /pasystray/debian/rules | |
parent | npp 8.7.5 (diff) | |
download | stackrpms-119cdc535c42d88f5123e87a9c357143c4ebfb79.tar.gz stackrpms-119cdc535c42d88f5123e87a9c357143c4ebfb79.tar.bz2 stackrpms-119cdc535c42d88f5123e87a9c357143c4ebfb79.zip |
add pasystray
Diffstat (limited to 'pasystray/debian/rules')
-rwxr-xr-x | pasystray/debian/rules | 6 |
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 |