gbp:info: Performing the build dpkg-buildpackage: info: source package btop dpkg-buildpackage: info: source version 1.x.y dpkg-buildpackage: info: source distribution UNRELEASED dpkg-buildpackage: info: source changed by Otto Kekäläinen dpkg-buildpackage: info: host architecture amd64 dh clean debian/rules override_dh_auto_clean make[1]: Entering directory '/tmp/build/source' # Too complex, depends on devscripts #dch --force-bad-version --newversion 1.3.0 "Automatic build" # Simple sed on changelog (extra substvars does not seem to have effect) sed "s/1.x.y/1.3.0/" -i debian/changelog debian/substvars dh_auto_clean make -j8 distclean make[2]: Entering directory '/tmp/build/source' Removing: built objects... Removing: built binaries... make[2]: Leaving directory '/tmp/build/source' make[1]: Leaving directory '/tmp/build/source' dh_clean rm -f debian/debhelper-build-stamp rm -rf debian/.debhelper/ rm -f -- debian/btop.substvars debian/files rm -fr -- debian/btop/ debian/tmp/ find . \( \( \ \( -path .\*/.git -o -path .\*/.svn -o -path .\*/.bzr -o -path .\*/.hg -o -path .\*/CVS -o -path .\*/.pc -o -path .\*/_darcs \) -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 {} + \) \) dh binary dh_update_autotools_config dh_autoreconf dh_auto_configure dh_auto_build make -j8 "INSTALL=install --strip-program=true" make[1]: Entering directory '/tmp/build/source' ██████╗ ████████╗ ██████╗ ██████╗ ██╔══██╗╚══██╔══╝██╔═══██╗██╔══██╗ ██╗ ██╗ ██████╔╝ ██║ ██║ ██║██████╔╝ ██████╗██████╗ ██╔══██╗ ██║ ██║ ██║██╔═══╝ ╚═██╔═╝╚═██╔═╝ ██████╔╝ ██║ ╚██████╔╝██║ ╚═╝ ╚═╝ ╚═════╝ ╚═╝ ╚═════╝ ╚═╝ Makefile v1.6 PLATFORM ?| Linux ARCH ?| x86_64 GPU_SUPPORT :| true CXX ?| g++ (13.2.0) THREADS :| 8 REQFLAGS !| -std=c++20 WARNFLAGS :| -Wall -Wextra -pedantic OPTFLAGS :| -O2 -ftree-vectorize -flto=8 LDCXXFLAGS :| -pthread -D_GLIBCXX_ASSERTIONS -D_FILE_OFFSET_BITS=64 -fexceptions -fstack-clash-protection -fcf-protection -fstack-protector -DGPU_SUPPORT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 CXXFLAGS +| $(REQFLAGS) $(LDCXXFLAGS) $(OPTFLAGS) $(WARNFLAGS) -I/usr/include/fmt LDFLAGS +| $(LDCXXFLAGS) $(OPTFLAGS) $(WARNFLAGS) -Wl,-z,relro -Wl,-z,now -Wl,-O1 lowdown -s -Tman -o btop.1 manpage.md mkdir -p bin mkdir -p obj/linux Building btop++ (v1.3.0) Linux x86_64 Compiling src/btop.cpp Compiling src/btop_config.cpp g++ -I/usr/include/fmt -std=c++20 -pthread -D_GLIBCXX_ASSERTIONS -D_FILE_OFFSET_BITS=64 -fexceptions -fstack-clash-protection -fcf-protection -fstack-protector -DGPU_SUPPORT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -O2 -ftree-vectorize -flto=8 -Wall -Wextra -pedantic -isystem include -Isrc -MMD -c -o obj/btop.o src/btop.cpp g++ -I/usr/include/fmt -std=c++20 -pthread -D_GLIBCXX_ASSERTIONS -D_FILE_OFFSET_BITS=64 -fexceptions -fstack-clash-protection -fcf-protection -fstack-protector -DGPU_SUPPORT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -O2 -ftree-vectorize -flto=8 -Wall -Wextra -pedantic -isystem include -Isrc -MMD -c -o obj/btop_config.o src/btop_config.cpp Compiling src/btop_draw.cpp Compiling src/btop_input.cpp Compiling src/btop_menu.cpp g++ -I/usr/include/fmt -std=c++20 -pthread -D_GLIBCXX_ASSERTIONS -D_FILE_OFFSET_BITS=64 -fexceptions -fstack-clash-protection -fcf-protection -fstack-protector -DGPU_SUPPORT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -O2 -ftree-vectorize -flto=8 -Wall -Wextra -pedantic -isystem include -Isrc -MMD -c -o obj/btop_input.o src/btop_input.cpp g++ -I/usr/include/fmt -std=c++20 -pthread -D_GLIBCXX_ASSERTIONS -D_FILE_OFFSET_BITS=64 -fexceptions -fstack-clash-protection -fcf-protection -fstack-protector -DGPU_SUPPORT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -O2 -ftree-vectorize -flto=8 -Wall -Wextra -pedantic -isystem include -Isrc -MMD -c -o obj/btop_draw.o src/btop_draw.cpp g++ -I/usr/include/fmt -std=c++20 -pthread -D_GLIBCXX_ASSERTIONS -D_FILE_OFFSET_BITS=64 -fexceptions -fstack-clash-protection -fcf-protection -fstack-protector -DGPU_SUPPORT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -O2 -ftree-vectorize -flto=8 -Wall -Wextra -pedantic -isystem include -Isrc -MMD -c -o obj/btop_menu.o src/btop_menu.cpp Compiling src/btop_shared.cpp Compiling src/btop_theme.cpp g++ -I/usr/include/fmt -std=c++20 -pthread -D_GLIBCXX_ASSERTIONS -D_FILE_OFFSET_BITS=64 -fexceptions -fstack-clash-protection -fcf-protection -fstack-protector -DGPU_SUPPORT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -O2 -ftree-vectorize -flto=8 -Wall -Wextra -pedantic -isystem include -Isrc -MMD -c -o obj/btop_shared.o src/btop_shared.cpp g++ -I/usr/include/fmt -std=c++20 -pthread -D_GLIBCXX_ASSERTIONS -D_FILE_OFFSET_BITS=64 -fexceptions -fstack-clash-protection -fcf-protection -fstack-protector -DGPU_SUPPORT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -O2 -ftree-vectorize -flto=8 -Wall -Wextra -pedantic -isystem include -Isrc -MMD -c -o obj/btop_theme.o src/btop_theme.cpp Compiling src/btop_tools.cpp g++ -I/usr/include/fmt -std=c++20 -pthread -D_GLIBCXX_ASSERTIONS -D_FILE_OFFSET_BITS=64 -fexceptions -fstack-clash-protection -fcf-protection -fstack-protector -DGPU_SUPPORT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -O2 -ftree-vectorize -flto=8 -Wall -Wextra -pedantic -isystem include -Isrc -MMD -c -o obj/btop_tools.o src/btop_tools.cpp 10%-> obj/btop_theme.o (1.5MiB) (08s) 20%-> obj/btop_input.o (1.5MiB) (08s) Compiling src/linux/btop_collect.cpp g++ -I/usr/include/fmt -std=c++20 -pthread -D_GLIBCXX_ASSERTIONS -D_FILE_OFFSET_BITS=64 -fexceptions -fstack-clash-protection -fcf-protection -fstack-protector -DGPU_SUPPORT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -O2 -ftree-vectorize -flto=8 -Wall -Wextra -pedantic -isystem include -Isrc -MMD -c -o obj/linux/btop_collect.o src/linux/btop_collect.cpp 40%-> obj/btop_shared.o (1.9MiB) (09s) 40%-> obj/btop_tools.o (2.3MiB) (09s) 50%-> obj/btop_config.o (2.4MiB) (09s) 60%-> obj/btop_menu.o (2.1MiB) (10s) 70%-> obj/btop.o (3.1MiB) (10s) 80%-> obj/btop_draw.o (3.6MiB) (12s) 90%-> obj/linux/btop_collect.o (3.5MiB) (08s) Linking and optimizing binary... g++ -o bin/btop obj/btop.o obj/btop_config.o obj/btop_draw.o obj/btop_input.o obj/btop_menu.o obj/btop_shared.o obj/btop_theme.o obj/btop_tools.o obj/linux/btop_collect.o -Wl,-z,relro -Wl,-z,now -Wl,-O1 -pthread -D_GLIBCXX_ASSERTIONS -D_FILE_OFFSET_BITS=64 -fexceptions -fstack-clash-protection -fcf-protection -fstack-protector -DGPU_SUPPORT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -O2 -ftree-vectorize -flto=8 -Wall -Wextra -pedantic 100% -> bin/btop (1.8MiB) (09s) Build complete in (25s) make[1]: Leaving directory '/tmp/build/source' dh_auto_test rm -fr -- /tmp/dh-xdg-rundir-PCPUmem9 create-stamp debian/debhelper-build-stamp dh_prep rm -f -- debian/btop.substvars rm -fr -- debian/.debhelper/generated/btop/ debian/btop/ debian/tmp/ debian/rules override_dh_auto_install make[1]: Entering directory '/tmp/build/source' dh_auto_install --destdir=debian/tmp/ install -m0755 -d /tmp/build/source/debian/tmp make -j8 install DESTDIR=/tmp/build/source/debian/tmp AM_UPDATE_INFO_DIR=no "INSTALL=install --strip-program=true" make[2]: Entering directory '/tmp/build/source' Installing binary to: /tmp/build/source/debian/tmp/usr/bin/btop Installing doc to: /tmp/build/source/debian/tmp/usr/share/doc/btop Installing themes to: /tmp/build/source/debian/tmp/usr/share/btop/themes Installing desktop entry to: /tmp/build/source/debian/tmp/usr/share/applications/btop.desktop Installing PNG icon to: /tmp/build/source/debian/tmp/usr/share/icons/hicolor/48x48/apps/btop.png Installing SVG icon to: /tmp/build/source/debian/tmp/usr/share/icons/hicolor/scalable/apps/btop.svg Installing man page to: /tmp/build/source/debian/tmp/usr/share/man/man1/btop.1/ make[2]: Leaving directory '/tmp/build/source' make[1]: Leaving directory '/tmp/build/source' dh_install install -m0755 -d debian/btop//usr/bin cp --reflink=auto -a debian/tmp/usr/bin/btop debian/btop//usr/bin/ install -m0755 -d debian/btop//usr/share/applications cp --reflink=auto -a debian/tmp/usr/share/applications/btop.desktop debian/btop//usr/share/applications/ install -m0755 -d debian/btop//usr/share/btop/themes cp --reflink=auto -a debian/tmp/usr/share/btop/themes/HotPurpleTrafficLight.theme debian/tmp/usr/share/btop/themes/adapta.theme debian/tmp/usr/share/btop/themes/adwaita.theme debian/tmp/usr/share/btop/themes/ayu.theme debian/tmp/usr/share/btop/themes/dracula.theme debian/tmp/usr/share/btop/themes/dusklight.theme debian/tmp/usr/share/btop/themes/elementarish.theme debian/tmp/usr/share/btop/themes/everforest-dark-hard.theme debian/tmp/usr/share/btop/themes/flat-remix-light.theme debian/tmp/usr/share/btop/themes/flat-remix.theme debian/tmp/usr/share/btop/themes/greyscale.theme debian/tmp/usr/share/btop/themes/gruvbox_dark.theme debian/tmp/usr/share/btop/themes/gruvbox_dark_v2.theme debian/tmp/usr/share/btop/themes/gruvbox_material_dark.theme debian/tmp/usr/share/btop/themes/horizon.theme debian/tmp/usr/share/btop/themes/kyli0x.theme debian/tmp/usr/share/btop/themes/matcha-dark-sea.theme debian/tmp/usr/share/btop/themes/monokai.theme debian/tmp/usr/share/btop/themes/night-owl.theme debian/tmp/usr/share/btop/themes/nord.theme debian/tmp/usr/share/btop/themes/onedark.theme debian/tmp/usr/share/btop/themes/paper.theme debian/tmp/usr/share/btop/themes/solarized_dark.theme debian/tmp/usr/share/btop/themes/solarized_light.theme debian/tmp/usr/share/btop/themes/tokyo-night.theme debian/tmp/usr/share/btop/themes/tokyo-storm.theme debian/tmp/usr/share/btop/themes/tomorrow-night.theme debian/tmp/usr/share/btop/themes/whiteout.theme debian/btop//usr/share/btop/themes/ install -m0755 -d debian/btop//usr/share/doc/btop cp --reflink=auto -a debian/tmp/usr/share/doc/btop/README.md debian/btop//usr/share/doc/btop/ install -m0755 -d debian/btop//usr/share/icons/hicolor/48x48/apps cp --reflink=auto -a debian/tmp/usr/share/icons/hicolor/48x48/apps/btop.png debian/btop//usr/share/icons/hicolor/48x48/apps/ install -m0755 -d debian/btop//usr/share/icons/hicolor/scalable/apps cp --reflink=auto -a debian/tmp/usr/share/icons/hicolor/scalable/apps/btop.svg debian/btop//usr/share/icons/hicolor/scalable/apps/ install -m0755 -d debian/btop//usr/share/man/man1 cp --reflink=auto -a debian/tmp/usr/share/man/man1/btop.1 debian/btop//usr/share/man/man1/ dh_installdocs install -p -m0644 debian/copyright debian/btop/usr/share/doc/btop/copyright dh_installchangelogs install -m0755 -d debian/btop/usr/share/doc/btop install -p -m0644 debian/.debhelper/generated/btop/dh_installchangelogs.dch.trimmed debian/btop/usr/share/doc/btop/changelog dh_installman man-recode --to-code UTF-8 --suffix .dh-new debian/btop/usr/share/man/man1/btop.1 mv debian/btop/usr/share/man/man1/btop.1.dh-new debian/btop/usr/share/man/man1/btop.1 chmod 0644 -- debian/btop/usr/share/man/man1/btop.1 dh_icons dh_perl dh_link dh_strip_nondeterminism Using 1704378384 as canonical time Normalizing debian/btop/usr/share/icons/hicolor/48x48/apps/btop.png using File::StripNondeterminism::handlers::png dh_compress cd debian/btop chmod a-x usr/share/doc/btop/README.md usr/share/doc/btop/changelog usr/share/man/man1/btop.1 gzip -9nf usr/share/doc/btop/README.md usr/share/doc/btop/changelog usr/share/man/man1/btop.1 cd '/tmp/build/source' dh_fixperms find debian/btop ! -type l -a -true -a -true -print0 2>/dev/null | xargs -0r chmod go=rX,u+rw,a-s find debian/btop/usr/share/doc -type f -a -true -a ! -regex 'debian/btop/usr/share/doc/[^/]*/examples/.*' -print0 2>/dev/null | xargs -0r chmod 0644 find debian/btop/usr/share/doc -type d -a -true -a -true -print0 2>/dev/null | xargs -0r chmod 0755 find debian/btop/usr/share/man debian/btop/usr/share/applications -type f -a -true -a -true -print0 2>/dev/null | xargs -0r chmod 0644 find debian/btop -type f \( -name '*.so.*' -o -name '*.so' -o -name '*.la' -o -name '*.a' -o -name '*.js' -o -name '*.css' -o -name '*.scss' -o -name '*.sass' -o -name '*.jpeg' -o -name '*.jpg' -o -name '*.png' -o -name '*.gif' -o -name '*.cmxs' -o -name '*.node' \) -a -true -a -true -print0 2>/dev/null | xargs -0r chmod 0644 find debian/btop/usr/bin -type f -a -true -a -true -print0 2>/dev/null | xargs -0r chmod a+x dh_missing dh_dwz -a dwz -- debian/btop/usr/bin/btop dh_strip -a install -m0755 -d debian/.debhelper/btop/dbgsym-root/usr/lib/debug/.build-id/c5 objcopy --only-keep-debug --compress-debug-sections debian/btop/usr/bin/btop debian/.debhelper/btop/dbgsym-root/usr/lib/debug/.build-id/c5/f32d4b45f6487df84b2b3c013b368e1d09953f.debug chmod 0644 -- debian/.debhelper/btop/dbgsym-root/usr/lib/debug/.build-id/c5/f32d4b45f6487df84b2b3c013b368e1d09953f.debug strip --remove-section=.comment --remove-section=.note debian/btop/usr/bin/btop objcopy --add-gnu-debuglink debian/.debhelper/btop/dbgsym-root/usr/lib/debug/.build-id/c5/f32d4b45f6487df84b2b3c013b368e1d09953f.debug debian/btop/usr/bin/btop install -m0755 -d debian/.debhelper/btop/dbgsym-root/usr/share/doc ln -s btop debian/.debhelper/btop/dbgsym-root/usr/share/doc/btop-dbgsym install -m0755 -d debian/.debhelper/btop dh_makeshlibs -a rm -f debian/btop/DEBIAN/shlibs dh_shlibdeps -a install -m0755 -d debian/btop/DEBIAN dpkg-shlibdeps -Tdebian/btop.substvars debian/btop/usr/bin/btop dh_installdeb install -m0755 -d debian/btop/DEBIAN dh_gencontrol install -m0755 -d debian/btop/DEBIAN echo misc:Depends= >> debian/btop.substvars echo misc:Pre-Depends= >> debian/btop.substvars install -m0755 -d debian/.debhelper/btop/dbgsym-root/DEBIAN dpkg-gencontrol -pbtop -ldebian/changelog -Tdebian/btop.substvars -Pdebian/.debhelper/btop/dbgsym-root -UPre-Depends -URecommends -USuggests -UEnhances -UProvides -UEssential -UConflicts -DPriority=optional -UHomepage -UImportant -UBuilt-Using -DAuto-Built-Package=debug-symbols -UProtected -DPackage=btop-dbgsym "-DDepends=btop (= \${binary:Version})" "-DDescription=debug symbols for btop" -DBuild-Ids=c5f32d4b45f6487df84b2b3c013b368e1d09953f -DSection=debug -UMulti-Arch -UReplaces -UBreaks chmod 0644 -- debian/.debhelper/btop/dbgsym-root/DEBIAN/control dpkg-gencontrol -pbtop -ldebian/changelog -Tdebian/btop.substvars -Pdebian/btop chmod 0644 -- debian/btop/DEBIAN/control dh_md5sums install -m0755 -d debian/btop/DEBIAN cd debian/btop >/dev/null && xargs -r0 md5sum | perl -pe 'if (s@^\\@@) { s/\\\\/\\/g; }' > DEBIAN/md5sums chmod 0644 -- debian/btop/DEBIAN/md5sums install -m0755 -d debian/.debhelper/btop/dbgsym-root/DEBIAN cd debian/.debhelper/btop/dbgsym-root >/dev/null && xargs -r0 md5sum | perl -pe 'if (s@^\\@@) { s/\\\\/\\/g; }' > DEBIAN/md5sums chmod 0644 -- debian/.debhelper/btop/dbgsym-root/DEBIAN/md5sums dh_builddeb dpkg-deb --root-owner-group --build debian/btop .. dpkg-deb --root-owner-group --build debian/.debhelper/btop/dbgsym-root .. dpkg-deb: building package 'btop' in '../btop_1.3.0_amd64.deb'. dpkg-deb: building package 'btop-dbgsym' in '../btop-dbgsym_1.3.0_amd64.deb'. dpkg-genchanges: info: binary-only upload (no source code included) dpkg-buildpackage: info: binary-only upload (no source included)