X-Git-Url: https://git.sven.stormbind.net/?p=sven%2Fjattach.git;a=blobdiff_plain;f=debian%2Frules;fp=debian%2Frules;h=bc1e602daa6f273f99bbf87b743df656c743ab34;hp=0000000000000000000000000000000000000000;hb=bc5ca05f454653d42eb2750faa1e9f78ec97506c;hpb=b330d6f5cff47911c6b1faf488d0d2791e1a181b diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..bc1e602 --- /dev/null +++ b/debian/rules @@ -0,0 +1,11 @@ +#!/usr/bin/make -f +export DH_VERBOSE = 1 + +export DEB_BUILD_MAINT_OPTIONS = hardening=+all +export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed + +%: + dh $@ + +override_dh_auto_install: + install --mode=755 build/jattach debian/jattach/usr/bin/jattach