Skip to content

Commit

Permalink
Create rules
Browse files Browse the repository at this point in the history
  • Loading branch information
liudf0716 authored Apr 24, 2023
1 parent 04614da commit ee8089b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pkg/debian/rules
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
#!/usr/bin/make -f
export DEB_LDFLAGS_MAINT_APPEND=-Wl,-O1
export DEB_BUILD_MAINT_OPTIONS=hardening=+all

# get the various DEB_BUILD/DEB_HOST variables
include /usr/share/dpkg/architecture.mk

override_dh_install:
dh_install --autodest

%:
dh $@

0 comments on commit ee8089b

Please sign in to comment.