Skip to content

Commit

Permalink
Merge pull request #532 from truenas/NAS-125230-1
Browse files Browse the repository at this point in the history
NAS-125230 / 23.10.1 / Update OpenZFS build to generate changelog
  • Loading branch information
amotin authored Nov 21, 2023
2 parents 9ed330c + 67dc042 commit 78968fe
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions conf/build.manifest
Original file line number Diff line number Diff line change
Expand Up @@ -397,6 +397,9 @@ sources:
- "sed -i 's/libtool,/libtool, linux-image-truenas-production-amd64, linux-headers-truenas-production-amd64,/' debian/control"
deps_path: contrib/debian
prebuildcmd:
- "sh autogen.sh"
- "./configure"
- "cp contrib/debian/changelog debian/changelog"
- "sed 's/@CFGOPTS@/--enable-debuginfo/g' debian/rules.in > debian/rules"
- "chmod +x debian/rules"
buildcmd:
Expand All @@ -419,6 +422,9 @@ sources:
- "sed -i 's/libtool,/libtool, linux-image-truenas-debug-amd64, linux-headers-truenas-debug-amd64,/' debian/control"
deps_path: contrib/debian
prebuildcmd:
- "sh autogen.sh"
- "./configure"
- "cp contrib/debian/changelog debian/changelog"
- "sed 's/@CFGOPTS@/--enable-debug --enable-debuginfo/g' debian/rules.in > debian/rules"
- "chmod +x debian/rules"
- "sed -i 's/Provides: openzfs-zfs-modules/Provides: openzfs-zfs-modules-dbg/' debian/control.modules.in"
Expand Down

0 comments on commit 78968fe

Please sign in to comment.