dpkg-buildpackage -rfakeroot -D -us -uc dpkg-buildpackage: source package publicfile dpkg-buildpackage: source version 0.52-6 dpkg-buildpackage: source distribution unstable dpkg-buildpackage: source changed by Joost van Baal-Ilić dpkg-source --before-build publicfile-0.52 dpkg-buildpackage: host architecture amd64 dpkg-source: info: applying errno.patch fakeroot debian/rules clean dh clean dh_testdir dh_auto_clean dh_clean dpkg-source -b publicfile-0.52 dpkg-source: info: using source format `3.0 (quilt)' dpkg-source: info: building publicfile using existing ./publicfile_0.52.orig.tar.gz dpkg-source: info: building publicfile in publicfile_0.52-6.debian.tar.xz dpkg-source: info: building publicfile in publicfile_0.52-6.dsc debian/rules build dh build dh_testdir debian/rules override_dh_auto_configure make[1]: Entering directory '/home/joostvb/local/src/debian/publicfile/0.52/publicfile-0.52' echo /usr >conf-home make[1]: Leaving directory '/home/joostvb/local/src/debian/publicfile/0.52/publicfile-0.52' debian/rules override_dh_auto_build make[1]: Entering directory '/home/joostvb/local/src/debian/publicfile/0.52/publicfile-0.52' make make[2]: Entering directory '/home/joostvb/local/src/debian/publicfile/0.52/publicfile-0.52' ( cat warn-auto.sh; \ echo 'main="$1"; shift'; \ echo exec "`head -1 conf-ld`" \ '-o "$main" "$main".o ${1+"$@"}' \ ) > load chmod 755 load ( cat warn-auto.sh; \ echo exec "`head -1 conf-cc`" '-c ${1+"$@"}' \ ) > compile chmod 755 compile ( cat warn-auto.sh; \ echo CC=\'`head -1 conf-cc`\'; \ echo LD=\'`head -1 conf-ld`\'; \ cat find-systype.sh; \ ) | sh > systype ( case "`cat systype`" in \ sunos-5.*) cat hasdevtcp.h2 ;; \ *) cat hasdevtcp.h1 ;; \ esac ) > hasdevtcp.h ./compile configure.c ./compile auto-str.c auto-str.c:8:6: warning: conflicting types for built-in function ‘puts’ void puts(s) ^ ( cat warn-auto.sh; \ echo 'main="$1"; shift'; \ echo 'rm -f "$main"'; \ echo 'ar cr "$main" ${1+"$@"}'; \ case "`cat systype`" in \ sunos-5.*) ;; \ unix_sv*) ;; \ irix64-*) ;; \ irix-*) ;; \ dgux-*) ;; \ hp-ux-*) ;; \ sco*) ;; \ *) echo 'ranlib "$main"' ;; \ esac \ ) > makelib chmod 755 makelib ./compile substdio.c ./compile substdi.c ./compile substdo.c ./compile substdio_copy.c ./compile subfderr.c ./makelib substdio.a substdio.o substdi.o substdo.o \ substdio_copy.o subfderr.o ./compile error.c ./compile error_str.c ./compile error_temp.c ./makelib error.a error.o error_str.o error_temp.o ./compile byte_chr.c ./compile byte_copy.c ./compile byte_cr.c ./compile byte_diff.c ./compile byte_rchr.c ./compile byte_zero.c ./compile str_chr.c ./compile str_diff.c ./compile str_len.c ./compile str_rchr.c ./compile str_start.c ./makelib str.a byte_chr.o byte_copy.o byte_cr.o \ byte_diff.o byte_rchr.o byte_zero.o str_chr.o str_diff.o \ str_len.o str_rchr.o str_start.o ./load auto-str substdio.a error.a str.a ./auto-str auto_home `head -1 conf-home` > auto_home.c ./compile auto_home.c ./compile strerr_die.c ./compile strerr_sys.c ./makelib strerr.a strerr_die.o strerr_sys.o ./compile open_read.c ./compile open_trunc.c ./makelib open.a open_read.o open_trunc.o ./load configure auto_home.o strerr.a substdio.a error.a \ open.a str.a cat warn-auto.sh choose.sh \ | sed s}HOME}"`head -1 conf-home`"}g \ > choose chmod 755 choose ./choose clr tryulong64 uint64.h1 uint64.h2 > uint64.h ./compile httpd.c ./compile main.c ./compile pathdecode.c ./compile file.c file.c:11:13: warning: conflicting types for built-in function ‘log’ static void log(char *fn,char *result1,char *result2,int flagread) ^ file.c: In function ‘file_open’: file.c:47:28: warning: incompatible implicit declaration of built-in function ‘_exit’ if (error_temp(errno)) _exit(23); ^ file.c:53:28: warning: incompatible implicit declaration of built-in function ‘_exit’ if (error_temp(errno)) _exit(23); ^ ./compile filetype.c filetype.c: In function ‘filetype’: filetype.c:11:54: warning: incompatible implicit declaration of built-in function ‘_exit’ if (!stralloc_copys(contenttype,"Content-Type: ")) _exit(21); ^ ./compile httpdate.c ./compile percent.c ./compile chkshsgr.c ./load chkshsgr ./chkshsgr || ( cat warn-shsgr; exit 1 ) ./choose clr tryshsgr hasshsgr.h1 hasshsgr.h2 > hasshsgr.h ./compile prot.c ./choose c trysysel select.h1 select.h2 > select.h ./compile timeoutread.c ./compile timeoutwrite.c ./compile caldate_fmjd.c ./compile caltime_utc.c ./compile leapsecs_init.c ./compile leapsecs_read.c leapsecs_read.c: In function ‘leapsecs_read’: leapsecs_read.c:23:19: warning: incompatible implicit declaration of built-in function ‘free’ if (leapsecs) free(leapsecs); ^ leapsecs_read.c:31:22: warning: incompatible implicit declaration of built-in function ‘malloc’ t = (struct tai *) malloc(st.st_size); ^ leapsecs_read.c:36:26: warning: incompatible implicit declaration of built-in function ‘free’ if (n != st.st_size) { free(t); return -1; } ^ leapsecs_read.c:45:17: warning: incompatible implicit declaration of built-in function ‘free’ if (leapsecs) free(leapsecs); ^ ./compile leapsecs_sub.c ./compile tai_now.c ./compile tai_sub.c ./compile tai_unpack.c ./makelib libtai.a caldate_fmjd.o caltime_utc.o \ leapsecs_init.o leapsecs_read.o leapsecs_sub.o tai_now.o \ tai_sub.o tai_unpack.o ./compile case_diffs.c ./compile case_lowerb.c ./compile case_startb.c ./makelib case.a case_diffs.o case_lowerb.o case_startb.o ./compile getln.c ./compile getln2.c ./makelib getln.a getln.o getln2.o ./compile stralloc_cat.c ./compile stralloc_catb.c ./compile stralloc_cats.c ./compile stralloc_copy.c ./compile stralloc_eady.c ./compile stralloc_opyb.c ./compile stralloc_opys.c ./compile stralloc_pend.c ./compile stralloc_num.c ./makelib stralloc.a stralloc_cat.o stralloc_catb.o \ stralloc_cats.o stralloc_copy.o stralloc_eady.o \ stralloc_opyb.o stralloc_opys.o stralloc_pend.o \ stralloc_num.o ./compile alloc.c alloc.c:3:14: warning: conflicting types for built-in function ‘malloc’ extern char *malloc(); ^ ./compile alloc_re.c ./makelib alloc.a alloc.o alloc_re.o ./choose cl trysgprm hassgprm.h1 hassgprm.h2 > hassgprm.h ./compile sig_block.c ./choose cl trysgact hassgact.h1 hassgact.h2 > hassgact.h ./compile sig_catch.c ./compile sig_pause.c ./compile sig_pipe.c ./makelib sig.a sig_block.o sig_catch.o sig_pause.o \ sig_pipe.o ./compile env.c ./makelib env.a env.o ./compile fmt_str.c ./compile fmt_uint.c ./compile fmt_ulong.c ./compile fmt_xlong.c ./compile scan_ulong.c ./makelib fs.a fmt_str.o fmt_uint.o fmt_ulong.o \ fmt_xlong.o scan_ulong.o ( ( ./compile trylsock.c && \ ./load trylsock -lsocket -lnsl ) >/dev/null 2>&1 \ && echo -lsocket -lnsl || exit 0 ) > socket.lib rm -f trylsock.o trylsock ./load httpd main.o pathdecode.o file.o filetype.o \ httpdate.o percent.o prot.o timeoutread.o timeoutwrite.o \ libtai.a case.a getln.a stralloc.a alloc.a substdio.a \ error.a open.a sig.a env.a str.a fs.a `cat socket.lib` ./compile ftpd.c ftpd.c: In function ‘safewrite’: ftpd.c:29:15: warning: incompatible implicit declaration of built-in function ‘_exit’ if (r <= 0) _exit(0); ^ ftpd.c: In function ‘saferead’: ftpd.c:61:15: warning: incompatible implicit declaration of built-in function ‘_exit’ if (r <= 0) _exit(0); ^ ftpd.c: In function ‘startlistening’: ftpd.c:114:23: warning: incompatible implicit declaration of built-in function ‘_exit’ if (fdlisten == -1) _exit(22); ^ ftpd.c: In function ‘get’: ftpd.c:216:36: warning: incompatible implicit declaration of built-in function ‘_exit’ if (!stralloc_copys(&fn,"./0/")) _exit(21); ^ ftpd.c: In function ‘dir_move’: ftpd.c:297:35: warning: incompatible implicit declaration of built-in function ‘_exit’ if (!stralloc_copys(&dir,"")) _exit(21); ^ ftpd.c:301:37: warning: incompatible implicit declaration of built-in function ‘_exit’ if (!stralloc_append(&dir,"/")) _exit(21); ^ ftpd.c: In function ‘request’: ftpd.c:337:5: warning: incompatible implicit declaration of built-in function ‘_exit’ _exit(0); ^ ftpd.c: In function ‘doit’: ftpd.c:440:33: warning: incompatible implicit declaration of built-in function ‘_exit’ if (!stralloc_copys(&dir,"")) _exit(21); ^ ./choose c trydrent direntry.h1 direntry.h2 > direntry.h ./compile fetch.c ./compile ip.c ./compile timeoutconn.c ./compile timeoutaccept.c ./compile ndelay_on.c ./compile ndelay_off.c ./makelib ndelay.a ndelay_on.o ndelay_off.o ./load ftpd main.o prot.o pathdecode.o file.o fetch.o ip.o \ timeoutread.o timeoutwrite.o timeoutconn.o timeoutaccept.o \ ndelay.a env.a sig.a substdio.a stralloc.a alloc.a error.a \ open.a case.a str.a fs.a `cat socket.lib` cat warn-auto.sh rts.sh \ | sed s}HOME}"`head -1 conf-home`"}g \ > rts chmod 755 rts ./compile utime.c ./load utime fs.a ./compile install.c ./compile hier.c ./load install hier.o auto_home.o strerr.a substdio.a \ open.a error.a str.a ./compile instcheck.c ./load instcheck hier.o auto_home.o strerr.a substdio.a \ error.a str.a make[2]: Leaving directory '/home/joostvb/local/src/debian/publicfile/0.52/publicfile-0.52' make[1]: Leaving directory '/home/joostvb/local/src/debian/publicfile/0.52/publicfile-0.52' dh_auto_test make[1]: Entering directory '/home/joostvb/local/src/debian/publicfile/0.52/publicfile-0.52' ./instcheck instcheck: warning: /usr has wrong permissions instcheck: warning: /usr/bin has wrong permissions instcheck: warning: .../bin/configure does not exist make[1]: Leaving directory '/home/joostvb/local/src/debian/publicfile/0.52/publicfile-0.52' fakeroot debian/rules binary dh binary dh_testroot dh_prep debian/rules override_dh_auto_install make[1]: Entering directory '/home/joostvb/local/src/debian/publicfile/0.52/publicfile-0.52' make check make[2]: Entering directory '/home/joostvb/local/src/debian/publicfile/0.52/publicfile-0.52' ./instcheck instcheck: warning: /usr has wrong permissions instcheck: warning: /usr/bin has wrong permissions instcheck: warning: .../bin/configure does not exist make[2]: Leaving directory '/home/joostvb/local/src/debian/publicfile/0.52/publicfile-0.52' make[1]: Leaving directory '/home/joostvb/local/src/debian/publicfile/0.52/publicfile-0.52' dh_install dh_installdocs dh_installchangelogs dh_perl dh_link dh_compress dh_fixperms dh_strip dh_makeshlibs dh_shlibdeps dh_installdeb dh_gencontrol dh_md5sums dh_builddeb dpkg-deb: building package `publicfile' in `../publicfile_0.52-6_amd64.deb'. dpkg-genchanges >../publicfile_0.52-6_amd64.changes dpkg-genchanges: not including original source code in upload dpkg-source --after-build publicfile-0.52 dpkg-source: info: unapplying errno.patch dpkg-buildpackage: binary and diff upload (original source NOT included) Now running lintian... W: publicfile: hardening-no-relro usr/bin/ftpd W: publicfile: hardening-no-relro usr/bin/httpd W: publicfile: hardening-no-relro usr/lib/publicfile/configure W: publicfile: binary-without-manpage usr/bin/ftpd W: publicfile: binary-without-manpage usr/bin/httpd Finished running lintian. Now signing changes and any dsc files... signfile publicfile_0.52-6.dsc 0B86B067 gpg: Invalid passphrase; please try again ... gpg: Invalid passphrase; please try again ... signfile publicfile_0.52-6_amd64.changes 0B86B067 Successfully signed dsc and changes files WARNING generated by debuild: Making debian/rules executable!