dpkg-buildpackage -us -uc -ui -b dpkg-buildpackage: info: source package irgsh dpkg-buildpackage: info: source version 0.0.28-1 dpkg-buildpackage: info: source distribution unstable dpkg-buildpackage: info: source changed by BlankOn Developers dpkg-source --before-build . dpkg-buildpackage: info: host architecture amd64 fakeroot debian/rules clean dh clean rm -f debian/irgsh.debhelper.log debian/rules override_dh_auto_clean make[1]: Entering directory '/home/herpiko/.irgsh/tmp/7fc4c870-aae4-420a-8bb0-24eb41bd3b74/irgsh-0.0.28-1' rm -rf bin obj-x86_64-linux-gnu cli dh_auto_clean dh_auto_clean: warning: LTO optimize is enable in buildflags. But cgo doesn't support it. LTO flags will be stripped in cgo. make[1]: Leaving directory '/home/herpiko/.irgsh/tmp/7fc4c870-aae4-420a-8bb0-24eb41bd3b74/irgsh-0.0.28-1' dh_clean rm -f debian/debhelper-build-stamp rm -rf debian/.debhelper/ rm -f -- debian/irgsh.substvars debian/irgsh.postrm.debhelper debian/files rm -fr -- debian/irgsh/ 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 -o -name __pycache__ \) -prune -exec rm -rf {} + \) \) debian/rules build dh build dh_update_autotools_config dh_autoreconf dh: warning: LTO optimize is enable in buildflags. But cgo doesn't support it. LTO flags will be stripped in cgo. dh_auto_configure dh_auto_configure: warning: LTO optimize is enable in buildflags. But cgo doesn't support it. LTO flags will be stripped in cgo. debian/rules override_dh_auto_build make[1]: Entering directory '/home/herpiko/.irgsh/tmp/7fc4c870-aae4-420a-8bb0-24eb41bd3b74/irgsh-0.0.28-1' # Download dependencies go mod download # Build all binaries with version info mkdir -p bin go build -ldflags "-X main.version=0.0.28-beta" -o bin/irgsh-repo ./cmd/repo go build -ldflags "-X main.version=0.0.28-beta" -o bin/irgsh-chief ./cmd/chief go build -ldflags "-X main.version=0.0.28-beta" -o bin/irgsh-builder ./cmd/builder go build -ldflags "-X main.version=0.0.28-beta" -o bin/irgsh-iso ./cmd/iso go build -ldflags "-X main.version=0.0.28-beta" -o bin/irgsh-cli ./cmd/cli make[1]: Leaving directory '/home/herpiko/.irgsh/tmp/7fc4c870-aae4-420a-8bb0-24eb41bd3b74/irgsh-0.0.28-1' debian/rules override_dh_auto_test make[1]: Entering directory '/home/herpiko/.irgsh/tmp/7fc4c870-aae4-420a-8bb0-24eb41bd3b74/irgsh-0.0.28-1' # Skip tests during package build Skipping tests make[1]: Leaving directory '/home/herpiko/.irgsh/tmp/7fc4c870-aae4-420a-8bb0-24eb41bd3b74/irgsh-0.0.28-1' create-stamp debian/debhelper-build-stamp fakeroot debian/rules binary dh binary dh_testroot dh_prep rm -f -- debian/irgsh.substvars rm -fr -- debian/.debhelper/generated/irgsh/ debian/irgsh/ debian/tmp/ dh_installdirs install -m0755 -d debian/irgsh/usr/bin debian/irgsh/etc/irgsh debian/irgsh/usr/share/irgsh debian/irgsh/usr/share/irgsh/reprepro-template debian/irgsh/var/lib/irgsh debian/irgsh/var/log/irgsh debian/rules override_dh_auto_install make[1]: Entering directory '/home/herpiko/.irgsh/tmp/7fc4c870-aae4-420a-8bb0-24eb41bd3b74/irgsh-0.0.28-1' # Install binaries install -D -m 0755 bin/irgsh-repo /home/herpiko/.irgsh/tmp/7fc4c870-aae4-420a-8bb0-24eb41bd3b74/irgsh-0.0.28-1/debian/irgsh/usr/bin/irgsh-repo install -D -m 0755 bin/irgsh-chief /home/herpiko/.irgsh/tmp/7fc4c870-aae4-420a-8bb0-24eb41bd3b74/irgsh-0.0.28-1/debian/irgsh/usr/bin/irgsh-chief install -D -m 0755 bin/irgsh-builder /home/herpiko/.irgsh/tmp/7fc4c870-aae4-420a-8bb0-24eb41bd3b74/irgsh-0.0.28-1/debian/irgsh/usr/bin/irgsh-builder install -D -m 0755 bin/irgsh-iso /home/herpiko/.irgsh/tmp/7fc4c870-aae4-420a-8bb0-24eb41bd3b74/irgsh-0.0.28-1/debian/irgsh/usr/bin/irgsh-iso install -D -m 0755 bin/irgsh-cli /home/herpiko/.irgsh/tmp/7fc4c870-aae4-420a-8bb0-24eb41bd3b74/irgsh-0.0.28-1/debian/irgsh/usr/bin/irgsh-cli # Install systemd service files install -D -m 0644 debian/irgsh-chief.service /home/herpiko/.irgsh/tmp/7fc4c870-aae4-420a-8bb0-24eb41bd3b74/irgsh-0.0.28-1/debian/irgsh/lib/systemd/system/irgsh-chief.service install -D -m 0644 debian/irgsh-builder.service /home/herpiko/.irgsh/tmp/7fc4c870-aae4-420a-8bb0-24eb41bd3b74/irgsh-0.0.28-1/debian/irgsh/lib/systemd/system/irgsh-builder.service install -D -m 0644 debian/irgsh-repo.service /home/herpiko/.irgsh/tmp/7fc4c870-aae4-420a-8bb0-24eb41bd3b74/irgsh-0.0.28-1/debian/irgsh/lib/systemd/system/irgsh-repo.service install -D -m 0644 debian/irgsh-iso.service /home/herpiko/.irgsh/tmp/7fc4c870-aae4-420a-8bb0-24eb41bd3b74/irgsh-0.0.28-1/debian/irgsh/lib/systemd/system/irgsh-iso.service # Install configuration files install -D -m 0644 utils/config.yaml /home/herpiko/.irgsh/tmp/7fc4c870-aae4-420a-8bb0-24eb41bd3b74/irgsh-0.0.28-1/debian/irgsh/etc/irgsh/config.yaml install -D -m 0644 utils/config.yaml /home/herpiko/.irgsh/tmp/7fc4c870-aae4-420a-8bb0-24eb41bd3b74/irgsh-0.0.28-1/debian/irgsh/usr/share/irgsh/config.yaml # Install init script install -D -m 0755 utils/scripts/init.sh /home/herpiko/.irgsh/tmp/7fc4c870-aae4-420a-8bb0-24eb41bd3b74/irgsh-0.0.28-1/debian/irgsh/usr/share/irgsh/init.sh # Install reprepro template mkdir -p /home/herpiko/.irgsh/tmp/7fc4c870-aae4-420a-8bb0-24eb41bd3b74/irgsh-0.0.28-1/debian/irgsh/usr/share/irgsh/reprepro-template cp -r utils/reprepro-template/* /home/herpiko/.irgsh/tmp/7fc4c870-aae4-420a-8bb0-24eb41bd3b74/irgsh-0.0.28-1/debian/irgsh/usr/share/irgsh/reprepro-template/ # Create necessary directories mkdir -p /home/herpiko/.irgsh/tmp/7fc4c870-aae4-420a-8bb0-24eb41bd3b74/irgsh-0.0.28-1/debian/irgsh/var/lib/irgsh mkdir -p /home/herpiko/.irgsh/tmp/7fc4c870-aae4-420a-8bb0-24eb41bd3b74/irgsh-0.0.28-1/debian/irgsh/var/log/irgsh make[1]: Leaving directory '/home/herpiko/.irgsh/tmp/7fc4c870-aae4-420a-8bb0-24eb41bd3b74/irgsh-0.0.28-1' dh_installdocs install -m0755 -d debian/irgsh/usr/share/doc/irgsh install -p -m0644 debian/README.Debian debian/irgsh/usr/share/doc/irgsh/README.Debian install -p -m0644 debian/copyright debian/irgsh/usr/share/doc/irgsh/copyright dh_installchangelogs install -m0755 -d debian/irgsh/usr/share/doc/irgsh install -p -m0644 debian/.debhelper/generated/irgsh/dh_installchangelogs.dch.trimmed debian/irgsh/usr/share/doc/irgsh/changelog.Debian debian/rules override_dh_installsystemd make[1]: Entering directory '/home/herpiko/.irgsh/tmp/7fc4c870-aae4-420a-8bb0-24eb41bd3b74/irgsh-0.0.28-1' # Install systemd services but don't enable them by default dh_installsystemd --no-enable --no-start [META] Append autosnippet "postinst-systemd-dont-enable" to postinst [debian/.debhelper/generated/irgsh/postinst.service] [META] Append autosnippet "postinst-systemd-dont-enable" to postinst [debian/.debhelper/generated/irgsh/postinst.service] [META] Append autosnippet "postinst-systemd-dont-enable" to postinst [debian/.debhelper/generated/irgsh/postinst.service] [META] Append autosnippet "postinst-systemd-dont-enable" to postinst [debian/.debhelper/generated/irgsh/postinst.service] [META] Append autosnippet "postrm-systemd" to postrm [debian/irgsh.postrm.debhelper] [META] Append autosnippet "preinst-systemd-stop" to preinst [debian/.debhelper/generated/irgsh/preinst.service] [META] Prepend autosnippet "postrm-systemd-reload-only" to postrm [debian/irgsh.postrm.debhelper.new] mv debian/irgsh.postrm.debhelper.new debian/irgsh.postrm.debhelper make[1]: Leaving directory '/home/herpiko/.irgsh/tmp/7fc4c870-aae4-420a-8bb0-24eb41bd3b74/irgsh-0.0.28-1' dh_perl dh_link dh_strip_nondeterminism dh_compress cd debian/irgsh chmod a-x usr/share/doc/irgsh/changelog.Debian gzip -9nf usr/share/doc/irgsh/changelog.Debian cd '/home/herpiko/.irgsh/tmp/7fc4c870-aae4-420a-8bb0-24eb41bd3b74/irgsh-0.0.28-1' dh_fixperms find debian/irgsh -true -print0 2>/dev/null | xargs -0r chown --no-dereference 0:0 find debian/irgsh ! -type l -a -true -a -true -print0 2>/dev/null | xargs -0r chmod go=rX,u+rw,a-s find debian/irgsh/usr/share/doc -type f -a -true -a ! -regex 'debian/irgsh/usr/share/doc/[^/]*/examples/.*' -print0 2>/dev/null | xargs -0r chmod 0644 find debian/irgsh/usr/share/doc -type d -a -true -a -true -print0 2>/dev/null | xargs -0r chmod 0755 find debian/irgsh -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/irgsh/usr/bin -type f -a -true -a -true -print0 2>/dev/null | xargs -0r chmod a+x dh_missing rm -f debian/irgsh.debhelper.log debian/rules override_dh_dwz make[1]: Entering directory '/home/herpiko/.irgsh/tmp/7fc4c870-aae4-420a-8bb0-24eb41bd3b74/irgsh-0.0.28-1' # Skip dwz compression for Go binaries Skipping dwz for Go binaries make[1]: Leaving directory '/home/herpiko/.irgsh/tmp/7fc4c870-aae4-420a-8bb0-24eb41bd3b74/irgsh-0.0.28-1' debian/rules override_dh_strip make[1]: Entering directory '/home/herpiko/.irgsh/tmp/7fc4c870-aae4-420a-8bb0-24eb41bd3b74/irgsh-0.0.28-1' # Don't strip Go binaries to preserve panic stack traces dh_strip --no-automatic-dbgsym strip --remove-section=.comment --remove-section=.note -o /tmp/If3AOGPzAH/stripiSj1XP debian/irgsh/usr/bin/irgsh-cli chmod --reference debian/irgsh/usr/bin/irgsh-cli /tmp/If3AOGPzAH/stripiSj1XP cat '/tmp/If3AOGPzAH/stripiSj1XP' > 'debian/irgsh/usr/bin/irgsh-cli' chmod --reference /tmp/If3AOGPzAH/stripiSj1XP debian/irgsh/usr/bin/irgsh-cli strip --remove-section=.comment --remove-section=.note -o /tmp/If3AOGPzAH/strip6dGmVh debian/irgsh/usr/bin/irgsh-builder chmod --reference debian/irgsh/usr/bin/irgsh-builder /tmp/If3AOGPzAH/strip6dGmVh cat '/tmp/If3AOGPzAH/strip6dGmVh' > 'debian/irgsh/usr/bin/irgsh-builder' chmod --reference /tmp/If3AOGPzAH/strip6dGmVh debian/irgsh/usr/bin/irgsh-builder strip --remove-section=.comment --remove-section=.note -o /tmp/If3AOGPzAH/stripeHA47I debian/irgsh/usr/bin/irgsh-iso chmod --reference debian/irgsh/usr/bin/irgsh-iso /tmp/If3AOGPzAH/stripeHA47I cat '/tmp/If3AOGPzAH/stripeHA47I' > 'debian/irgsh/usr/bin/irgsh-iso' chmod --reference /tmp/If3AOGPzAH/stripeHA47I debian/irgsh/usr/bin/irgsh-iso strip --remove-section=.comment --remove-section=.note -o /tmp/If3AOGPzAH/stripsHd6VB debian/irgsh/usr/bin/irgsh-repo chmod --reference debian/irgsh/usr/bin/irgsh-repo /tmp/If3AOGPzAH/stripsHd6VB cat '/tmp/If3AOGPzAH/stripsHd6VB' > 'debian/irgsh/usr/bin/irgsh-repo' chmod --reference /tmp/If3AOGPzAH/stripsHd6VB debian/irgsh/usr/bin/irgsh-repo strip --remove-section=.comment --remove-section=.note -o /tmp/If3AOGPzAH/strip05us05 debian/irgsh/usr/bin/irgsh-chief chmod --reference debian/irgsh/usr/bin/irgsh-chief /tmp/If3AOGPzAH/strip05us05 cat '/tmp/If3AOGPzAH/strip05us05' > 'debian/irgsh/usr/bin/irgsh-chief' chmod --reference /tmp/If3AOGPzAH/strip05us05 debian/irgsh/usr/bin/irgsh-chief make[1]: Leaving directory '/home/herpiko/.irgsh/tmp/7fc4c870-aae4-420a-8bb0-24eb41bd3b74/irgsh-0.0.28-1' dh_makeshlibs -a rm -f debian/irgsh/DEBIAN/shlibs dh_shlibdeps -a install -m0755 -d debian/irgsh/DEBIAN dpkg-shlibdeps -Tdebian/irgsh.substvars debian/irgsh/usr/bin/irgsh-cli debian/irgsh/usr/bin/irgsh-builder debian/irgsh/usr/bin/irgsh-iso debian/irgsh/usr/bin/irgsh-repo debian/irgsh/usr/bin/irgsh-chief dh_installdeb install -m0755 -d debian/irgsh/DEBIAN cp -f debian/irgsh.postinst debian/irgsh/DEBIAN/postinst [META] Replace #TOKEN#s in "debian/irgsh/DEBIAN/postinst" chmod 0755 -- debian/irgsh/DEBIAN/postinst chown 0:0 -- debian/irgsh/DEBIAN/postinst printf '#!/bin/sh\nset -e\n' > debian/irgsh/DEBIAN/preinst cat debian/.debhelper/generated/irgsh/preinst.service >> debian/irgsh/DEBIAN/preinst chmod 0755 -- debian/irgsh/DEBIAN/preinst chown 0:0 -- debian/irgsh/DEBIAN/preinst cp -f debian/irgsh.prerm debian/irgsh/DEBIAN/prerm [META] Replace #TOKEN#s in "debian/irgsh/DEBIAN/prerm" chmod 0755 -- debian/irgsh/DEBIAN/prerm chown 0:0 -- debian/irgsh/DEBIAN/prerm cp -f debian/irgsh.postrm debian/irgsh/DEBIAN/postrm [META] Replace #TOKEN#s in "debian/irgsh/DEBIAN/postrm" chmod 0755 -- debian/irgsh/DEBIAN/postrm chown 0:0 -- debian/irgsh/DEBIAN/postrm find debian/irgsh/etc -type f -printf '/etc/%P ' | LC_ALL=C sort >> debian/irgsh/DEBIAN/conffiles chmod 0644 -- debian/irgsh/DEBIAN/conffiles chown 0:0 -- debian/irgsh/DEBIAN/conffiles dh_gencontrol install -m0755 -d debian/irgsh/DEBIAN echo misc:Depends= >> debian/irgsh.substvars echo misc:Pre-Depends= >> debian/irgsh.substvars dpkg-gencontrol -pirgsh -ldebian/changelog -Tdebian/irgsh.substvars -Pdebian/irgsh chmod 0644 -- debian/irgsh/DEBIAN/control chown 0:0 -- debian/irgsh/DEBIAN/control dh_md5sums install -m0755 -d debian/irgsh/DEBIAN cd debian/irgsh >/dev/null && xargs -r0 md5sum | perl -pe 'if (s@^\\@@) { s/\\\\/\\/g; }' > DEBIAN/md5sums chmod 0644 -- debian/irgsh/DEBIAN/md5sums chown 0:0 -- debian/irgsh/DEBIAN/md5sums dh_builddeb dpkg-deb --build debian/irgsh .. dpkg-deb: building package 'irgsh' in '../irgsh_0.0.28-1_amd64.deb'. dpkg-genbuildinfo --build=binary -O../irgsh_0.0.28-1_amd64.buildinfo dpkg-genchanges --build=binary -O../irgsh_0.0.28-1_amd64.changes dpkg-genchanges: info: binary-only upload (no source code included) dpkg-source --after-build . dpkg-buildpackage: info: binary-only upload (no source included) Now running lintian irgsh_0.0.28-1_amd64.changes ... E: irgsh changes: bad-distribution-in-changes-file unstable W: irgsh: command-with-path-in-maintainer-script /usr/bin/deb-systemd-invoke (in test syntax) [prerm:7] W: irgsh: hardening-no-pie [usr/bin/irgsh-builder] W: irgsh: hardening-no-pie [usr/bin/irgsh-chief] W: irgsh: hardening-no-pie [usr/bin/irgsh-cli] W: irgsh: hardening-no-pie [usr/bin/irgsh-iso] W: irgsh: hardening-no-pie [usr/bin/irgsh-repo] W: irgsh: initial-upload-closes-no-bugs [usr/share/doc/irgsh/changelog.Debian.gz:1] W: irgsh: no-manual-page [usr/bin/irgsh-builder] W: irgsh: no-manual-page [usr/bin/irgsh-chief] W: irgsh: no-manual-page [usr/bin/irgsh-cli] W: irgsh: no-manual-page [usr/bin/irgsh-iso] W: irgsh: no-manual-page [usr/bin/irgsh-repo] W: irgsh: recursive-privilege-change "chown -R" [postinst:23] W: irgsh: recursive-privilege-change "chown -R" [postinst:24] Finished running lintian.