dpkg-buildpackage -rfakeroot -D -us -uc dpkg-buildpackage: set CFLAGS to default value: -g -O2 dpkg-buildpackage: set CPPFLAGS to default value: dpkg-buildpackage: set LDFLAGS to default value: dpkg-buildpackage: set FFLAGS to default value: -g -O2 dpkg-buildpackage: set CXXFLAGS to default value: -g -O2 dpkg-buildpackage: source package boushi dpkg-buildpackage: source version 1.1.0-1 dpkg-buildpackage: source changed by Wessel Dankers dpkg-buildpackage: host architecture amd64 fakeroot debian/rules clean test -x debian/rules dh_testroot for i in ./config.guess ./config.sub ; do \ if test -e $i.cdbs-orig ; then \ mv $i.cdbs-orig $i ; \ fi ; \ done dh_clean /usr/bin/make -C . -k distclean make[1]: Entering directory `/tmp/tmp.auZUptVwDo/deb/boushi-1.1.0' make[1]: *** No rule to make target `distclean'. make[1]: Leaving directory `/tmp/tmp.auZUptVwDo/deb/boushi-1.1.0' make: [makefile-clean] Error 2 (ignored) rm -f debian/stamp-makefile-build rm -f debian/stamp-autotools-files dpkg-source -b boushi-1.1.0 dpkg-source: info: using source format `1.0' dpkg-source: info: building boushi using existing boushi_1.1.0.orig.tar.gz dpkg-source: info: building boushi in boushi_1.1.0-1.diff.gz dpkg-source: info: building boushi in boushi_1.1.0-1.dsc debian/rules build test -x debian/rules mkdir -p "." if test -e /usr/share/misc/config.guess ; then \ for i in ./config.guess ; do \ if ! test -e $i.cdbs-orig ; then \ mv $i $i.cdbs-orig ; \ cp --remove-destination /usr/share/misc/config.guess $i ; \ fi ; \ done ; \ fi if test -e /usr/share/misc/config.sub ; then \ for i in ./config.sub ; do \ if ! test -e $i.cdbs-orig ; then \ mv $i $i.cdbs-orig ; \ cp --remove-destination /usr/share/misc/config.sub $i ; \ fi ; \ done ; \ fi touch debian/stamp-autotools-files chmod a+x /tmp/tmp.auZUptVwDo/deb/boushi-1.1.0/./configure cd . && CC="cc" CXX="g++" CFLAGS="-g -O2 -g -Wall -O2" CXXFLAGS="-g -O2 -g -Wall -O2" CPPFLAGS="" LDFLAGS="" /tmp/tmp.auZUptVwDo/deb/boushi-1.1.0/./configure --build=x86_64-linux-gnu --prefix=/usr --includedir="\${prefix}/include" --mandir="\${prefix}/share/man" --infodir="\${prefix}/share/info" --sysconfdir=/etc --localstatedir=/var --libexecdir="\${prefix}/lib/boushi" --disable-maintainer-mode --disable-dependency-tracking --srcdir=. 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 for gcc... cc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether cc accepts -g... yes checking for cc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of cc... none checking for a BSD-compatible install... /usr/bin/install -c checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking for a sed that does not truncate output... /bin/sed checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ld used by cc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for /usr/bin/ld option to reload object files... -r checking for BSD-compatible nm... /usr/bin/nm -B checking whether ln -s works... yes checking how to recognize dependent libraries... pass_all checking how to run the C preprocessor... cc -E checking for ANSI C header files... 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 dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... none checking how to run the C++ preprocessor... g++ -E checking for g77... no checking for xlf... no checking for f77... no checking for frt... no checking for pgf77... no checking for cf77... no checking for fort77... no checking for fl32... no checking for af77... no checking for xlf90... no checking for f90... no checking for pgf90... no checking for pghpf... no checking for epcf90... no checking for gfortran... no checking for g95... no checking for xlf95... no checking for f95... no checking for fort... no checking for ifort... no checking for ifc... no checking for efc... no checking for pgf95... no checking for lf95... no checking for ftn... no checking whether we are using the GNU Fortran 77 compiler... no checking whether accepts -g... no checking the maximum length of command line arguments... 98304 checking command to parse /usr/bin/nm -B output from cc object... ok checking for objdir... .libs checking for ar... ar checking for ranlib... ranlib checking for strip... strip checking if cc supports -fno-rtti -fno-exceptions... no checking for cc option to produce PIC... -fPIC checking if cc PIC flag -fPIC works... yes checking if cc static flag -static works... yes checking if cc supports -c -o file.o... yes checking whether the cc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes configure: creating libtool appending configuration tag "CXX" to libtool checking for ld used by g++... /usr/bin/ld -m elf_x86_64 checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking for g++ option to produce PIC... -fPIC checking if g++ PIC flag -fPIC works... yes checking if g++ static flag -static works... yes checking if g++ supports -c -o file.o... yes checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so (cached) (cached) checking how to hardcode library paths into programs... immediate appending configuration tag "F77" to libtool checking for ANSI C header files... (cached) yes checking for stdint.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdlib.h... (cached) yes checking for unistd.h... (cached) yes checking for db_create in -ldb... yes checking for lzo1x_decompress in -llzo2... yes checking for clock_gettime in -lrt... yes checking for stdbool.h that conforms to C99... yes checking for _Bool... yes checking for an ANSI C-conforming const... yes checking for size_t... yes checking for stdlib.h... (cached) yes checking for unistd.h... (cached) yes checking for getpagesize... yes checking for working mmap... yes configure: creating ./config.status config.status: creating Makefile config.status: creating src/config.h config.status: executing depfiles commands /usr/bin/make -C . make[1]: Entering directory `/tmp/tmp.auZUptVwDo/deb/boushi-1.1.0' /bin/bash ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I./src -std=gnu99 -pipe -fvisibility=hidden -Wall -Wextra -Werror -g -O2 -g -Wall -O2 -c -o libboushi.lo `test -f 'src/libboushi.c' || echo './'`src/libboushi.c mkdir .libs cc -DHAVE_CONFIG_H -I. -I./src -std=gnu99 -pipe -fvisibility=hidden -Wall -Wextra -Werror -g -O2 -g -Wall -O2 -c src/libboushi.c -fPIC -DPIC -o .libs/libboushi.o cc -DHAVE_CONFIG_H -I. -I./src -std=gnu99 -pipe -fvisibility=hidden -Wall -Wextra -Werror -g -O2 -g -Wall -O2 -c src/libboushi.c -o libboushi.o >/dev/null 2>&1 /bin/bash ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I./src -std=gnu99 -pipe -fvisibility=hidden -Wall -Wextra -Werror -g -O2 -g -Wall -O2 -c -o sha1.lo `test -f 'src/sha1.c' || echo './'`src/sha1.c cc -DHAVE_CONFIG_H -I. -I./src -std=gnu99 -pipe -fvisibility=hidden -Wall -Wextra -Werror -g -O2 -g -Wall -O2 -c src/sha1.c -fPIC -DPIC -o .libs/sha1.o cc -DHAVE_CONFIG_H -I. -I./src -std=gnu99 -pipe -fvisibility=hidden -Wall -Wextra -Werror -g -O2 -g -Wall -O2 -c src/sha1.c -o sha1.o >/dev/null 2>&1 /bin/bash ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I./src -std=gnu99 -pipe -fvisibility=hidden -Wall -Wextra -Werror -g -O2 -g -Wall -O2 -c -o io.lo `test -f 'src/io.c' || echo './'`src/io.c cc -DHAVE_CONFIG_H -I. -I./src -std=gnu99 -pipe -fvisibility=hidden -Wall -Wextra -Werror -g -O2 -g -Wall -O2 -c src/io.c -fPIC -DPIC -o .libs/io.o cc -DHAVE_CONFIG_H -I. -I./src -std=gnu99 -pipe -fvisibility=hidden -Wall -Wextra -Werror -g -O2 -g -Wall -O2 -c src/io.c -o io.o >/dev/null 2>&1 /bin/bash ./libtool --tag=CC --mode=link cc -std=gnu99 -pipe -fvisibility=hidden -Wall -Wextra -Werror -g -O2 -g -Wall -O2 -o libio.la io.lo ar cru .libs/libio.a .libs/io.o ranlib .libs/libio.a creating libio.la (cd .libs && rm -f libio.la && ln -s ../libio.la libio.la) /bin/bash ./libtool --tag=CC --mode=link cc -std=gnu99 -pipe -fvisibility=hidden -Wall -Wextra -Werror -g -O2 -g -Wall -O2 -Wl,--version-script,./libboushi.ver -o libboushi.la -rpath /usr/lib libboushi.lo sha1.lo libio.la -ldb -llzo2 cc -shared .libs/libboushi.o .libs/sha1.o -Wl,--whole-archive ./.libs/libio.a -Wl,--no-whole-archive -ldb /usr/lib/liblzo2.so -Wl,--version-script -Wl,./libboushi.ver -Wl,-soname -Wl,libboushi.so.0 -o .libs/libboushi.so.0.0.0 (cd .libs && rm -f libboushi.so.0 && ln -s libboushi.so.0.0.0 libboushi.so.0) (cd .libs && rm -f libboushi.so && ln -s libboushi.so.0.0.0 libboushi.so) rm -fr .libs/libboushi.lax mkdir .libs/libboushi.lax rm -fr .libs/libboushi.lax/libio.a mkdir .libs/libboushi.lax/libio.a (cd .libs/libboushi.lax/libio.a && ar x /tmp/tmp.auZUptVwDo/deb/boushi-1.1.0/./.libs/libio.a) ar cru .libs/libboushi.a libboushi.o sha1.o .libs/libboushi.lax/libio.a/io.o ranlib .libs/libboushi.a rm -fr .libs/libboushi.lax creating libboushi.la (cd .libs && rm -f libboushi.la && ln -s ../libboushi.la libboushi.la) cc -DHAVE_CONFIG_H -I. -I./src -std=gnu99 -pipe -fvisibility=hidden -Wall -Wextra -Werror -g -O2 -g -Wall -O2 -c -o boushi.o `test -f 'src/boushi.c' || echo './'`src/boushi.c cc -DHAVE_CONFIG_H -I. -I./src -std=gnu99 -pipe -fvisibility=hidden -Wall -Wextra -Werror -g -O2 -g -Wall -O2 -c -o error.o `test -f 'src/error.c' || echo './'`src/error.c cc -DHAVE_CONFIG_H -I. -I./src -std=gnu99 -pipe -fvisibility=hidden -Wall -Wextra -Werror -g -O2 -g -Wall -O2 -c -o tar.o `test -f 'src/tar.c' || echo './'`src/tar.c /bin/bash ./libtool --tag=CC --mode=link cc -std=gnu99 -pipe -fvisibility=hidden -Wall -Wextra -Werror -g -O2 -g -Wall -O2 -o boushi boushi.o error.o tar.o libboushi.la libio.la -lrt cc -std=gnu99 -pipe -fvisibility=hidden -Wall -Wextra -Werror -g -O2 -g -Wall -O2 -o .libs/boushi boushi.o error.o tar.o ./.libs/libboushi.so ./.libs/libio.a -lrt creating boushi make[1]: Leaving directory `/tmp/tmp.auZUptVwDo/deb/boushi-1.1.0' touch debian/stamp-makefile-build DEB_MAKE_CHECK_TARGET unset, not running checks fakeroot debian/rules binary test -x debian/rules dh_testroot dh_clean -k dh_installdirs -A mkdir -p "." if test -e /usr/share/misc/config.guess ; then \ for i in ./config.guess ; do \ if ! test -e $i.cdbs-orig ; then \ mv $i $i.cdbs-orig ; \ cp --remove-destination /usr/share/misc/config.guess $i ; \ fi ; \ done ; \ fi if test -e /usr/share/misc/config.sub ; then \ for i in ./config.sub ; do \ if ! test -e $i.cdbs-orig ; then \ mv $i $i.cdbs-orig ; \ cp --remove-destination /usr/share/misc/config.sub $i ; \ fi ; \ done ; \ fi DEB_MAKE_CHECK_TARGET unset, not running checks /usr/bin/make -C . install DESTDIR=/tmp/tmp.auZUptVwDo/deb/boushi-1.1.0/debian/tmp/ make[1]: Entering directory `/tmp/tmp.auZUptVwDo/deb/boushi-1.1.0' make[2]: Entering directory `/tmp/tmp.auZUptVwDo/deb/boushi-1.1.0' test -z "/usr/lib" || /bin/mkdir -p "/tmp/tmp.auZUptVwDo/deb/boushi-1.1.0/debian/tmp//usr/lib" /bin/bash ./libtool --mode=install /usr/bin/install -c 'libboushi.la' '/tmp/tmp.auZUptVwDo/deb/boushi-1.1.0/debian/tmp//usr/lib/libboushi.la' /usr/bin/install -c .libs/libboushi.so.0.0.0 /tmp/tmp.auZUptVwDo/deb/boushi-1.1.0/debian/tmp//usr/lib/libboushi.so.0.0.0 (cd /tmp/tmp.auZUptVwDo/deb/boushi-1.1.0/debian/tmp//usr/lib && { ln -s -f libboushi.so.0.0.0 libboushi.so.0 || { rm -f libboushi.so.0 && ln -s libboushi.so.0.0.0 libboushi.so.0; }; }) (cd /tmp/tmp.auZUptVwDo/deb/boushi-1.1.0/debian/tmp//usr/lib && { ln -s -f libboushi.so.0.0.0 libboushi.so || { rm -f libboushi.so && ln -s libboushi.so.0.0.0 libboushi.so; }; }) /usr/bin/install -c .libs/libboushi.lai /tmp/tmp.auZUptVwDo/deb/boushi-1.1.0/debian/tmp//usr/lib/libboushi.la /usr/bin/install -c .libs/libboushi.a /tmp/tmp.auZUptVwDo/deb/boushi-1.1.0/debian/tmp//usr/lib/libboushi.a chmod 644 /tmp/tmp.auZUptVwDo/deb/boushi-1.1.0/debian/tmp//usr/lib/libboushi.a ranlib /tmp/tmp.auZUptVwDo/deb/boushi-1.1.0/debian/tmp//usr/lib/libboushi.a libtool: install: warning: remember to run `libtool --finish /usr/lib' test -z "/usr/bin" || /bin/mkdir -p "/tmp/tmp.auZUptVwDo/deb/boushi-1.1.0/debian/tmp//usr/bin" /bin/bash ./libtool --mode=install /usr/bin/install -c 'boushi' '/tmp/tmp.auZUptVwDo/deb/boushi-1.1.0/debian/tmp//usr/bin/boushi' /usr/bin/install -c .libs/boushi /tmp/tmp.auZUptVwDo/deb/boushi-1.1.0/debian/tmp//usr/bin/boushi test -z "/usr/include" || /bin/mkdir -p "/tmp/tmp.auZUptVwDo/deb/boushi-1.1.0/debian/tmp//usr/include" /usr/bin/install -c -m 644 'src/boushi.h' '/tmp/tmp.auZUptVwDo/deb/boushi-1.1.0/debian/tmp//usr/include/boushi.h' test -z "/usr/share/man/man1" || /bin/mkdir -p "/tmp/tmp.auZUptVwDo/deb/boushi-1.1.0/debian/tmp//usr/share/man/man1" /usr/bin/install -c -m 644 './doc/boushi.1' '/tmp/tmp.auZUptVwDo/deb/boushi-1.1.0/debian/tmp//usr/share/man/man1/boushi.1' test -z "/usr/share/man/man5" || /bin/mkdir -p "/tmp/tmp.auZUptVwDo/deb/boushi-1.1.0/debian/tmp//usr/share/man/man5" /usr/bin/install -c -m 644 './doc/boushi.5' '/tmp/tmp.auZUptVwDo/deb/boushi-1.1.0/debian/tmp//usr/share/man/man5/boushi.5' make[2]: Leaving directory `/tmp/tmp.auZUptVwDo/deb/boushi-1.1.0' make[1]: Leaving directory `/tmp/tmp.auZUptVwDo/deb/boushi-1.1.0' dh_installdirs -plibboushi-dev dh_installdocs -plibboushi-dev ./TODO dh_installexamples -plibboushi-dev dh_installman -plibboushi-dev dh_installinfo -plibboushi-dev dh_installmenu -plibboushi-dev dh_installcron -plibboushi-dev dh_installinit -plibboushi-dev dh_installdebconf -plibboushi-dev dh_installemacsen -plibboushi-dev dh_installcatalogs -plibboushi-dev dh_installpam -plibboushi-dev dh_installlogrotate -plibboushi-dev dh_installlogcheck -plibboushi-dev dh_installchangelogs -plibboushi-dev ./ChangeLog dh_installudev -plibboushi-dev dh_lintian -plibboushi-dev dh_install -plibboushi-dev dh_link -plibboushi-dev dh_installmime -plibboushi-dev dh_strip -plibboushi-dev dh_compress -plibboushi-dev dh_fixperms -plibboushi-dev dh_makeshlibs -plibboushi-dev dh_installdeb -plibboushi-dev dh_perl -plibboushi-dev dh_shlibdeps -plibboushi-dev dh_gencontrol -plibboushi-dev dh_md5sums -plibboushi-dev dh_builddeb -plibboushi-dev dpkg-deb: building package `libboushi-dev' in `../libboushi-dev_1.1.0-1_all.deb'. dh_installdirs -pboushi dh_installdirs -plibboushi0 dh_installdocs -pboushi ./TODO dh_installexamples -pboushi dh_installman -pboushi dh_installinfo -pboushi dh_installmenu -pboushi dh_installcron -pboushi dh_installinit -pboushi dh_installdebconf -pboushi dh_installemacsen -pboushi dh_installcatalogs -pboushi dh_installpam -pboushi dh_installlogrotate -pboushi dh_installlogcheck -pboushi dh_installchangelogs -pboushi ./ChangeLog dh_installudev -pboushi dh_lintian -pboushi dh_install -pboushi dh_link -pboushi dh_installmime -pboushi dh_installdocs -plibboushi0 ./TODO dh_installexamples -plibboushi0 dh_installman -plibboushi0 dh_installinfo -plibboushi0 dh_installmenu -plibboushi0 dh_installcron -plibboushi0 dh_installinit -plibboushi0 dh_installdebconf -plibboushi0 dh_installemacsen -plibboushi0 dh_installcatalogs -plibboushi0 dh_installpam -plibboushi0 dh_installlogrotate -plibboushi0 dh_installlogcheck -plibboushi0 dh_installchangelogs -plibboushi0 ./ChangeLog dh_installudev -plibboushi0 dh_lintian -plibboushi0 dh_install -plibboushi0 dh_link -plibboushi0 dh_installmime -plibboushi0 dh_strip -pboushi dh_compress -pboushi dh_fixperms -pboushi dh_makeshlibs -pboushi dh_strip -plibboushi0 dh_compress -plibboushi0 dh_fixperms -plibboushi0 dh_makeshlibs -plibboushi0 dh_installdeb -pboushi dh_perl -pboushi dh_shlibdeps -pboushi dh_installdeb -plibboushi0 dh_perl -plibboushi0 dh_shlibdeps -plibboushi0 dh_gencontrol -pboushi dh_md5sums -pboushi dh_builddeb -pboushi dpkg-deb: building package `boushi' in `../boushi_1.1.0-1_amd64.deb'. dh_gencontrol -plibboushi0 dh_md5sums -plibboushi0 dh_builddeb -plibboushi0 dpkg-deb: building package `libboushi0' in `../libboushi0_1.1.0-1_amd64.deb'. dpkg-genchanges >../boushi_1.1.0-1_amd64.changes dpkg-genchanges: including full source code in upload dpkg-buildpackage: full upload (original source is included) Now signing changes and any dsc files... signfile boushi_1.1.0-1.dsc Wessel Dankers signfile boushi_1.1.0-1_amd64.changes Wessel Dankers Successfully signed dsc and changes files