root@ubuntu2404:/home/xyang/fs-lustre-release# git am 0002-LU-19772-dkms-Remove-duplicated-check-for-o2iblnd.patch
Applying: LU-19772 dkms: Remove duplicated check for o2iblnd
root@ubuntu2404:/home/xyang/fs-lustre-release# ./autogen.sh && ./configure && make debs
...
'debian/changelog.in' -> 'debian/changelog'
4236
date: option requires an argument -- 'r'
Try 'date --help' for more information.
4384
...
dh_prep -p lustre-client-modules-6.8.0-90-generic
make[2]: Leaving directory '/home/xyang/fs-lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre'
/usr/bin/make -w -f debian/rules kdist_clean
make[2]: Entering directory '/home/xyang/fs-lustre-release/debian/tmp/modules-deb/usr_src/modules/lustre' dpkg-parsechangelog: warning: debian/changelog(l5): badly formatted trailer line
LINE: -- Andreas Dilger <adilger@thelustrecollective.com>
dpkg-parsechangelog: warning: debian/changelog(l7): found start of entry where expected more change data or trailer
LINE: lustre (2.12.0-dirty-1) unstable; urgency=low
dpkg-parsechangelog: warning: debian/changelog(l7): found end of file where expected more change data or trailer
dpkg-parsechangelog: warning: debian/changelog(l5): badly formatted trailer line
LINE: -- Andreas Dilger <adilger@thelustrecollective.com>
dpkg-parsechangelog: warning: debian/changelog(l7): found start of entry where expected more change data or trailer
LINE: lustre (2.12.0-dirty-1) unstable; urgency=low
dpkg-parsechangelog: warning: debian/changelog(l7): found end of file where expected more change data or trailer
# can't dh_clean here or we remove the build artifacts for the other packages
# still in progress
#dh_clean
...