dpkg-buildpackage -us -uc -ui -B dpkg-buildpackage: info: source package crobots dpkg-buildpackage: info: source version 1.2 dpkg-buildpackage: info: source distribution stable dpkg-buildpackage: info: source changed by Joachim Wiberg dpkg-source --before-build . dpkg-buildpackage: info: host architecture amd64 fakeroot debian/rules clean dh clean dh_auto_clean make -j8 distclean make[1]: Entering directory '/home/jocke/src/crobots' Making distclean in doc make[2]: Entering directory '/home/jocke/src/crobots/doc' test -z "" || rm -f test . = "." || test -z "" || rm -f rm -f Makefile make[2]: Leaving directory '/home/jocke/src/crobots/doc' Making distclean in examples make[2]: Entering directory '/home/jocke/src/crobots/examples' test -z "" || rm -f test . = "." || test -z "" || rm -f rm -f Makefile make[2]: Leaving directory '/home/jocke/src/crobots/examples' Making distclean in src make[2]: Entering directory '/home/jocke/src/crobots/src' test -z "crobots" || rm -f crobots rm -f *.o rm -f *.tab.c test -z "" || rm -f rm -f config.h stamp-h1 rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags test . = "." || test -z "" || rm -f rm -f ./.deps/crobots-compiler.Po rm -f ./.deps/crobots-cpu.Po rm -f ./.deps/crobots-display.Po rm -f ./.deps/crobots-grammar.Po rm -f ./.deps/crobots-lexer.Po rm -f ./.deps/crobots-library.Po rm -f ./.deps/crobots-main.Po rm -f ./.deps/crobots-motion.Po rm -f ./.deps/crobots-screen.Po rm -f Makefile make[2]: Leaving directory '/home/jocke/src/crobots/src' make[2]: Entering directory '/home/jocke/src/crobots' test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags test . = "." || test -z "" || rm -f rm -f cscope.out cscope.in.out cscope.po.out cscope.files make[2]: Leaving directory '/home/jocke/src/crobots' rm -f config.status config.cache config.log configure.lineno config.status.lineno rm -f Makefile make[1]: Leaving directory '/home/jocke/src/crobots' dh_autoreconf_clean dh_clean debian/rules build-arch dh build-arch dh_update_autotools_config -a dh_autoreconf -a configure.ac:2: warning: name 'aux' is reserved on W32 and DOS platforms debian/rules override_dh_auto_configure make[1]: Entering directory '/home/jocke/src/crobots' dh_auto_configure -- --bindir=/usr/games --disable-silent-rules ./configure --build=x86_64-linux-gnu --prefix=/usr --includedir=\${prefix}/include --mandir=\${prefix}/share/man --infodir=\${prefix}/share/info --sysconfdir=/etc --localstatedir=/var --disable-silent-rules --libdir=\${prefix}/lib/x86_64-linux-gnu --libexecdir=\${prefix}/lib/x86_64-linux-gnu --disable-maintainer-mode --disable-dependency-tracking --bindir=/usr/games --disable-silent-rules configure: WARNING: unrecognized options: --disable-maintainer-mode checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether make supports nested variables... (cached) yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking whether make supports the include directive... yes (GNU style) checking dependency style of gcc... none checking for bison... bison -y checking for flex... flex checking lex output file root... lex.yy checking lex library... none needed checking whether yytext is a pointer... no checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... yes checking for library containing cos... -lm checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for ncursesw via pkg-config... yes checking for working ncursesw/curses.h... yes checking for working ncursesw.h... no checking for working ncurses.h... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating doc/Makefile config.status: creating examples/Makefile config.status: creating src/Makefile config.status: creating src/config.h config.status: executing depfiles commands configure: WARNING: unrecognized options: --disable-maintainer-mode ------------------ Summary ------------------ CROBOTS version 1.2 Install prefix........: /usr Doc & examples prefix.: /usr/share/doc/crobots Curses CFLAGS.........: -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 Curses LIBS...........: -lncursesw -ltinfo C Compiler............: gcc -g -O2 -fdebug-prefix-map=/home/jocke/src/crobots=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now -lm Behavior: Max CPU instructions..: 1000 Max data stack entries: 500 Max symbols per pool..: 64 ------------- Compiler version -------------- gcc (Debian 8.3.0-6) 8.3.0 Copyright (C) 2018 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. --------------------------------------------- Check the above options and compile with: make make[1]: Leaving directory '/home/jocke/src/crobots' dh_auto_build -a make -j8 make[1]: Entering directory '/home/jocke/src/crobots' Making all in doc make[2]: Entering directory '/home/jocke/src/crobots/doc' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/home/jocke/src/crobots/doc' Making all in examples make[2]: Entering directory '/home/jocke/src/crobots/examples' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/home/jocke/src/crobots/examples' Making all in src make[2]: Entering directory '/home/jocke/src/crobots/src' make all-am make[3]: Entering directory '/home/jocke/src/crobots/src' gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -g -O2 -fdebug-prefix-map=/home/jocke/src/crobots=. -fstack-protector-strong -Wformat -Werror=format-security -c -o crobots-main.o `test -f 'main.c' || echo './'`main.c gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -g -O2 -fdebug-prefix-map=/home/jocke/src/crobots=. -fstack-protector-strong -Wformat -Werror=format-security -c -o crobots-compiler.o `test -f 'compiler.c' || echo './'`compiler.c gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -g -O2 -fdebug-prefix-map=/home/jocke/src/crobots=. -fstack-protector-strong -Wformat -Werror=format-security -c -o crobots-cpu.o `test -f 'cpu.c' || echo './'`cpu.c gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -g -O2 -fdebug-prefix-map=/home/jocke/src/crobots=. -fstack-protector-strong -Wformat -Werror=format-security -c -o crobots-display.o `test -f 'display.c' || echo './'`display.c gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -g -O2 -fdebug-prefix-map=/home/jocke/src/crobots=. -fstack-protector-strong -Wformat -Werror=format-security -c -o crobots-grammar.o `test -f 'grammar.c' || echo './'`grammar.c gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -g -O2 -fdebug-prefix-map=/home/jocke/src/crobots=. -fstack-protector-strong -Wformat -Werror=format-security -c -o crobots-lexer.o `test -f 'lexer.c' || echo './'`lexer.c gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -g -O2 -fdebug-prefix-map=/home/jocke/src/crobots=. -fstack-protector-strong -Wformat -Werror=format-security -c -o crobots-library.o `test -f 'library.c' || echo './'`library.c gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -g -O2 -fdebug-prefix-map=/home/jocke/src/crobots=. -fstack-protector-strong -Wformat -Werror=format-security -c -o crobots-motion.o `test -f 'motion.c' || echo './'`motion.c gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -g -O2 -fdebug-prefix-map=/home/jocke/src/crobots=. -fstack-protector-strong -Wformat -Werror=format-security -c -o crobots-screen.o `test -f 'screen.c' || echo './'`screen.c gcc -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -g -O2 -fdebug-prefix-map=/home/jocke/src/crobots=. -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z,relro -Wl,-z,now -o crobots crobots-main.o crobots-compiler.o crobots-cpu.o crobots-display.o crobots-grammar.o crobots-lexer.o crobots-library.o crobots-motion.o crobots-screen.o -lncursesw -ltinfo -lm make[3]: Leaving directory '/home/jocke/src/crobots/src' make[2]: Leaving directory '/home/jocke/src/crobots/src' make[2]: Entering directory '/home/jocke/src/crobots' make[2]: Nothing to be done for 'all-am'. make[2]: Leaving directory '/home/jocke/src/crobots' make[1]: Leaving directory '/home/jocke/src/crobots' dh_auto_test -a make -j8 check VERBOSE=1 make[1]: Entering directory '/home/jocke/src/crobots' Making check in doc make[2]: Entering directory '/home/jocke/src/crobots/doc' make[2]: Nothing to be done for 'check'. make[2]: Leaving directory '/home/jocke/src/crobots/doc' Making check in examples make[2]: Entering directory '/home/jocke/src/crobots/examples' make[2]: Nothing to be done for 'check'. make[2]: Leaving directory '/home/jocke/src/crobots/examples' Making check in src make[2]: Entering directory '/home/jocke/src/crobots/src' make check-am make[3]: Entering directory '/home/jocke/src/crobots/src' make[3]: Leaving directory '/home/jocke/src/crobots/src' make[2]: Leaving directory '/home/jocke/src/crobots/src' make[2]: Entering directory '/home/jocke/src/crobots' make[2]: Nothing to be done for 'check-am'. make[2]: Leaving directory '/home/jocke/src/crobots' make[1]: Leaving directory '/home/jocke/src/crobots' create-stamp debian/debhelper-build-stamp fakeroot debian/rules binary-arch dh binary-arch dh_testroot -a dh_prep -a debian/rules override_dh_auto_install make[1]: Entering directory '/home/jocke/src/crobots' dh_auto_install make -j8 install DESTDIR=/home/jocke/src/crobots/debian/tmp AM_UPDATE_INFO_DIR=no make[2]: Entering directory '/home/jocke/src/crobots' Making install in doc make[3]: Entering directory '/home/jocke/src/crobots/doc' make[4]: Entering directory '/home/jocke/src/crobots/doc' make[4]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/home/jocke/src/crobots/debian/tmp/usr/share/doc/crobots' /usr/bin/mkdir -p '/home/jocke/src/crobots/debian/tmp/usr/share/doc/crobots/html' /usr/bin/install -c -m 644 manual.txt '/home/jocke/src/crobots/debian/tmp/usr/share/doc/crobots' /usr/bin/install -c -m 644 manual.html compass.png display.png COUNTER.R.html RABBIT.R.html ROOK.R.html SNIPER.R.html '/home/jocke/src/crobots/debian/tmp/usr/share/doc/crobots/html' make[4]: Leaving directory '/home/jocke/src/crobots/doc' make[3]: Leaving directory '/home/jocke/src/crobots/doc' Making install in examples make[3]: Entering directory '/home/jocke/src/crobots/examples' make[4]: Entering directory '/home/jocke/src/crobots/examples' make[4]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/home/jocke/src/crobots/debian/tmp/usr/share/doc/crobots/examples' /usr/bin/install -c -m 644 counter.r jedi12.r ksnipper.r rabbit.r rook.r sniper.r target.r '/home/jocke/src/crobots/debian/tmp/usr/share/doc/crobots/examples' make[4]: Leaving directory '/home/jocke/src/crobots/examples' make[3]: Leaving directory '/home/jocke/src/crobots/examples' Making install in src make[3]: Entering directory '/home/jocke/src/crobots/src' make install-am make[4]: Entering directory '/home/jocke/src/crobots/src' make[5]: Entering directory '/home/jocke/src/crobots/src' make[5]: Nothing to be done for 'install-data-am'. /usr/bin/mkdir -p '/home/jocke/src/crobots/debian/tmp/usr/games' /usr/bin/install -c crobots '/home/jocke/src/crobots/debian/tmp/usr/games' make[5]: Leaving directory '/home/jocke/src/crobots/src' make[4]: Leaving directory '/home/jocke/src/crobots/src' make[3]: Leaving directory '/home/jocke/src/crobots/src' make[3]: Entering directory '/home/jocke/src/crobots' make[4]: Entering directory '/home/jocke/src/crobots' make[4]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/home/jocke/src/crobots/debian/tmp/usr/share/doc/crobots' /usr/bin/mkdir -p '/home/jocke/src/crobots/debian/tmp/usr/share/man/man6' /usr/bin/install -c -m 644 README.md LICENSE '/home/jocke/src/crobots/debian/tmp/usr/share/doc/crobots' /usr/bin/install -c -m 644 crobots.6 '/home/jocke/src/crobots/debian/tmp/usr/share/man/man6' make[4]: Leaving directory '/home/jocke/src/crobots' make[3]: Leaving directory '/home/jocke/src/crobots' make[2]: Leaving directory '/home/jocke/src/crobots' rm debian/tmp/usr/share/doc/crobots/LICENSE make[1]: Leaving directory '/home/jocke/src/crobots' dh_install -a dh_installdocs -a dh_installchangelogs -a dh_installexamples -a dh_installman -a dh_perl -a dh_link -a dh_strip_nondeterminism -a debian/rules override_dh_compress make[1]: Entering directory '/home/jocke/src/crobots' dh_compress -X.r make[1]: Leaving directory '/home/jocke/src/crobots' dh_fixperms -a dh_missing -a dh_strip -a dh_makeshlibs -a dh_shlibdeps -a dh_installdeb -a dh_gencontrol -a dh_md5sums -a dh_builddeb -a dpkg-deb: building package 'crobots-dbgsym' in '../crobots-dbgsym_1.2_amd64.deb'. dpkg-deb: building package 'crobots' in '../crobots_1.2_amd64.deb'. dpkg-genbuildinfo --build=any dpkg-genchanges --build=any >../crobots_1.2_amd64.changes dpkg-genchanges: info: binary-only arch-specific upload (source code and arch-indep packages not included) dpkg-source --after-build . dpkg-buildpackage: info: binary-only upload (no source included) Now running lintian --profile debian -i -I crobots_1.2_amd64.changes ... Finished running lintian.