Skip to content

Commit

Permalink
add source/options
Browse files Browse the repository at this point in the history
  • Loading branch information
duiniuluantanqin committed Nov 6, 2023
1 parent 2925ff0 commit fb26df6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 3 additions & 3 deletions trunk/packaging/deb/rules
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#!/usr/bin/make -f
# You must remove unused comment lines for the released package.
export DH_VERBOSE = 1
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
#export DEB_CFLAGS_MAINT_APPEND = -Wall -pedantic
export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
# export DEB_CFLAGS_MAINT_APPEND = -Wall -pedantic
# export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed


%:
dh $@
Expand Down
1 change: 1 addition & 0 deletions trunk/packaging/deb/source/options
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
extend-diff-ignore = "^[^/]*3rdparty/srt-1-fit/srtcore/srt_shared\\.rc$"
3 changes: 2 additions & 1 deletion trunk/packaging/deb/srs-server.lintian-overrides
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
srs-server: privacy-breach-generic
srs-server: spelling-error-in-binary
srs-server: spelling-error-in-binary
srs-server: arch-dep-package-has-big-usr-share

0 comments on commit fb26df6

Please sign in to comment.