dpkg-buildpackage -rfakeroot -D -us -uc dpkg-buildpackage: source package jfbterm dpkg-buildpackage: source version 0.4.7-9.2drbl dpkg-buildpackage: source distribution unstable dpkg-buildpackage: source changed by Steven Shiau dpkg-source --before-build jfbterm-0.4.7 dpkg-buildpackage: host architecture amd64 fakeroot debian/rules clean dh clean dh_testdir debian/rules override_dh_auto_clean make[1]: Entering directory `/home/steven/jfbterm/jfbterm-0.4.7' dh_auto_clean rm -f configure config.guess config.sub missing depcomp rm -f Makefile.in Makefile config.h.in rm -f aclocal.m4 INSTALL install-sh mkinstalldirs make[1]: Leaving directory `/home/steven/jfbterm/jfbterm-0.4.7' dh_clean dpkg-source -b jfbterm-0.4.7 dpkg-source: warning: no source format specified in debian/source/format, see dpkg-source(1) dpkg-source: info: using source format `1.0' dpkg-source: info: building jfbterm using existing jfbterm_0.4.7.orig.tar.gz dpkg-source: info: building jfbterm in jfbterm_0.4.7-9.2drbl.diff.gz dpkg-source: warning: ignoring deletion of file Makefile.in dpkg-source: warning: ignoring deletion of file aclocal.m4 dpkg-source: warning: ignoring deletion of file INSTALL dpkg-source: warning: ignoring deletion of file missing dpkg-source: warning: ignoring deletion of file install-sh dpkg-source: warning: ignoring deletion of file configure dpkg-source: warning: ignoring deletion of file config.h.in dpkg-source: warning: ignoring deletion of file mkinstalldirs dpkg-source: warning: the diff modifies the following upstream files: ChangeLog fbcommon.c fbdpsp.c jfbterm.conf.sample jfbterm.conf.sample.ja main.c term.c term.h terminfo.jfbterm util.h dpkg-source: info: use the '3.0 (quilt)' format to have separate and documented changes to upstream files, see dpkg-source(1) dpkg-source: info: building jfbterm in jfbterm_0.4.7-9.2drbl.dsc debian/rules build dh build dh_testdir debian/rules override_dh_auto_configure make[1]: Entering directory `/home/steven/jfbterm/jfbterm-0.4.7' autoreconf -fvi autoreconf: Entering directory `.' autoreconf: configure.in: not using Gettext autoreconf: running: aclocal --force aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in' /usr/share/aclocal/progsreiserfs.m4:13: warning: underquoted definition of AC_CHECK_LIBREISERFS /usr/share/aclocal/progsreiserfs.m4:13: run info Automake 'Extending aclocal' /usr/share/aclocal/progsreiserfs.m4:13: or see http://www.gnu.org/software/automake/manual/automake.html#Extending-aclocal autoreconf: configure.in: tracing autoreconf: configure.in: not using Libtool autoreconf: running: /usr/bin/autoconf --force autoreconf: running: /usr/bin/autoheader --force autoheader: WARNING: Using auxiliary files such as `acconfig.h', `config.h.bot' autoheader: WARNING: and `config.h.top', to define templates for `config.h.in' autoheader: WARNING: is deprecated and discouraged. autoheader: autoheader: WARNING: Using the third argument of `AC_DEFINE' and autoheader: WARNING: `AC_DEFINE_UNQUOTED' allows one to define a template without autoheader: WARNING: `acconfig.h': autoheader: autoheader: WARNING: AC_DEFINE([NEED_FUNC_MAIN], 1, autoheader: [Define if a function `main' is needed.]) autoheader: autoheader: WARNING: More sophisticated templates can also be produced, see the autoheader: WARNING: documentation. autoreconf: running: automake --add-missing --copy --force-missing automake: warning: autoconf input should be named 'configure.ac', not 'configure.in' configure.in:4: warning: AM_INIT_AUTOMAKE: two- and three-arguments forms are deprecated. For more info, see: configure.in:4: http://www.gnu.org/software/automake/manual/automake.html#Modernize-AM_005fINIT_005fAUTOMAKE-invocation configure.in:7: installing './compile' configure.in:4: installing './install-sh' configure.in:4: installing './missing' Makefile.am: installing './INSTALL' Makefile.am: installing './depcomp' automake: warning: autoconf input should be named 'configure.ac', not 'configure.in' autoreconf: Leaving directory `.' case "x86_64-linux-gnu" in \ i386-linux|i486-linux-gnu|x86_64-linux-gnu) \ ./configure --prefix=/usr --sysconfdir=/etc --enable-direct-color --enable-vga16fb=yes ;; \ *) \ ./configure --prefix=/usr --sysconfdir=/etc --enable-direct-color --enable-vga16fb=no ;; \ esac checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... 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 for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for main in -lm... yes checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for sys/wait.h that is POSIX.1 compatible... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking malloc.h usability... yes checking malloc.h presence... yes checking for malloc.h... yes checking sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking for unistd.h... (cached) yes checking for an ANSI C-conforming const... yes checking for inline... inline checking for off_t... yes checking for size_t... yes checking for struct stat.st_rdev... yes checking whether time.h and sys/time.h may both be included... yes checking whether gcc needs -traditional... no checking whether sys/types.h defines makedev... yes checking for stdlib.h... (cached) yes checking for unistd.h... (cached) yes checking for sys/param.h... yes checking for getpagesize... yes checking for working mmap... yes checking return type of signal handlers... void checking for vprintf... yes checking for _doprnt... no checking for select... yes checking for strdup... yes checking for strerror... yes checking for ioperm... yes checking for gunzip... /bin/gunzip checking whether to enable color gamma... no checking whether to enable reverse-video... no checking whether to enable debugging... no checking whether to enable utf8... yes checking whether to enable other coding system... yes checking whether to enable 1bpp... no checking whether to enable 2bpp... yes checking whether to enable 8bpp... yes checking whether to enable 15bpp... yes checking whether to enable 16bpp... yes checking whether to enable 24bpp... yes checking whether to enable 32bpp... yes checking whether to enable pseudo-color... yes checking whether to enable direct-color... yes checking whether to enable true-color... yes checking whether to enable vga16fb... yes checking whether to enable packed-pixels... yes checking whether to enable check-mmio-error... no checking whether to enable force-8bit... no checking whether to enable dimmer... no checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating config.h config.status: executing depfiles commands make[1]: Leaving directory `/home/steven/jfbterm/jfbterm-0.4.7' dh_auto_build make[1]: Entering directory `/home/steven/jfbterm/jfbterm-0.4.7' make all-am make[2]: Entering directory `/home/steven/jfbterm/jfbterm-0.4.7' gcc -DHAVE_CONFIG_H -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wimplicit -Wreturn-type -Wunused -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -MT main.o -MD -MP -MF .deps/main.Tpo -c -o main.o main.c mv -f .deps/main.Tpo .deps/main.Po gcc -DHAVE_CONFIG_H -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wimplicit -Wreturn-type -Wunused -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -MT fbcommon.o -MD -MP -MF .deps/fbcommon.Tpo -c -o fbcommon.o fbcommon.c mv -f .deps/fbcommon.Tpo .deps/fbcommon.Po gcc -DHAVE_CONFIG_H -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wimplicit -Wreturn-type -Wunused -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -MT fbdpsp.o -MD -MP -MF .deps/fbdpsp.Tpo -c -o fbdpsp.o fbdpsp.c fbdpsp.c: In function ‘tfbm_overlay_vga16’: fbdpsp.c:951:16: warning: variable ‘smask’ set but not used [-Wunused-but-set-variable] unsigned char smask; ^ mv -f .deps/fbdpsp.Tpo .deps/fbdpsp.Po gcc -DHAVE_CONFIG_H -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wimplicit -Wreturn-type -Wunused -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -MT font.o -MD -MP -MF .deps/font.Tpo -c -o font.o font.c mv -f .deps/font.Tpo .deps/font.Po gcc -DHAVE_CONFIG_H -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wimplicit -Wreturn-type -Wunused -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -MT picofont.o -MD -MP -MF .deps/picofont.Tpo -c -o picofont.o picofont.c mv -f .deps/picofont.Tpo .deps/picofont.Po gcc -DHAVE_CONFIG_H -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wimplicit -Wreturn-type -Wunused -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -MT getcap.o -MD -MP -MF .deps/getcap.Tpo -c -o getcap.o getcap.c mv -f .deps/getcap.Tpo .deps/getcap.Po gcc -DHAVE_CONFIG_H -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wimplicit -Wreturn-type -Wunused -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -MT message.o -MD -MP -MF .deps/message.Tpo -c -o message.o message.c mv -f .deps/message.Tpo .deps/message.Po gcc -DHAVE_CONFIG_H -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wimplicit -Wreturn-type -Wunused -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -MT pcf.o -MD -MP -MF .deps/pcf.Tpo -c -o pcf.o pcf.c mv -f .deps/pcf.Tpo .deps/pcf.Po gcc -DHAVE_CONFIG_H -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wimplicit -Wreturn-type -Wunused -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -MT pen.o -MD -MP -MF .deps/pen.Tpo -c -o pen.o pen.c mv -f .deps/pen.Tpo .deps/pen.Po gcc -DHAVE_CONFIG_H -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wimplicit -Wreturn-type -Wunused -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -MT term.o -MD -MP -MF .deps/term.Tpo -c -o term.o term.c term.c: In function ‘tterm_set_utmp’: term.c:265:2: warning: passing argument 1 of ‘time’ from incompatible pointer type [enabled by default] time(&(utmp.ut_time)); ^ In file included from term.c:36:0: /usr/include/time.h:192:15: note: expected ‘time_t *’ but argument is of type ‘int32_t *’ extern time_t time (time_t *__timer) __THROW; ^ term.c: In function ‘tterm_reset_utmp’: term.c:284:6: warning: passing argument 1 of ‘time’ from incompatible pointer type [enabled by default] time(&(utp->ut_time)); ^ In file included from term.c:36:0: /usr/include/time.h:192:15: note: expected ‘time_t *’ but argument is of type ‘int32_t *’ extern time_t time (time_t *__timer) __THROW; ^ term.c: In function ‘tterm_start’: term.c:219:10: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] write(p->ptyfd, buf, ret); ^ term.c: In function ‘tterm_wakeup_shell’: term.c:238:8: warning: ignoring return value of ‘setgid’, declared with attribute warn_unused_result [-Wunused-result] setgid(getgid()); ^ term.c:239:8: warning: ignoring return value of ‘setuid’, declared with attribute warn_unused_result [-Wunused-result] setuid(getuid()); ^ mv -f .deps/term.Tpo .deps/term.Po gcc -DHAVE_CONFIG_H -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wimplicit -Wreturn-type -Wunused -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -MT util.o -MD -MP -MF .deps/util.Tpo -c -o util.o util.c util.c: In function ‘util_privilege_init’: util.c:51:13: warning: ignoring return value of ‘setreuid’, declared with attribute warn_unused_result [-Wunused-result] setreuid(owner_uid, runner_uid); ^ util.c: In function ‘util_privilege_on’: util.c:57:13: warning: ignoring return value of ‘setreuid’, declared with attribute warn_unused_result [-Wunused-result] setreuid(runner_uid, owner_uid); ^ util.c: In function ‘util_privilege_off’: util.c:63:13: warning: ignoring return value of ‘setreuid’, declared with attribute warn_unused_result [-Wunused-result] setreuid(owner_uid, runner_uid); ^ util.c: In function ‘util_privilege_open’: util.c:70:13: warning: ignoring return value of ‘setreuid’, declared with attribute warn_unused_result [-Wunused-result] setreuid(runner_uid, owner_uid); ^ util.c:72:13: warning: ignoring return value of ‘setreuid’, declared with attribute warn_unused_result [-Wunused-result] setreuid(owner_uid, runner_uid); ^ util.c: In function ‘util_privilege_ioperm’: util.c:81:13: warning: ignoring return value of ‘setreuid’, declared with attribute warn_unused_result [-Wunused-result] setreuid(runner_uid, owner_uid); ^ util.c:83:13: warning: ignoring return value of ‘setreuid’, declared with attribute warn_unused_result [-Wunused-result] setreuid(owner_uid, runner_uid); ^ util.c: In function ‘util_privilege_drop’: util.c:97:13: warning: ignoring return value of ‘setreuid’, declared with attribute warn_unused_result [-Wunused-result] setreuid(runner_uid, runner_uid); ^ mv -f .deps/util.Tpo .deps/util.Po gcc -DHAVE_CONFIG_H -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wimplicit -Wreturn-type -Wunused -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -MT csv.o -MD -MP -MF .deps/csv.Tpo -c -o csv.o csv.c mv -f .deps/csv.Tpo .deps/csv.Po gcc -DHAVE_CONFIG_H -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wimplicit -Wreturn-type -Wunused -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -MT vterm.o -MD -MP -MF .deps/vterm.Tpo -c -o vterm.o vterm.c vterm.c: In function ‘tvterm_set_default_encoding’: vterm.c:380:6: warning: variable ‘ncap’ set but not used [-Wunused-but-set-variable] int ncap; ^ vterm.c: In function ‘tvterm_esc_report’: vterm.c:1128:7: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] write(p->term->ptyfd, p->report, strlen(p->report)); ^ mv -f .deps/vterm.Tpo .deps/vterm.Po gcc -DHAVE_CONFIG_H -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wimplicit -Wreturn-type -Wunused -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -MT vtermlow.o -MD -MP -MF .deps/vtermlow.Tpo -c -o vtermlow.o vtermlow.c vtermlow.c: In function ‘tvterm_refresh’: vtermlow.c:257:13: warning: variable ‘ch2’ set but not used [-Wunused-but-set-variable] u_char ch, ch2; ^ vtermlow.c:257:9: warning: variable ‘ch’ set but not used [-Wunused-but-set-variable] u_char ch, ch2; ^ mv -f .deps/vtermlow.Tpo .deps/vtermlow.Po gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wimplicit -Wreturn-type -Wunused -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wl,-z,relro -Wl,--no-add-needed,--as-needed,--no-undefined -o jfbterm main.o fbcommon.o fbdpsp.o font.o picofont.o getcap.o message.o pcf.o pen.o term.o util.o csv.o vterm.o vtermlow.o -lutil -lm make[2]: Leaving directory `/home/steven/jfbterm/jfbterm-0.4.7' make[1]: Leaving directory `/home/steven/jfbterm/jfbterm-0.4.7' dh_auto_test make[1]: Entering directory `/home/steven/jfbterm/jfbterm-0.4.7' make[1]: Leaving directory `/home/steven/jfbterm/jfbterm-0.4.7' fakeroot debian/rules binary dh binary dh_testroot dh_prep dh_installdirs debian/rules override_dh_auto_install make[1]: Entering directory `/home/steven/jfbterm/jfbterm-0.4.7' /usr/bin/make install prefix=/home/steven/jfbterm/jfbterm-0.4.7/debian/jfbterm/usr sysconfdir=/home/steven/jfbterm/jfbterm-0.4.7/debian/jfbterm/etc make[2]: Entering directory `/home/steven/jfbterm/jfbterm-0.4.7' make[3]: Entering directory `/home/steven/jfbterm/jfbterm-0.4.7' /bin/mkdir -p '/home/steven/jfbterm/jfbterm-0.4.7/debian/jfbterm/usr/bin' /usr/bin/install -c jfbterm '/home/steven/jfbterm/jfbterm-0.4.7/debian/jfbterm/usr/bin' /usr/bin/make install-exec-hook make[4]: Entering directory `/home/steven/jfbterm/jfbterm-0.4.7' chown root:utmp /home/steven/jfbterm/jfbterm-0.4.7/debian/jfbterm/usr/bin/jfbterm chmod ug+s /home/steven/jfbterm/jfbterm-0.4.7/debian/jfbterm/usr/bin/jfbterm make[4]: Leaving directory `/home/steven/jfbterm/jfbterm-0.4.7' /usr/bin/install -c -m 644 ./jfbterm.conf.sample /home/steven/jfbterm/jfbterm-0.4.7/debian/jfbterm/etc/jfbterm.conf.sample /usr/bin/install -c -m 644 ./fonts/*.pcf.gz /home/steven/jfbterm/jfbterm-0.4.7/debian/jfbterm/usr/share/fonts/jfbterm make[3]: Leaving directory `/home/steven/jfbterm/jfbterm-0.4.7' make[2]: Leaving directory `/home/steven/jfbterm/jfbterm-0.4.7' mv /home/steven/jfbterm/jfbterm-0.4.7/debian/jfbterm/etc/jfbterm.conf.sample /home/steven/jfbterm/jfbterm-0.4.7/debian/jfbterm/etc/jfbterm.conf TERMINFO=/home/steven/jfbterm/jfbterm-0.4.7/debian/jfbterm/usr/share/terminfo tic terminfo.jfbterm "terminfo.jfbterm", line 32, col 24, terminal 'jfbterm': Missing separator # chmod 4755 /home/steven/jfbterm/jfbterm-0.4.7/debian/jfbterm/usr/bin/jfbterm make[1]: Leaving directory `/home/steven/jfbterm/jfbterm-0.4.7' dh_installdocs dh_installchangelogs dh_installexamples dh_installman dh_pysupport dh_pysupport: This program is deprecated, you should use dh_python2 instead. Migration guide: http://deb.li/dhs2p dh_perl dh_link dh_compress debian/rules override_dh_fixperms make[1]: Entering directory `/home/steven/jfbterm/jfbterm-0.4.7' dh_fixperms --exclude=usr/bin/jfbterm make[1]: Leaving directory `/home/steven/jfbterm/jfbterm-0.4.7' dh_strip dh_makeshlibs dh_shlibdeps dh_installdeb dh_gencontrol dh_md5sums dh_builddeb dpkg-deb: building package `jfbterm' in `../jfbterm_0.4.7-9.2drbl_amd64.deb'. dpkg-genchanges >../jfbterm_0.4.7-9.2drbl_amd64.changes dpkg-genchanges: not including original source code in upload dpkg-source --after-build jfbterm-0.4.7 dpkg-buildpackage: binary and diff upload (original source NOT included) Now running lintian... W: jfbterm source: qa-upload-has-incorrect-version-number 0.4.7-9.2drbl W: jfbterm source: changelog-should-mention-qa W: jfbterm source: ancient-standards-version 3.9.2 (current is 3.9.5) W: jfbterm: setuid-gid-binary usr/bin/jfbterm 6755 root/utmp Finished running lintian. Now signing changes and any dsc files... signfile jfbterm_0.4.7-9.2drbl.dsc Steven Shiau gpg: skipped "Steven Shiau ": secret key not available gpg: /tmp/debsign.NZhFMa2X/jfbterm_0.4.7-9.2drbl.dsc: clearsign failed: secret key not available debsign: gpg error occurred! Aborting....