dpkg-buildpackage -rfakeroot -us -uc -b dpkg-buildpackage: warning: using a gain-root-command while being root dpkg-buildpackage: info: source package bigtop-utils dpkg-buildpackage: info: source version 1.3.0-1 dpkg-buildpackage: info: source distribution stable dpkg-buildpackage: info: source changed by Bigtop dpkg-source --before-build bigtop-utils-1.3.0 dpkg-buildpackage: info: host architecture arm64 fakeroot debian/rules clean dh clean dh_testdir dh_auto_clean dh_clean rm -f debian/debhelper-build-stamp rm -f debian/bigtop-utils.substvars rm -f debian/bigtop-utils.*.debhelper rm -rf debian/bigtop-utils/ rm -rf debian/.debhelper/ rm -f debian/*.debhelper.log rm -f debian/files find . \( \( \ \( -path .\*/.git -o -path .\*/.svn -o -path .\*/.bzr -o -path .\*/.hg -o -path .\*/CVS \) -prune -o -type f -a \ \( -name '#*#' -o -name '.*~' -o -name '*~' -o -name DEADJOE \ -o -name '*.orig' -o -name '*.rej' -o -name '*.bak' \ -o -name '.*.orig' -o -name .*.rej -o -name '.SUMS' \ -o -name TAGS -o \( -path '*/.deps/*' -a -name '*.P' \) \ \) -exec rm -f {} + \) -o \ \( -type d -a -name autom4te.cache -prune -exec rm -rf {} + \) \) rm -f *-stamp debian/rules build dh build dh_testdir dh_update_autotools_config dh_auto_configure dh_auto_build dh_auto_test create-stamp debian/debhelper-build-stamp fakeroot debian/rules binary dh binary create-stamp debian/debhelper-build-stamp dh_testroot dh_prep rm -f debian/bigtop-utils.substvars rm -f debian/bigtop-utils.*.debhelper rm -rf debian/bigtop-utils/ debian/rules override_dh_auto_install make[1]: Entering directory '/ws/output/bigtop-utils/bigtop-utils-1.3.0' # Copy repo file install -d -p -m 755 debian/bigtop-utils/var/lib/bigtop/ install -d -p -m 755 debian/bigtop-utils/usr/lib/bigtop-utils/ install -p -m 755 debian/bigtop-detect-javahome debian/bigtop-utils/usr/lib/bigtop-utils/ install -p -m 755 debian/bigtop-detect-javalibs debian/bigtop-utils/usr/lib/bigtop-utils/ install -p -m 755 debian/bigtop-detect-classpath debian/bigtop-utils/usr/lib/bigtop-utils/ install -p -m 755 debian/bigtop-monitor-service debian/bigtop-utils/usr/lib/bigtop-utils/ install -d -p -m 755 debian/bigtop-utils/etc/default install -p -m 644 debian/bigtop-utils.default debian/bigtop-utils/etc/default/bigtop-utils make[1]: Leaving directory '/ws/output/bigtop-utils/bigtop-utils-1.3.0' dh_installdocs install -d debian/bigtop-utils/usr/share/doc/bigtop-utils install -p -m0644 debian/copyright debian/bigtop-utils/usr/share/doc/bigtop-utils/copyright dh_installchangelogs install -p -m0644 debian/changelog debian/bigtop-utils/usr/share/doc/bigtop-utils/changelog.Debian dh_installinit install -p -m0644 debian/bigtop-utils.default debian/bigtop-utils/etc/default/bigtop-utils dh_perl dh_link dh_strip_nondeterminism dh_compress cd debian/bigtop-utils chmod a-x usr/share/doc/bigtop-utils/changelog.Debian gzip -9nf usr/share/doc/bigtop-utils/changelog.Debian cd '/ws/output/bigtop-utils/bigtop-utils-1.3.0' dh_fixperms find debian/bigtop-utils -print0 2>/dev/null | xargs -0r chown --no-dereference 0:0 find debian/bigtop-utils ! -type l -print0 2>/dev/null | xargs -0r chmod go=rX,u+rw,a-s find debian/bigtop-utils/usr/share/doc -type f ! -regex 'debian/bigtop-utils/usr/share/doc/[^/]*/examples/.*' -print0 2>/dev/null | xargs -0r chmod 0644 find debian/bigtop-utils/usr/share/doc -type d -print0 2>/dev/null | xargs -0r chmod 0755 find debian/bigtop-utils/usr/share/man -type f -print0 2>/dev/null | xargs -0r chmod 0644 find debian/bigtop-utils/usr/include -type f -print0 2>/dev/null | xargs -0r chmod 0644 find debian/bigtop-utils/usr/share/applications -type f -print0 2>/dev/null | xargs -0r chmod 0644 find debian/bigtop-utils/usr/lib/aarch64-linux-gnu/perl5/5.24 debian/bigtop-utils/usr/share/perl5 -type f -perm -5 -name '*.pm' -print0 2>/dev/null | xargs -0r chmod a-X find debian/bigtop-utils -perm -5 -type f \( -name '*.so.*' -o -name '*.so' -o -name '*.la' -o -name '*.a' -o -name '*.js' -o -name '*.css' -o -name '*.jpeg' -o -name '*.jpg' -o -name '*.png' -o -name '*.gif' -o -name '*.cmxs' \) -print0 2>/dev/null | xargs -0r chmod 0644 find debian/bigtop-utils/usr/lib -type f -name '*.ali' -print0 2>/dev/null | xargs -0r chmod uga-w dh_installdeb install -d debian/bigtop-utils/DEBIAN find debian/bigtop-utils/etc -type f -printf '/etc/%P ' | LC_ALL=C sort >> debian/bigtop-utils/DEBIAN/conffiles chmod 0644 -- debian/bigtop-utils/DEBIAN/conffiles chown 0:0 -- debian/bigtop-utils/DEBIAN/conffiles dh_gencontrol echo misc:Depends= >> debian/bigtop-utils.substvars echo misc:Pre-Depends= >> debian/bigtop-utils.substvars dpkg-gencontrol -pbigtop-utils -ldebian/changelog -Tdebian/bigtop-utils.substvars -Pdebian/bigtop-utils chmod 0644 -- debian/bigtop-utils/DEBIAN/control chown 0:0 -- debian/bigtop-utils/DEBIAN/control dh_md5sums (cd debian/bigtop-utils >/dev/null ; find . -type f ! -path "./etc/default/bigtop-utils" ! -regex './DEBIAN/.*' -printf '%P\0' | LC_ALL=C sort -z | xargs -r0 md5sum | perl -pe 'if (s@^\\@@) { s/\\\\/\\/g; }' > DEBIAN/md5sums) >/dev/null chmod 0644 -- debian/bigtop-utils/DEBIAN/md5sums chown 0:0 -- debian/bigtop-utils/DEBIAN/md5sums dh_builddeb dpkg-deb --build debian/bigtop-utils .. dpkg-deb: building package 'bigtop-utils' in '../bigtop-utils_1.3.0-1_all.deb'. dpkg-genbuildinfo --build=binary dpkg-genchanges --build=binary >../bigtop-utils_1.3.0-1_arm64.changes dpkg-genchanges: info: binary-only upload (no source code included) dpkg-source --after-build bigtop-utils-1.3.0 dpkg-buildpackage: info: binary-only upload (no source included) Now running lintian... warning: the authors of lintian do not recommend running it with root privileges! W: bigtop-utils: new-package-should-close-itp-bug Finished running lintian.