Adjust
This commit is contained in:
parent
d2ecc1ecfc
commit
720fee3275
3 changed files with 3 additions and 5 deletions
2
debian/patches/series.zfs
vendored
2
debian/patches/series.zfs
vendored
|
@ -7,6 +7,4 @@ zfs/0006-dont-symlink-zed-scripts.patch
|
|||
zfs/0007-Add-systemd-unit-for-importing-specific-pools.patch
|
||||
zfs/0008-Patch-move-manpage-arcstat-1-to-arcstat-8.patch
|
||||
zfs/0009-arc-stat-summary-guard-access-to-l2arc-MFU-MRU-stats.patch
|
||||
zfs/0010-zvol-Remove-broken-blk-mq-optimization.patch
|
||||
zfs/0011-Revert-zvol-Temporally-disable-blk-mq.patch
|
||||
zfs/0012-change-zfs-lic-cddl-to-gpl.patch
|
||||
|
|
4
debian/rules
vendored
4
debian/rules
vendored
|
@ -43,11 +43,11 @@ override_dh_quilt_unpatch:
|
|||
cd ${KERNEL_SRC}; \
|
||||
QUILT_PATCHES=../debian/patches \
|
||||
QUILT_SERIES=series.linux \
|
||||
quilt --quiltrc /dev/null pop -a || test $$? = 2
|
||||
quilt --quiltrc /dev/null pop -af || test $$? = 2
|
||||
cd ${ZFS_SRC}; \
|
||||
QUILT_PATCHES=../debian/patches \
|
||||
QUILT_SERIES=series.zfs \
|
||||
quilt --quiltrc /dev/null pop -a || test $$? = 2
|
||||
quilt --quiltrc /dev/null pop -af || test $$? = 2
|
||||
rm -rf ${KERNEL_SRC}/.pc ${ZFS_SRC}/.pc
|
||||
|
||||
override_dh_autoreconf:
|
||||
|
|
2
debian/templates/control.in
vendored
2
debian/templates/control.in
vendored
|
@ -23,7 +23,7 @@ Build-Depends: asciidoc,
|
|||
libunwind-dev,
|
||||
libcap-dev,
|
||||
libbabeltrace-dev,
|
||||
openjdk-8-jdk,
|
||||
openjdk-17-jdk,
|
||||
libtraceevent-dev,
|
||||
lz4,
|
||||
python3-minimal,
|
||||
|
|
Loading…
Reference in a new issue