File tree Expand file tree Collapse file tree 4 files changed +8
-6
lines changed Expand file tree Collapse file tree 4 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -273,8 +273,8 @@ CONFIG_JFS_FS=m
273
273
CONFIG_JME=m
274
274
CONFIG_JUMP_LABEL=y
275
275
CONFIG_KARMA_PARTITION=y
276
- # CONFIG_KERNEL_GZIP is not set
277
- CONFIG_KERNEL_LZ4=y
276
+ CONFIG_KERNEL_GZIP=y
277
+ # CONFIG_KERNEL_XZ is not set
278
278
CONFIG_KEXEC_FILE=y
279
279
CONFIG_KEYBOARD_GPIO=m
280
280
CONFIG_KVM=m
Original file line number Diff line number Diff line change @@ -257,7 +257,7 @@ CONFIG_IRQ_BYPASS_MANAGER=m
257
257
CONFIG_JUMP_LABEL=y
258
258
# CONFIG_KARMA_PARTITION is not set
259
259
# CONFIG_KERNEL_GZIP is not set
260
- CONFIG_KERNEL_LZ4 =y
260
+ CONFIG_KERNEL_XZ =y
261
261
# CONFIG_KEXEC_FILE is not set
262
262
CONFIG_KVM=y
263
263
# CONFIG_LAPB is not set
Original file line number Diff line number Diff line change @@ -34,10 +34,11 @@ Build-Depends:
34
34
automake <!stage1>,
35
35
libtool <!stage1>,
36
36
uuid-dev <!stage1>,
37
+ binutils-dev <!stage1>,
37
38
libnuma-dev [amd64 arm64 ppc64el s390x] <!stage1>,
38
39
dkms <!stage1>,
39
40
wget <!stage1>,
40
- lz4 [amd64 s390x] <!stage1>,
41
+ spl-dkms <!stage1>,
41
42
Build-Depends-Indep:
42
43
xmlto <!stage1>,
43
44
docbook-utils <!stage1>,
Original file line number Diff line number Diff line change 8
8
exit 1
9
9
fi
10
10
11
- package=" $( dpkg-parsechangelog --file debian.master/changelog --show-field Source) "
11
+ package=" $( dpkg-parsechangelog --file " debian.master/changelog" --show-field Source) "
12
12
version=" $( dpkg-parsechangelog --file " debian.master/changelog" --show-field Version) "
13
+ distribution=" $( dpkg-parsechangelog --file " debian.master/changelog" --show-field Distribution) "
13
14
14
15
if [[ " ${version} " == * " +system76" * ]]
15
16
then
16
17
echo " ${package} ${version} already updated for system76"
17
18
else
18
19
new_version=" ${version} +system76"
19
- sed -i " s/${package} (${version} )/${package} (${new_version} )/" " debian.master/changelog"
20
+ sed -i " s/${package} (${version} ) ${distribution} /${package} (${new_version} ) bionic /" " debian.master/changelog"
20
21
dch --changelog " debian.master/changelog" --release ' Release for System76'
21
22
fi
22
23
You can’t perform that action at this time.
0 commit comments