We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d439021 commit 8735e6aCopy full SHA for 8735e6a
contrib/debian/rules.in
@@ -7,8 +7,8 @@ NAME := $(shell awk '$$1 == "Name:" { print $$2; }' META)
7
LINUX_MIN := $(shell awk '/Linux-Minimum:/{print $$2}' META)
8
LINUX_NEXT := $(shell awk -F'[ .]' '/Linux-Maximum:/{print $$2 "." $$3+1}' META)
9
10
-DKMSFILES := module include config zfs.release.in autogen.sh META AUTHORS \
11
- COPYRIGHT LICENSE README.md
+DKMSFILES := module include config zfs.release.in autogen.sh copy-builtin META AUTHORS \
+ COPYRIGHT LICENSE README.md CODE_OF_CONDUCT.md NEWS NOTICE RELEASES.md
12
13
ifndef KVERS
14
KVERS=$(shell uname -r)
0 commit comments