iovisor / bcc

BCC - Tools for BPF-based Linux IO analysis, networking, monitoring, and more
Apache License 2.0
20.36k stars 3.86k forks source link

Debian build broken because of changelog divergence with last tag #4842

Closed ader1990 closed 9 months ago

ader1990 commented 9 months ago

Hello,

Because of commit https://github.com/iovisor/bcc/commit/7cdf90e9e040a1eda9ae24405f4b2dfb389d0ac1 which adds a changelog entry for version 0.29.0 and the existence of tag 0.29.1 in the repository, at this moment, the Debian .deb build fails.

Build error log:

#10 28.62 + tar -A -f bcc_0.29.1.orig.tar bcc_libbpf_0.29.1.orig.tar
#10 28.63 + gzip bcc_0.29.1.orig.tar
#10 29.52 + tar xf bcc_0.29.1.orig.tar.gz
#10 29.71 + cd bcc
#10 29.71 + debuild=debuild
#10 29.71 + [[ release = \t\e\s\t ]]
#10 29.71 + [[ release = \n\i\g\h\t\l\y ]]
#10 29.71 + DEB_BUILD_OPTIONS='nocheck parallel=1'
#10 29.71 + debuild -us -uc
#10 29.80 This package has a Debian revision number but there does not seem to be
#10 29.80 an appropriate original tar file or .orig directory in the parent directory;
#10 29.80 (expected one of bcc_0.29.0.orig.tar.gz, bcc_0.29.0.orig.tar.bz2,

One option is to add a changelog entry in the debian/changelog file for the 0.29.1 version.

Thank you.