Your message dated Wed, 8 Aug 2018 04:08:17 -0400
with message-id <20180808080814.67khuiqudacbq...@crack.deadbeast.net>
and subject line Re: Bug#905029: xtrs: FTBFS with gcc-8
has caused the Debian Bug report #905029,
regarding xtrs: FTBFS with gcc-8
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
905029: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=905029
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: xtrs
Version: 4.9c-4
Severity: serious
Tags: sid buster
Justification: fails to build from source (but built successfully in the past)
Hi,
xtrs FTBFS since gcc-8 became the default gcc,
probably due to usage of -Werror and new warnings being
emitted by the new compiler version:
cc -Wall -Werror -Wno-error=unused-but-set-variable -O2 -g -D_REENTRANT
-DDEFAULT_ROM='"/usr/local/lib/xtrs/level2rom.hex"'
-DDEFAULT_ROM3='"/usr/local/lib/xtrs/romimage.m3"'
-DDEFAULT_ROM4P='"/usr/local/lib/xtrs/romimage.m4p"' -DREADLINE -DDISKDIR='"."'
-I/usr/include/X11 -DAPPDEFAULTS='"/usr/X11/lib/X11/app-defaults"' -DKBWAIT
-c -o cmddump.o cmddump.c
cmddump.c: In function 'main':
cmddump.c:78:7: error: 'strncat' output truncated copying between 0 and 8 bytes
from a string of length 8 [-Werror=stringop-truncation]
strncat(pdsbuf, " ", 8 - strlen(pdsbuf));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
make[1]: *** [<builtin>: cmddump.o] Error 1
make[1]: Leaving directory '/build/xtrs-4.9c'
make: *** [debian/rules:36: build-stamp] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
Andreas
xtrs_4.9c-4.log.gz
Description: application/gzip
--- End Message ---
--- Begin Message ---
At 2018-07-30T21:36:06+0200, Andreas Beckmann wrote:
> Source: xtrs
> Version: 4.9c-4
> Severity: serious
> Tags: sid buster
> Justification: fails to build from source (but built successfully in the past)
>
> Hi,
>
> xtrs FTBFS since gcc-8 became the default gcc,
> probably due to usage of -Werror and new warnings being
> emitted by the new compiler version:
>
> cc -Wall -Werror -Wno-error=unused-but-set-variable -O2 -g -D_REENTRANT
> -DDEFAULT_ROM='"/usr/local/lib/xtrs/level2rom.hex"'
> -DDEFAULT_ROM3='"/usr/local/lib/xtrs/romimage.m3"'
> -DDEFAULT_ROM4P='"/usr/local/lib/xtrs/romimage.m4p"' -DREADLINE
> -DDISKDIR='"."' -I/usr/include/X11
> -DAPPDEFAULTS='"/usr/X11/lib/X11/app-defaults"' -DKBWAIT -c -o cmddump.o
> cmddump.c
> cmddump.c: In function 'main':
> cmddump.c:78:7: error: 'strncat' output truncated copying between 0 and 8
> bytes from a string of length 8 [-Werror=stringop-truncation]
> strncat(pdsbuf, " ", 8 - strlen(pdsbuf));
> ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> cc1: all warnings being treated as errors
> make[1]: *** [<builtin>: cmddump.o] Error 1
> make[1]: Leaving directory '/build/xtrs-4.9c'
> make: *** [debian/rules:36: build-stamp] Error 2
> dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
Hi Andreas,
Thanks for your report. I have uploaded the new upstream version 4.9d-1
which appears to have collaterally fixed this problem.
I'm attaching the build log for your perusal.
Regards,
Branden
dpkg-buildpackage -rfakeroot -us -uc -ui
dpkg-buildpackage: info: source package xtrs
dpkg-buildpackage: info: source version 4.9d-1
dpkg-buildpackage: info: source distribution unstable
dpkg-buildpackage: info: source changed by G. Branden Robinson
<g.branden.robin...@gmail.com>
dpkg-source --before-build xtrs
dpkg-buildpackage: info: host architecture amd64
dpkg-source: info: applying prep-makefiles-for-debian.patch
dpkg-source: info: applying fix-compiler-warnings.patch
dpkg-source: info: applying add-ifdef-guards-around-setuid.patch
dpkg-source: info: applying stop-ignoring-result-from-fread.patch
dpkg-source: info: applying make-plain-text-docs-from-html.patch
dpkg-source: info: applying debian-stop-clobbering-cflags-and-ldflags.patch
dpkg-source: info: applying mkdisk-document-d-option-in-usage-message.patch
dpkg-source: info: applying stop-mkdisk-from-overflowing-buffers.patch
dpkg-source: info: applying mkdisk-check-fopen-return-with-dmk-images.patch
dpkg-source: info: applying mkdisk-protect-against-overwrites.patch
dpkg-source: info: applying this-one-goes-to-c11.patch
dpkg-source: info: applying hex2cmd-idiomatize-manpage.patch
dpkg-source: info: applying cmddump-idiomatize-manpage.patch
dpkg-source: info: applying cassette-idiomatize-manpage.patch
dpkg-source: info: applying debian-cassette-manpage-del-paragraph.patch
dpkg-source: info: applying mkdisk-idiomatize-manpage.patch
dpkg-source: info: applying xtrs-idiomatize-manpage.patch
dpkg-source: info: applying makefile-generate-pdf-manpages.patch
dpkg-source: info: applying emtsafe-flag-on-by-default.patch
dpkg-source: info: applying ignore-alt-key-events.patch
dpkg-source: info: applying map-f12-to-shifted-down-arrow.patch
dpkg-source: info: applying write-online-help-to-stderr-if-small-window.patch
dpkg-source: info: applying kill-last-fprintf-stderr-stragglers.patch
fakeroot debian/rules clean
dh clean
dh_auto_clean
make -j1 clean
make[1]: Entering directory '/home/branden/src/debian/GIT/xtrs'
rm -f z80.o main.o load_cmd.o load_hex.o trs_memory.o trs_keyboard.o error.o
debug.o dis.o trs_io.o trs_cassette.o trs_xinterface.o trs_chars.o
trs_printer.o trs_rom1.o trs_rom3.o trs_rom4p.o trs_disk.o trs_interrupt.o
trs_imp_exp.o trs_hard.o trs_uart.o mkdisk.o compile_rom.o error.o load_cmd.o
load_hex.o cmd.o error.o load_hex.o hex2cmd.o \
cmddump.o load_cmd.o trs_rom*.c *~ \
xtrs mkdisk hex2cmd cmddump compile_rom \
cpmutil.txt dskspec.txt
make[1]: Leaving directory '/home/branden/src/debian/GIT/xtrs'
dh_clean
rm -f debian/debhelper-build-stamp
rm -rf debian/.debhelper/
rm -f -- debian/xtrs.substvars debian/files
rm -fr -- debian/xtrs/ 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 {} + \)
\)
dpkg-source -b xtrs
dpkg-source: info: using source format '3.0 (quilt)'
dpkg-source: info: building xtrs using existing ./xtrs_4.9d.orig.tar.gz
dpkg-source: info: building xtrs in xtrs_4.9d-1.debian.tar.xz
dpkg-source: info: building xtrs in xtrs_4.9d-1.dsc
debian/rules build
dh build
dh_update_autotools_config
dh_auto_configure
dh_auto_build
make -j1
make[1]: Entering directory '/home/branden/src/debian/GIT/xtrs'
cc -g -O2 -fdebug-prefix-map=/home/branden/src/debian/GIT/xtrs=.
-fstack-protector-strong -Wformat -Werror=format-security -O2 -g -Wall
-DDEFAULT_ROM='"/usr/local/lib/xtrs/level2rom.hex"'
-DDEFAULT_ROM3='"/usr/local/lib/xtrs/romimage.m3"'
-DDEFAULT_ROM4P='"/usr/local/lib/xtrs/romimage.m4p"' -DREADLINE -DDISKDIR='"."'
-I/usr/include/X11 -DAPPDEFAULTS='"/etc/X11/app-defaults"' -DKBWAIT -std=c11
-Wdate-time -D_FORTIFY_SOURCE=2 -c -o z80.o z80.c
cc -g -O2 -fdebug-prefix-map=/home/branden/src/debian/GIT/xtrs=.
-fstack-protector-strong -Wformat -Werror=format-security -O2 -g -Wall
-DDEFAULT_ROM='"/usr/local/lib/xtrs/level2rom.hex"'
-DDEFAULT_ROM3='"/usr/local/lib/xtrs/romimage.m3"'
-DDEFAULT_ROM4P='"/usr/local/lib/xtrs/romimage.m4p"' -DREADLINE -DDISKDIR='"."'
-I/usr/include/X11 -DAPPDEFAULTS='"/etc/X11/app-defaults"' -DKBWAIT -std=c11
-Wdate-time -D_FORTIFY_SOURCE=2 -c -o main.o main.c
cc -g -O2 -fdebug-prefix-map=/home/branden/src/debian/GIT/xtrs=.
-fstack-protector-strong -Wformat -Werror=format-security -O2 -g -Wall
-DDEFAULT_ROM='"/usr/local/lib/xtrs/level2rom.hex"'
-DDEFAULT_ROM3='"/usr/local/lib/xtrs/romimage.m3"'
-DDEFAULT_ROM4P='"/usr/local/lib/xtrs/romimage.m4p"' -DREADLINE -DDISKDIR='"."'
-I/usr/include/X11 -DAPPDEFAULTS='"/etc/X11/app-defaults"' -DKBWAIT -std=c11
-Wdate-time -D_FORTIFY_SOURCE=2 -c -o load_cmd.o load_cmd.c
cc -g -O2 -fdebug-prefix-map=/home/branden/src/debian/GIT/xtrs=.
-fstack-protector-strong -Wformat -Werror=format-security -O2 -g -Wall
-DDEFAULT_ROM='"/usr/local/lib/xtrs/level2rom.hex"'
-DDEFAULT_ROM3='"/usr/local/lib/xtrs/romimage.m3"'
-DDEFAULT_ROM4P='"/usr/local/lib/xtrs/romimage.m4p"' -DREADLINE -DDISKDIR='"."'
-I/usr/include/X11 -DAPPDEFAULTS='"/etc/X11/app-defaults"' -DKBWAIT -std=c11
-Wdate-time -D_FORTIFY_SOURCE=2 -c -o load_hex.o load_hex.c
cc -g -O2 -fdebug-prefix-map=/home/branden/src/debian/GIT/xtrs=.
-fstack-protector-strong -Wformat -Werror=format-security -O2 -g -Wall
-DDEFAULT_ROM='"/usr/local/lib/xtrs/level2rom.hex"'
-DDEFAULT_ROM3='"/usr/local/lib/xtrs/romimage.m3"'
-DDEFAULT_ROM4P='"/usr/local/lib/xtrs/romimage.m4p"' -DREADLINE -DDISKDIR='"."'
-I/usr/include/X11 -DAPPDEFAULTS='"/etc/X11/app-defaults"' -DKBWAIT -std=c11
-Wdate-time -D_FORTIFY_SOURCE=2 -c -o trs_memory.o trs_memory.c
cc -g -O2 -fdebug-prefix-map=/home/branden/src/debian/GIT/xtrs=.
-fstack-protector-strong -Wformat -Werror=format-security -O2 -g -Wall
-DDEFAULT_ROM='"/usr/local/lib/xtrs/level2rom.hex"'
-DDEFAULT_ROM3='"/usr/local/lib/xtrs/romimage.m3"'
-DDEFAULT_ROM4P='"/usr/local/lib/xtrs/romimage.m4p"' -DREADLINE -DDISKDIR='"."'
-I/usr/include/X11 -DAPPDEFAULTS='"/etc/X11/app-defaults"' -DKBWAIT -std=c11
-Wdate-time -D_FORTIFY_SOURCE=2 -c -o trs_keyboard.o trs_keyboard.c
cc -g -O2 -fdebug-prefix-map=/home/branden/src/debian/GIT/xtrs=.
-fstack-protector-strong -Wformat -Werror=format-security -O2 -g -Wall
-DDEFAULT_ROM='"/usr/local/lib/xtrs/level2rom.hex"'
-DDEFAULT_ROM3='"/usr/local/lib/xtrs/romimage.m3"'
-DDEFAULT_ROM4P='"/usr/local/lib/xtrs/romimage.m4p"' -DREADLINE -DDISKDIR='"."'
-I/usr/include/X11 -DAPPDEFAULTS='"/etc/X11/app-defaults"' -DKBWAIT -std=c11
-Wdate-time -D_FORTIFY_SOURCE=2 -c -o error.o error.c
cc -g -O2 -fdebug-prefix-map=/home/branden/src/debian/GIT/xtrs=.
-fstack-protector-strong -Wformat -Werror=format-security -O2 -g -Wall
-DDEFAULT_ROM='"/usr/local/lib/xtrs/level2rom.hex"'
-DDEFAULT_ROM3='"/usr/local/lib/xtrs/romimage.m3"'
-DDEFAULT_ROM4P='"/usr/local/lib/xtrs/romimage.m4p"' -DREADLINE -DDISKDIR='"."'
-I/usr/include/X11 -DAPPDEFAULTS='"/etc/X11/app-defaults"' -DKBWAIT -std=c11
-Wdate-time -D_FORTIFY_SOURCE=2 -c -o debug.o debug.c
cc -g -O2 -fdebug-prefix-map=/home/branden/src/debian/GIT/xtrs=.
-fstack-protector-strong -Wformat -Werror=format-security -O2 -g -Wall
-DDEFAULT_ROM='"/usr/local/lib/xtrs/level2rom.hex"'
-DDEFAULT_ROM3='"/usr/local/lib/xtrs/romimage.m3"'
-DDEFAULT_ROM4P='"/usr/local/lib/xtrs/romimage.m4p"' -DREADLINE -DDISKDIR='"."'
-I/usr/include/X11 -DAPPDEFAULTS='"/etc/X11/app-defaults"' -DKBWAIT -std=c11
-Wdate-time -D_FORTIFY_SOURCE=2 -c -o dis.o dis.c
cc -g -O2 -fdebug-prefix-map=/home/branden/src/debian/GIT/xtrs=.
-fstack-protector-strong -Wformat -Werror=format-security -O2 -g -Wall
-DDEFAULT_ROM='"/usr/local/lib/xtrs/level2rom.hex"'
-DDEFAULT_ROM3='"/usr/local/lib/xtrs/romimage.m3"'
-DDEFAULT_ROM4P='"/usr/local/lib/xtrs/romimage.m4p"' -DREADLINE -DDISKDIR='"."'
-I/usr/include/X11 -DAPPDEFAULTS='"/etc/X11/app-defaults"' -DKBWAIT -std=c11
-Wdate-time -D_FORTIFY_SOURCE=2 -c -o trs_io.o trs_io.c
cc -g -O2 -fdebug-prefix-map=/home/branden/src/debian/GIT/xtrs=.
-fstack-protector-strong -Wformat -Werror=format-security -O2 -g -Wall
-DDEFAULT_ROM='"/usr/local/lib/xtrs/level2rom.hex"'
-DDEFAULT_ROM3='"/usr/local/lib/xtrs/romimage.m3"'
-DDEFAULT_ROM4P='"/usr/local/lib/xtrs/romimage.m4p"' -DREADLINE -DDISKDIR='"."'
-I/usr/include/X11 -DAPPDEFAULTS='"/etc/X11/app-defaults"' -DKBWAIT -std=c11
-Wdate-time -D_FORTIFY_SOURCE=2 -c -o trs_cassette.o trs_cassette.c
cc -g -O2 -fdebug-prefix-map=/home/branden/src/debian/GIT/xtrs=.
-fstack-protector-strong -Wformat -Werror=format-security -O2 -g -Wall
-DDEFAULT_ROM='"/usr/local/lib/xtrs/level2rom.hex"'
-DDEFAULT_ROM3='"/usr/local/lib/xtrs/romimage.m3"'
-DDEFAULT_ROM4P='"/usr/local/lib/xtrs/romimage.m4p"' -DREADLINE -DDISKDIR='"."'
-I/usr/include/X11 -DAPPDEFAULTS='"/etc/X11/app-defaults"' -DKBWAIT -std=c11
-Wdate-time -D_FORTIFY_SOURCE=2 -c -o trs_xinterface.o trs_xinterface.c
cc -g -O2 -fdebug-prefix-map=/home/branden/src/debian/GIT/xtrs=.
-fstack-protector-strong -Wformat -Werror=format-security -O2 -g -Wall
-DDEFAULT_ROM='"/usr/local/lib/xtrs/level2rom.hex"'
-DDEFAULT_ROM3='"/usr/local/lib/xtrs/romimage.m3"'
-DDEFAULT_ROM4P='"/usr/local/lib/xtrs/romimage.m4p"' -DREADLINE -DDISKDIR='"."'
-I/usr/include/X11 -DAPPDEFAULTS='"/etc/X11/app-defaults"' -DKBWAIT -std=c11
-Wdate-time -D_FORTIFY_SOURCE=2 -c -o trs_chars.o trs_chars.c
cc -g -O2 -fdebug-prefix-map=/home/branden/src/debian/GIT/xtrs=.
-fstack-protector-strong -Wformat -Werror=format-security -O2 -g -Wall
-DDEFAULT_ROM='"/usr/local/lib/xtrs/level2rom.hex"'
-DDEFAULT_ROM3='"/usr/local/lib/xtrs/romimage.m3"'
-DDEFAULT_ROM4P='"/usr/local/lib/xtrs/romimage.m4p"' -DREADLINE -DDISKDIR='"."'
-I/usr/include/X11 -DAPPDEFAULTS='"/etc/X11/app-defaults"' -DKBWAIT -std=c11
-Wdate-time -D_FORTIFY_SOURCE=2 -c -o trs_printer.o trs_printer.c
cc -g -O2 -fdebug-prefix-map=/home/branden/src/debian/GIT/xtrs=.
-fstack-protector-strong -Wformat -Werror=format-security -O2 -g -Wall
-DDEFAULT_ROM='"/usr/local/lib/xtrs/level2rom.hex"'
-DDEFAULT_ROM3='"/usr/local/lib/xtrs/romimage.m3"'
-DDEFAULT_ROM4P='"/usr/local/lib/xtrs/romimage.m4p"' -DREADLINE -DDISKDIR='"."'
-I/usr/include/X11 -DAPPDEFAULTS='"/etc/X11/app-defaults"' -DKBWAIT -std=c11
-Wdate-time -D_FORTIFY_SOURCE=2 -c -o compile_rom.o compile_rom.c
cc -Wl,-z,relro -Wl,-z,now -L/usr/lib/X11 -o compile_rom compile_rom.o error.o
load_cmd.o load_hex.o
./compile_rom 1 fakerom.hex > trs_rom1.c
cc -g -O2 -fdebug-prefix-map=/home/branden/src/debian/GIT/xtrs=.
-fstack-protector-strong -Wformat -Werror=format-security -O2 -g -Wall
-DDEFAULT_ROM='"/usr/local/lib/xtrs/level2rom.hex"'
-DDEFAULT_ROM3='"/usr/local/lib/xtrs/romimage.m3"'
-DDEFAULT_ROM4P='"/usr/local/lib/xtrs/romimage.m4p"' -DREADLINE -DDISKDIR='"."'
-I/usr/include/X11 -DAPPDEFAULTS='"/etc/X11/app-defaults"' -DKBWAIT -std=c11
-Wdate-time -D_FORTIFY_SOURCE=2 -c -o trs_rom1.o trs_rom1.c
./compile_rom 3 fakerom.hex > trs_rom3.c
cc -g -O2 -fdebug-prefix-map=/home/branden/src/debian/GIT/xtrs=.
-fstack-protector-strong -Wformat -Werror=format-security -O2 -g -Wall
-DDEFAULT_ROM='"/usr/local/lib/xtrs/level2rom.hex"'
-DDEFAULT_ROM3='"/usr/local/lib/xtrs/romimage.m3"'
-DDEFAULT_ROM4P='"/usr/local/lib/xtrs/romimage.m4p"' -DREADLINE -DDISKDIR='"."'
-I/usr/include/X11 -DAPPDEFAULTS='"/etc/X11/app-defaults"' -DKBWAIT -std=c11
-Wdate-time -D_FORTIFY_SOURCE=2 -c -o trs_rom3.o trs_rom3.c
./compile_rom 4p xtrsrom4p.hex > trs_rom4p.c
cc -g -O2 -fdebug-prefix-map=/home/branden/src/debian/GIT/xtrs=.
-fstack-protector-strong -Wformat -Werror=format-security -O2 -g -Wall
-DDEFAULT_ROM='"/usr/local/lib/xtrs/level2rom.hex"'
-DDEFAULT_ROM3='"/usr/local/lib/xtrs/romimage.m3"'
-DDEFAULT_ROM4P='"/usr/local/lib/xtrs/romimage.m4p"' -DREADLINE -DDISKDIR='"."'
-I/usr/include/X11 -DAPPDEFAULTS='"/etc/X11/app-defaults"' -DKBWAIT -std=c11
-Wdate-time -D_FORTIFY_SOURCE=2 -c -o trs_rom4p.o trs_rom4p.c
cc -g -O2 -fdebug-prefix-map=/home/branden/src/debian/GIT/xtrs=.
-fstack-protector-strong -Wformat -Werror=format-security -O2 -g -Wall
-DDEFAULT_ROM='"/usr/local/lib/xtrs/level2rom.hex"'
-DDEFAULT_ROM3='"/usr/local/lib/xtrs/romimage.m3"'
-DDEFAULT_ROM4P='"/usr/local/lib/xtrs/romimage.m4p"' -DREADLINE -DDISKDIR='"."'
-I/usr/include/X11 -DAPPDEFAULTS='"/etc/X11/app-defaults"' -DKBWAIT -std=c11
-Wdate-time -D_FORTIFY_SOURCE=2 -c -o trs_disk.o trs_disk.c
cc -g -O2 -fdebug-prefix-map=/home/branden/src/debian/GIT/xtrs=.
-fstack-protector-strong -Wformat -Werror=format-security -O2 -g -Wall
-DDEFAULT_ROM='"/usr/local/lib/xtrs/level2rom.hex"'
-DDEFAULT_ROM3='"/usr/local/lib/xtrs/romimage.m3"'
-DDEFAULT_ROM4P='"/usr/local/lib/xtrs/romimage.m4p"' -DREADLINE -DDISKDIR='"."'
-I/usr/include/X11 -DAPPDEFAULTS='"/etc/X11/app-defaults"' -DKBWAIT -std=c11
-Wdate-time -D_FORTIFY_SOURCE=2 -c -o trs_interrupt.o trs_interrupt.c
cc -g -O2 -fdebug-prefix-map=/home/branden/src/debian/GIT/xtrs=.
-fstack-protector-strong -Wformat -Werror=format-security -O2 -g -Wall
-DDEFAULT_ROM='"/usr/local/lib/xtrs/level2rom.hex"'
-DDEFAULT_ROM3='"/usr/local/lib/xtrs/romimage.m3"'
-DDEFAULT_ROM4P='"/usr/local/lib/xtrs/romimage.m4p"' -DREADLINE -DDISKDIR='"."'
-I/usr/include/X11 -DAPPDEFAULTS='"/etc/X11/app-defaults"' -DKBWAIT -std=c11
-Wdate-time -D_FORTIFY_SOURCE=2 -c -o trs_imp_exp.o trs_imp_exp.c
cc -g -O2 -fdebug-prefix-map=/home/branden/src/debian/GIT/xtrs=.
-fstack-protector-strong -Wformat -Werror=format-security -O2 -g -Wall
-DDEFAULT_ROM='"/usr/local/lib/xtrs/level2rom.hex"'
-DDEFAULT_ROM3='"/usr/local/lib/xtrs/romimage.m3"'
-DDEFAULT_ROM4P='"/usr/local/lib/xtrs/romimage.m4p"' -DREADLINE -DDISKDIR='"."'
-I/usr/include/X11 -DAPPDEFAULTS='"/etc/X11/app-defaults"' -DKBWAIT -std=c11
-Wdate-time -D_FORTIFY_SOURCE=2 -c -o trs_hard.o trs_hard.c
cc -g -O2 -fdebug-prefix-map=/home/branden/src/debian/GIT/xtrs=.
-fstack-protector-strong -Wformat -Werror=format-security -O2 -g -Wall
-DDEFAULT_ROM='"/usr/local/lib/xtrs/level2rom.hex"'
-DDEFAULT_ROM3='"/usr/local/lib/xtrs/romimage.m3"'
-DDEFAULT_ROM4P='"/usr/local/lib/xtrs/romimage.m4p"' -DREADLINE -DDISKDIR='"."'
-I/usr/include/X11 -DAPPDEFAULTS='"/etc/X11/app-defaults"' -DKBWAIT -std=c11
-Wdate-time -D_FORTIFY_SOURCE=2 -c -o trs_uart.o trs_uart.c
cc -Wl,-z,relro -Wl,-z,now -L/usr/lib/X11 -o xtrs z80.o main.o load_cmd.o
load_hex.o trs_memory.o trs_keyboard.o error.o debug.o dis.o trs_io.o
trs_cassette.o trs_xinterface.o trs_chars.o trs_printer.o trs_rom1.o trs_rom3.o
trs_rom4p.o trs_disk.o trs_interrupt.o trs_imp_exp.o trs_hard.o trs_uart.o
-lX11 -lreadline
cc -g -O2 -fdebug-prefix-map=/home/branden/src/debian/GIT/xtrs=.
-fstack-protector-strong -Wformat -Werror=format-security -O2 -g -Wall
-DDEFAULT_ROM='"/usr/local/lib/xtrs/level2rom.hex"'
-DDEFAULT_ROM3='"/usr/local/lib/xtrs/romimage.m3"'
-DDEFAULT_ROM4P='"/usr/local/lib/xtrs/romimage.m4p"' -DREADLINE -DDISKDIR='"."'
-I/usr/include/X11 -DAPPDEFAULTS='"/etc/X11/app-defaults"' -DKBWAIT -std=c11
-Wdate-time -D_FORTIFY_SOURCE=2 -c -o mkdisk.o mkdisk.c
cc -Wl,-z,relro -Wl,-z,now -L/usr/lib/X11 -o mkdisk mkdisk.o
cc -g -O2 -fdebug-prefix-map=/home/branden/src/debian/GIT/xtrs=.
-fstack-protector-strong -Wformat -Werror=format-security -O2 -g -Wall
-DDEFAULT_ROM='"/usr/local/lib/xtrs/level2rom.hex"'
-DDEFAULT_ROM3='"/usr/local/lib/xtrs/romimage.m3"'
-DDEFAULT_ROM4P='"/usr/local/lib/xtrs/romimage.m4p"' -DREADLINE -DDISKDIR='"."'
-I/usr/include/X11 -DAPPDEFAULTS='"/etc/X11/app-defaults"' -DKBWAIT -std=c11
-Wdate-time -D_FORTIFY_SOURCE=2 -c -o cmd.o cmd.c
cc -g -O2 -fdebug-prefix-map=/home/branden/src/debian/GIT/xtrs=.
-fstack-protector-strong -Wformat -Werror=format-security -O2 -g -Wall
-DDEFAULT_ROM='"/usr/local/lib/xtrs/level2rom.hex"'
-DDEFAULT_ROM3='"/usr/local/lib/xtrs/romimage.m3"'
-DDEFAULT_ROM4P='"/usr/local/lib/xtrs/romimage.m4p"' -DREADLINE -DDISKDIR='"."'
-I/usr/include/X11 -DAPPDEFAULTS='"/etc/X11/app-defaults"' -DKBWAIT -std=c11
-Wdate-time -D_FORTIFY_SOURCE=2 -c -o hex2cmd.o hex2cmd.c
cc -Wl,-z,relro -Wl,-z,now -L/usr/lib/X11 -o hex2cmd cmd.o error.o load_hex.o
hex2cmd.o
cc -g -O2 -fdebug-prefix-map=/home/branden/src/debian/GIT/xtrs=.
-fstack-protector-strong -Wformat -Werror=format-security -O2 -g -Wall
-DDEFAULT_ROM='"/usr/local/lib/xtrs/level2rom.hex"'
-DDEFAULT_ROM3='"/usr/local/lib/xtrs/romimage.m3"'
-DDEFAULT_ROM4P='"/usr/local/lib/xtrs/romimage.m4p"' -DREADLINE -DDISKDIR='"."'
-I/usr/include/X11 -DAPPDEFAULTS='"/etc/X11/app-defaults"' -DKBWAIT -std=c11
-Wdate-time -D_FORTIFY_SOURCE=2 -c -o cmddump.o cmddump.c
cc -Wl,-z,relro -Wl,-z,now -L/usr/lib/X11 -o cmddump cmddump.o load_cmd.o
html2text -nobs -style pretty cpmutil.html >cpmutil.txt
html2text -nobs -style pretty dskspec.html >dskspec.txt
make[1]: Leaving directory '/home/branden/src/debian/GIT/xtrs'
dh_auto_test
make -j1 check
make[1]: Entering directory '/home/branden/src/debian/GIT/xtrs'
sh ./test-mkdisk.sh
make[1]: Leaving directory '/home/branden/src/debian/GIT/xtrs'
fakeroot debian/rules binary
dh binary
dh_testroot
dh_prep
rm -f -- debian/xtrs.substvars
rm -fr -- debian/.debhelper/generated/xtrs/ debian/xtrs/ debian/tmp/
dh_auto_install
install -d debian/xtrs
make -j1 install DESTDIR=/home/branden/src/debian/GIT/xtrs/debian/xtrs
AM_UPDATE_INFO_DIR=no
make[1]: Entering directory '/home/branden/src/debian/GIT/xtrs'
install -d -m 755 /home/branden/src/debian/GIT/xtrs/debian/xtrs/usr/bin
install -c -m 755 xtrs mkdisk hex2cmd cmddump
/home/branden/src/debian/GIT/xtrs/debian/xtrs/usr/bin
install -c -m 755 cassette.sh
/home/branden/src/debian/GIT/xtrs/debian/xtrs/usr/bin/cassette
groff -Tpdf -man cassette.man > cassette.man.pdf
groff -Tpdf -man cmddump.man > cmddump.man.pdf
groff -Tpdf -man hex2cmd.man > hex2cmd.man.pdf
groff -Tpdf -man mkdisk.man > mkdisk.man.pdf
groff -Tpdf -man xtrs.man > xtrs.man.pdf
install -d -m 755 /home/branden/src/debian/GIT/xtrs/debian/xtrs/usr/share/man
install -d -m 755
/home/branden/src/debian/GIT/xtrs/debian/xtrs/usr/share/man/man1
install -c -m 644 xtrs.man
/home/branden/src/debian/GIT/xtrs/debian/xtrs/usr/share/man/man1/xtrs.1
install -c -m 644 cassette.man
/home/branden/src/debian/GIT/xtrs/debian/xtrs/usr/share/man/man1/cassette.1
install -c -m 644 mkdisk.man
/home/branden/src/debian/GIT/xtrs/debian/xtrs/usr/share/man/man1/mkdisk.1
install -c -m 644 cmddump.man
/home/branden/src/debian/GIT/xtrs/debian/xtrs/usr/share/man/man1/cmddump.1
install -c -m 644 hex2cmd.man
/home/branden/src/debian/GIT/xtrs/debian/xtrs/usr/share/man/man1/hex2cmd.1
install -d -m 755
/home/branden/src/debian/GIT/xtrs/debian/xtrs/usr/share/doc/xtrs
install -c -m 644 cassette.man.pdf cmddump.man.pdf hex2cmd.man.pdf
mkdisk.man.pdf xtrs.man.pdf
/home/branden/src/debian/GIT/xtrs/debian/xtrs/usr/share/doc/xtrs
install -c -m 644 cpmutil.html
/home/branden/src/debian/GIT/xtrs/debian/xtrs/usr/share/doc/xtrs
install -c -m 644 cpmutil.txt
/home/branden/src/debian/GIT/xtrs/debian/xtrs/usr/share/doc/xtrs
install -c -m 644 dskspec.html
/home/branden/src/debian/GIT/xtrs/debian/xtrs/usr/share/doc/xtrs
install -c -m 644 dskspec.txt
/home/branden/src/debian/GIT/xtrs/debian/xtrs/usr/share/doc/xtrs
make[1]: Leaving directory '/home/branden/src/debian/GIT/xtrs'
dh_install
install -d debian/xtrs/usr/lib/xtrs
cp --reflink=auto -a ./cpmutil.dsk ./utility.dsk
debian/xtrs/usr/lib/xtrs/
install -d debian/.debhelper/generated/xtrs
dh_installdocs
cp --reflink=auto -a ./README debian/xtrs/usr/share/doc/xtrs
cp --reflink=auto -a ./cassette.man.pdf debian/xtrs/usr/share/doc/xtrs
cp --reflink=auto -a ./cmddump.man.pdf debian/xtrs/usr/share/doc/xtrs
cp --reflink=auto -a ./cpmutil.html debian/xtrs/usr/share/doc/xtrs
cp --reflink=auto -a ./cpmutil.txt debian/xtrs/usr/share/doc/xtrs
cp --reflink=auto -a ./dskspec.html debian/xtrs/usr/share/doc/xtrs
cp --reflink=auto -a ./dskspec.txt debian/xtrs/usr/share/doc/xtrs
cp --reflink=auto -a ./hex2cmd.man.pdf debian/xtrs/usr/share/doc/xtrs
cp --reflink=auto -a ./mkdisk.man.pdf debian/xtrs/usr/share/doc/xtrs
cp --reflink=auto -a ./xtrs.man.pdf debian/xtrs/usr/share/doc/xtrs
cp --reflink=auto -a ./xtrsrom4p.README debian/xtrs/usr/share/doc/xtrs
chown -R 0:0 debian/xtrs/usr/share/doc
chmod -R u\+rw,go=rX debian/xtrs/usr/share/doc
install -p -m0644 debian/README.Debian
debian/xtrs/usr/share/doc/xtrs/README.Debian
install -p -m0644 debian/copyright
debian/xtrs/usr/share/doc/xtrs/copyright
install -d debian/xtrs/usr/share/doc-base/
install -p -m0644 debian/xtrs.doc-base.dskspec
debian/xtrs/usr/share/doc-base/xtrs-dskspec
install -p -m0644 debian/xtrs.doc-base.readme
debian/xtrs/usr/share/doc-base/xtrs-readme
install -p -m0644 debian/xtrs.doc-base.cpmutil
debian/xtrs/usr/share/doc-base/xtrs-cpmutil
install -p -m0644 debian/xtrs.doc-base.xtrsrom4p
debian/xtrs/usr/share/doc-base/xtrs-xtrsrom4p
dh_installchangelogs
install -p -m0644 debian/changelog
debian/xtrs/usr/share/doc/xtrs/changelog.Debian
install -p -m0644 ./ChangeLog debian/xtrs/usr/share/doc/xtrs/changelog
dh_installman
man -l --recode UTF-8 ./debian/xtrs/usr/share/man/man1/cmddump.1 >
debian/xtrs/usr/share/man/man1/cmddump.1.dh-new
man -l --recode UTF-8 ./debian/xtrs/usr/share/man/man1/xtrs.1 >
debian/xtrs/usr/share/man/man1/xtrs.1.dh-new
man -l --recode UTF-8 ./debian/xtrs/usr/share/man/man1/mkdisk.1 >
debian/xtrs/usr/share/man/man1/mkdisk.1.dh-new
mv debian/xtrs/usr/share/man/man1/mkdisk.1.dh-new
debian/xtrs/usr/share/man/man1/mkdisk.1
chmod 0644 -- debian/xtrs/usr/share/man/man1/mkdisk.1
mv debian/xtrs/usr/share/man/man1/cmddump.1.dh-new
debian/xtrs/usr/share/man/man1/cmddump.1
man -l --recode UTF-8 ./debian/xtrs/usr/share/man/man1/cassette.1 >
debian/xtrs/usr/share/man/man1/cassette.1.dh-new
mv debian/xtrs/usr/share/man/man1/xtrs.1.dh-new
debian/xtrs/usr/share/man/man1/xtrs.1
man -l --recode UTF-8 ./debian/xtrs/usr/share/man/man1/hex2cmd.1 >
debian/xtrs/usr/share/man/man1/hex2cmd.1.dh-new
mv debian/xtrs/usr/share/man/man1/cassette.1.dh-new
debian/xtrs/usr/share/man/man1/cassette.1
chmod 0644 -- debian/xtrs/usr/share/man/man1/cmddump.1
debian/xtrs/usr/share/man/man1/cassette.1
mv debian/xtrs/usr/share/man/man1/hex2cmd.1.dh-new
debian/xtrs/usr/share/man/man1/hex2cmd.1
chmod 0644 -- debian/xtrs/usr/share/man/man1/xtrs.1
debian/xtrs/usr/share/man/man1/hex2cmd.1
dh_installdebconf
install -d debian/xtrs/DEBIAN
sed s/\#DEBHELPER\#// debian/config > debian/xtrs/DEBIAN/config
chmod 0755 -- debian/xtrs/DEBIAN/config
chown 0:0 -- debian/xtrs/DEBIAN/config
po2debconf debian/templates > debian/xtrs/DEBIAN/templates
(grep -a -s -v misc:Depends debian/xtrs.substvars; echo
"misc:Depends=debconf (>= 0.5) | debconf-2.0") > debian/xtrs.substvars.new
mv debian/xtrs.substvars.new debian/xtrs.substvars
[META] Append autosnippet "postrm-debconf" to postrm
[debian/xtrs.postrm.debhelper]
dh_installmenu
install -d debian/xtrs/usr/share/menu
install -p -m0644 debian/menu debian/xtrs/usr/share/menu/xtrs
[META] Append autosnippet "postinst-menu" to postinst
[debian/xtrs.postinst.debhelper]
[META] Prepend autosnippet "postrm-menu" to postrm
[debian/xtrs.postrm.debhelper.new]
mv debian/xtrs.postrm.debhelper.new debian/xtrs.postrm.debhelper
dh_perl
dh_link
dh_strip_nondeterminism
dh_compress
cd debian/xtrs
chmod a-x usr/share/doc/xtrs/README usr/share/doc/xtrs/cassette.man.pdf
usr/share/doc/xtrs/changelog usr/share/doc/xtrs/changelog.Debian
usr/share/doc/xtrs/cmddump.man.pdf usr/share/doc/xtrs/cpmutil.txt
usr/share/doc/xtrs/dskspec.txt usr/share/doc/xtrs/hex2cmd.man.pdf
usr/share/doc/xtrs/mkdisk.man.pdf usr/share/doc/xtrs/xtrs.man.pdf
usr/share/man/man1/cassette.1 usr/share/man/man1/cmddump.1
usr/share/man/man1/hex2cmd.1 usr/share/man/man1/mkdisk.1
usr/share/man/man1/xtrs.1
gzip -9nf usr/share/doc/xtrs/README usr/share/doc/xtrs/cassette.man.pdf
usr/share/doc/xtrs/changelog usr/share/doc/xtrs/changelog.Debian
usr/share/doc/xtrs/cmddump.man.pdf usr/share/doc/xtrs/cpmutil.txt
usr/share/doc/xtrs/dskspec.txt usr/share/doc/xtrs/hex2cmd.man.pdf
usr/share/doc/xtrs/mkdisk.man.pdf usr/share/doc/xtrs/xtrs.man.pdf
usr/share/man/man1/cassette.1 usr/share/man/man1/cmddump.1
usr/share/man/man1/hex2cmd.1 usr/share/man/man1/mkdisk.1
usr/share/man/man1/xtrs.1
cd '/home/branden/src/debian/GIT/xtrs'
dh_fixperms
find debian/xtrs -true -print0 2>/dev/null | xargs -0r chown
--no-dereference 0:0
find debian/xtrs ! -type l -a -true -a -true -print0 2>/dev/null |
xargs -0r chmod go=rX,u+rw,a-s
find debian/xtrs/usr/share/doc -type f -a -true -a ! -regex
'debian/xtrs/usr/share/doc/[^/]*/examples/.*' -print0 2>/dev/null | xargs -0r
chmod 0644
find debian/xtrs/usr/share/doc -type d -a -true -a -true -print0
2>/dev/null | xargs -0r chmod 0755
find debian/xtrs/usr/share/man -type f -a -true -a -true -print0
2>/dev/null | xargs -0r chmod 0644
find debian/xtrs -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' \) -a -true -a -true -print0 2>/dev/null | xargs -0r
chmod 0644
find debian/xtrs/usr/bin -type f -a -true -a -true -print0 2>/dev/null
| xargs -0r chmod a+x
find debian/xtrs/usr/lib -type f -name '*.ali' -a -true -a -true
-print0 2>/dev/null | xargs -0r chmod uga-w
dh_missing
dh_strip
install -d debian/.debhelper/xtrs/dbgsym-root/usr/lib/debug/.build-id/83
objcopy --only-keep-debug --compress-debug-sections
debian/xtrs/usr/bin/mkdisk
debian/.debhelper/xtrs/dbgsym-root/usr/lib/debug/.build-id/83/be63e6549096ffba8a7e06818b2d9767052d79.debug
chmod 0644 --
debian/.debhelper/xtrs/dbgsym-root/usr/lib/debug/.build-id/83/be63e6549096ffba8a7e06818b2d9767052d79.debug
chown 0:0 --
debian/.debhelper/xtrs/dbgsym-root/usr/lib/debug/.build-id/83/be63e6549096ffba8a7e06818b2d9767052d79.debug
strip --remove-section=.comment --remove-section=.note
debian/xtrs/usr/bin/mkdisk
objcopy --add-gnu-debuglink
debian/.debhelper/xtrs/dbgsym-root/usr/lib/debug/.build-id/83/be63e6549096ffba8a7e06818b2d9767052d79.debug
debian/xtrs/usr/bin/mkdisk
install -d debian/.debhelper/xtrs/dbgsym-root/usr/lib/debug/.build-id/3d
objcopy --only-keep-debug --compress-debug-sections
debian/xtrs/usr/bin/cmddump
debian/.debhelper/xtrs/dbgsym-root/usr/lib/debug/.build-id/3d/bf7008740823c594ec1875c78d896ae78d904e.debug
chmod 0644 --
debian/.debhelper/xtrs/dbgsym-root/usr/lib/debug/.build-id/3d/bf7008740823c594ec1875c78d896ae78d904e.debug
chown 0:0 --
debian/.debhelper/xtrs/dbgsym-root/usr/lib/debug/.build-id/3d/bf7008740823c594ec1875c78d896ae78d904e.debug
strip --remove-section=.comment --remove-section=.note
debian/xtrs/usr/bin/cmddump
objcopy --add-gnu-debuglink
debian/.debhelper/xtrs/dbgsym-root/usr/lib/debug/.build-id/3d/bf7008740823c594ec1875c78d896ae78d904e.debug
debian/xtrs/usr/bin/cmddump
install -d debian/.debhelper/xtrs/dbgsym-root/usr/lib/debug/.build-id/bb
objcopy --only-keep-debug --compress-debug-sections
debian/xtrs/usr/bin/xtrs
debian/.debhelper/xtrs/dbgsym-root/usr/lib/debug/.build-id/bb/9e7ce69aee7ba5f17be093103788518970ffe7.debug
chmod 0644 --
debian/.debhelper/xtrs/dbgsym-root/usr/lib/debug/.build-id/bb/9e7ce69aee7ba5f17be093103788518970ffe7.debug
chown 0:0 --
debian/.debhelper/xtrs/dbgsym-root/usr/lib/debug/.build-id/bb/9e7ce69aee7ba5f17be093103788518970ffe7.debug
strip --remove-section=.comment --remove-section=.note
debian/xtrs/usr/bin/xtrs
objcopy --add-gnu-debuglink
debian/.debhelper/xtrs/dbgsym-root/usr/lib/debug/.build-id/bb/9e7ce69aee7ba5f17be093103788518970ffe7.debug
debian/xtrs/usr/bin/xtrs
install -d debian/.debhelper/xtrs/dbgsym-root/usr/lib/debug/.build-id/ce
objcopy --only-keep-debug --compress-debug-sections
debian/xtrs/usr/bin/hex2cmd
debian/.debhelper/xtrs/dbgsym-root/usr/lib/debug/.build-id/ce/49feb4e860513e8170cf27e21e109feb3bee77.debug
chmod 0644 --
debian/.debhelper/xtrs/dbgsym-root/usr/lib/debug/.build-id/ce/49feb4e860513e8170cf27e21e109feb3bee77.debug
chown 0:0 --
debian/.debhelper/xtrs/dbgsym-root/usr/lib/debug/.build-id/ce/49feb4e860513e8170cf27e21e109feb3bee77.debug
strip --remove-section=.comment --remove-section=.note
debian/xtrs/usr/bin/hex2cmd
objcopy --add-gnu-debuglink
debian/.debhelper/xtrs/dbgsym-root/usr/lib/debug/.build-id/ce/49feb4e860513e8170cf27e21e109feb3bee77.debug
debian/xtrs/usr/bin/hex2cmd
install -d debian/.debhelper/xtrs/dbgsym-root/usr/share/doc
ln -s xtrs debian/.debhelper/xtrs/dbgsym-root/usr/share/doc/xtrs-dbgsym
dh_makeshlibs
rm -f debian/xtrs/DEBIAN/shlibs
dh_shlibdeps
dpkg-shlibdeps -Tdebian/xtrs.substvars debian/xtrs/usr/bin/mkdisk
debian/xtrs/usr/bin/cmddump debian/xtrs/usr/bin/xtrs debian/xtrs/usr/bin/hex2cmd
dh_installdeb
cp -f debian/postinst debian/xtrs/DEBIAN/postinst
perl -p -i -e "s~#DEBHELPER#~qx{cat debian/xtrs.postinst.debhelper}~eg"
debian/xtrs/DEBIAN/postinst
chmod 0755 -- debian/xtrs/DEBIAN/postinst
chown 0:0 -- debian/xtrs/DEBIAN/postinst
printf '#!/bin/sh\nset -e\n' > debian/xtrs/DEBIAN/postrm
cat debian/xtrs.postrm.debhelper >> debian/xtrs/DEBIAN/postrm
chmod 0755 -- debian/xtrs/DEBIAN/postrm
chown 0:0 -- debian/xtrs/DEBIAN/postrm
dh_gencontrol
echo misc:Pre-Depends= >> debian/xtrs.substvars
install -d debian/.debhelper/xtrs/dbgsym-root/DEBIAN
dpkg-gencontrol -pxtrs -ldebian/changelog -Tdebian/xtrs.substvars
-Pdebian/.debhelper/xtrs/dbgsym-root -UPre-Depends -URecommends -USuggests
-UEnhances -UProvides -UEssential -UConflicts -DPriority=optional -UHomepage
-UImportant -DAuto-Built-Package=debug-symbols -DPackage=xtrs-dbgsym
"-DDepends=xtrs (= \${binary:Version})" "-DDescription=debug symbols for xtrs"
"-DBuild-Ids=3dbf7008740823c594ec1875c78d896ae78d904e
83be63e6549096ffba8a7e06818b2d9767052d79
bb9e7ce69aee7ba5f17be093103788518970ffe7
ce49feb4e860513e8170cf27e21e109feb3bee77" -DSection=contrib/debug -UMulti-Arch
-UReplaces -UBreaks
chmod 0644 -- debian/.debhelper/xtrs/dbgsym-root/DEBIAN/control
chown 0:0 -- debian/.debhelper/xtrs/dbgsym-root/DEBIAN/control
dpkg-gencontrol -pxtrs -ldebian/changelog -Tdebian/xtrs.substvars
-Pdebian/xtrs -UMulti-Arch
chmod 0644 -- debian/xtrs/DEBIAN/control
chown 0:0 -- debian/xtrs/DEBIAN/control
dh_md5sums
(cd debian/xtrs >/dev/null ; find . -type f ! -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/xtrs/DEBIAN/md5sums
chown 0:0 -- debian/xtrs/DEBIAN/md5sums
(cd debian/.debhelper/xtrs/dbgsym-root >/dev/null ; find . -type f !
-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/.debhelper/xtrs/dbgsym-root/DEBIAN/md5sums
chown 0:0 -- debian/.debhelper/xtrs/dbgsym-root/DEBIAN/md5sums
dh_builddeb
dpkg-deb --build debian/xtrs ..
dpkg-deb --build debian/.debhelper/xtrs/dbgsym-root ..
dpkg-deb: building package 'xtrs' in '../xtrs_4.9d-1_amd64.deb'.
dpkg-deb: building package 'xtrs-dbgsym' in '../xtrs-dbgsym_4.9d-1_amd64.deb'.
dpkg-genbuildinfo
dpkg-genchanges >../xtrs_4.9d-1_amd64.changes
dpkg-genchanges: info: including full source code in upload
dpkg-source --after-build xtrs
dpkg-source: info: unapplying kill-last-fprintf-stderr-stragglers.patch
dpkg-source: info: unapplying write-online-help-to-stderr-if-small-window.patch
dpkg-source: info: unapplying map-f12-to-shifted-down-arrow.patch
dpkg-source: info: unapplying ignore-alt-key-events.patch
dpkg-source: info: unapplying emtsafe-flag-on-by-default.patch
dpkg-source: info: unapplying makefile-generate-pdf-manpages.patch
dpkg-source: info: unapplying xtrs-idiomatize-manpage.patch
dpkg-source: info: unapplying mkdisk-idiomatize-manpage.patch
dpkg-source: info: unapplying debian-cassette-manpage-del-paragraph.patch
dpkg-source: info: unapplying cassette-idiomatize-manpage.patch
dpkg-source: info: unapplying cmddump-idiomatize-manpage.patch
dpkg-source: info: unapplying hex2cmd-idiomatize-manpage.patch
dpkg-source: info: unapplying this-one-goes-to-c11.patch
dpkg-source: info: unapplying mkdisk-protect-against-overwrites.patch
dpkg-source: info: unapplying mkdisk-check-fopen-return-with-dmk-images.patch
dpkg-source: info: unapplying stop-mkdisk-from-overflowing-buffers.patch
dpkg-source: info: unapplying mkdisk-document-d-option-in-usage-message.patch
dpkg-source: info: unapplying debian-stop-clobbering-cflags-and-ldflags.patch
dpkg-source: info: unapplying make-plain-text-docs-from-html.patch
dpkg-source: info: unapplying stop-ignoring-result-from-fread.patch
dpkg-source: info: unapplying add-ifdef-guards-around-setuid.patch
dpkg-source: info: unapplying fix-compiler-warnings.patch
dpkg-source: info: unapplying prep-makefiles-for-debian.patch
dpkg-buildpackage: info: full upload (original source is included)
Now running lintian xtrs_4.9d-1_amd64.changes ...
Finished running lintian.
Now signing changes and any dsc files...
signfile dsc xtrs_4.9d-1.dsc G. Branden Robinson <g.branden.robin...@gmail.com>
fixup_buildinfo xtrs_4.9d-1.dsc xtrs_4.9d-1_amd64.buildinfo
signfile buildinfo xtrs_4.9d-1_amd64.buildinfo G. Branden Robinson
<g.branden.robin...@gmail.com>
fixup_changes dsc xtrs_4.9d-1.dsc xtrs_4.9d-1_amd64.changes
fixup_changes buildinfo xtrs_4.9d-1_amd64.buildinfo xtrs_4.9d-1_amd64.changes
signfile changes xtrs_4.9d-1_amd64.changes G. Branden Robinson
<g.branden.robin...@gmail.com>
Successfully signed dsc, buildinfo, changes files
signature.asc
Description: PGP signature
--- End Message ---