dpkg-buildpackage: source package is bip dpkg-buildpackage: source version is 0.6.1-1ubuntu1 dpkg-buildpackage: source changed by Siegfried-Angel Gevatter Pujals (RainCT) dpkg-buildpackage: host architecture i386 dpkg-buildpackage: source version without epoch 0.6.1-1ubuntu1 fakeroot debian/rules clean test -x debian/rules test "`id -u`" = 0 /usr/bin/make -f debian/rules reverse-config make[1]: Entering directory `/home/rainct/bip/bip-0.6.1' for i in ./config.guess ./config.sub ; do \ if test -e $i.cdbs-orig ; then \ mv $i.cdbs-orig $i ; \ fi ; \ done make[1]: Leaving directory `/home/rainct/bip/bip-0.6.1' if [ "reverse-patches" = "reverse-patches" ]; then rm -f debian/stamp-patched; fi patches: if [ "reverse-patches" != "reverse-patches" ]; then touch debian/stamp-patched; fi if [ "reverse-patches" != "reverse-patches" ] ; then \ /usr/bin/make -f debian/rules update-config ; \ fi for dir in debian/patches ; do \ rm -f $dir/*.log ; \ done 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 `/home/rainct/bip/bip-0.6.1' make[1]: *** No rule to make target `distclean'. make[1]: Leaving directory `/home/rainct/bip/bip-0.6.1' make: [makefile-clean] Error 2 (ignored) rm -f debian/stamp-makefile-build rm -f debian/stamp-autotools-files rm -f src/conf.c src/conf.h src/lex.c dpkg-source -b bip-0.6.1 dpkg-source: building bip using existing bip_0.6.1.orig.tar.gz dpkg-source: s'està construint bip a bip_0.6.1-1ubuntu1.diff.gz dpkg-source: s'està construint bip a bip_0.6.1-1ubuntu1.dsc debian/rules build test -x debian/rules mkdir -p "." /usr/bin/make -f debian/rules reverse-config make[1]: Entering directory `/home/rainct/bip/bip-0.6.1' for i in ./config.guess ./config.sub ; do \ if test -e $i.cdbs-orig ; then \ mv $i.cdbs-orig $i ; \ fi ; \ done make[1]: Leaving directory `/home/rainct/bip/bip-0.6.1' if [ "debian/stamp-patched" = "reverse-patches" ]; then rm -f debian/stamp-patched; fi patches: if [ "debian/stamp-patched" != "reverse-patches" ]; then touch debian/stamp-patched; fi if [ "debian/stamp-patched" != "reverse-patches" ] ; then \ /usr/bin/make -f debian/rules update-config ; \ fi make[1]: Entering directory `/home/rainct/bip/bip-0.6.1' 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 make[1]: Leaving directory `/home/rainct/bip/bip-0.6.1' 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 /home/rainct/bip/bip-0.6.1/./configure cd . && CC="cc" CXX="g++" CFLAGS="-g -Wall -O2" CXXFLAGS="-g -Wall -O2" CPPFLAGS="" LDFLAGS="" /home/rainct/bip/bip-0.6.1/./configure --build=i486-linux-gnu --prefix=/usr --includedir="\${prefix}/include" --mandir="\${prefix}/share/man" --infodir="\${prefix}/share/info" --sysconfdir=/etc --localstatedir=/var --libexecdir="\${prefix}/lib/bip" --disable-maintainer-mode --disable-dependency-tracking --srcdir=. --enable-oidentd 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 for bison... bison -y checking for flex... flex checking lex output file root... lex.yy checking lex library... -lfl checking whether yytext is a pointer... yes checking for CRYPTO_new_ex_data in -lcrypto... yes checking for SSL_read in -lssl... yes configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating samples/Makefile config.status: creating src/config.h config.status: executing depfiles commands /usr/bin/make -C . make[1]: Entering directory `/home/rainct/bip/bip-0.6.1' Making all in src make[2]: Entering directory `/home/rainct/bip/bip-0.6.1/src' /usr/bin/make all-am make[3]: Entering directory `/home/rainct/bip/bip-0.6.1/src' /bin/bash ../ylwrap conf.y y.tab.c conf.c y.tab.h conf.h y.output conf.output -- bison -y -d updating conf.h cc -DHAVE_CONFIG_H -I. -O2 -W -Wall -c conf.c /bin/bash ../ylwrap lex.l lex.yy.c lex.c -- flex cc -DHAVE_CONFIG_H -I. -O2 -W -Wall -c lex.c lex.c:1553: avís: ‘yyunput’ defined but not used cc -DHAVE_CONFIG_H -I. -O2 -W -Wall -c bip.c cc -DHAVE_CONFIG_H -I. -O2 -W -Wall -c connection.c cc -DHAVE_CONFIG_H -I. -O2 -W -Wall -c irc.c cc -DHAVE_CONFIG_H -I. -O2 -W -Wall -c line.c cc -DHAVE_CONFIG_H -I. -O2 -W -Wall -c log.c cc -DHAVE_CONFIG_H -I. -O2 -W -Wall -c md5.c cc -DHAVE_CONFIG_H -I. -O2 -W -Wall -c util.c cc -O2 -W -Wall -o bip conf.o lex.o bip.o connection.o irc.o line.o log.o md5.o util.o -lssl -lcrypto cc -DHAVE_CONFIG_H -I. -O2 -W -Wall -c bipmkpw.c cc -O2 -W -Wall -o bipmkpw bipmkpw.o md5.o util.o -lssl -lcrypto make[3]: Leaving directory `/home/rainct/bip/bip-0.6.1/src' make[2]: Leaving directory `/home/rainct/bip/bip-0.6.1/src' Making all in samples make[2]: Entering directory `/home/rainct/bip/bip-0.6.1/samples' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/rainct/bip/bip-0.6.1/samples' make[2]: Entering directory `/home/rainct/bip/bip-0.6.1' make[2]: Nothing to be done for `all-am'. make[2]: Leaving directory `/home/rainct/bip/bip-0.6.1' make[1]: Leaving directory `/home/rainct/bip/bip-0.6.1' touch debian/stamp-makefile-build DEB_MAKE_CHECK_TARGET unset, not running checks fakeroot debian/rules binary test -x debian/rules test "`id -u`" = 0 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=/home/rainct/bip/bip-0.6.1/debian/bip/ make[1]: Entering directory `/home/rainct/bip/bip-0.6.1' Making install in src make[2]: Entering directory `/home/rainct/bip/bip-0.6.1/src' make[3]: Entering directory `/home/rainct/bip/bip-0.6.1/src' test -z "/usr/bin" || /bin/mkdir -p "/home/rainct/bip/bip-0.6.1/debian/bip//usr/bin" /usr/bin/install -c 'bip' '/home/rainct/bip/bip-0.6.1/debian/bip//usr/bin/bip' /usr/bin/install -c 'bipmkpw' '/home/rainct/bip/bip-0.6.1/debian/bip//usr/bin/bipmkpw' make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/home/rainct/bip/bip-0.6.1/src' make[2]: Leaving directory `/home/rainct/bip/bip-0.6.1/src' Making install in samples make[2]: Entering directory `/home/rainct/bip/bip-0.6.1/samples' make[3]: Entering directory `/home/rainct/bip/bip-0.6.1/samples' make[3]: Nothing to be done for `install-exec-am'. test -z "/usr/share/doc/bip/examples/" || /bin/mkdir -p "/home/rainct/bip/bip-0.6.1/debian/bip//usr/share/doc/bip/examples/" /usr/bin/install -c -m 644 'bip.conf' '/home/rainct/bip/bip-0.6.1/debian/bip//usr/share/doc/bip/examples//bip.conf' /usr/bin/install -c -m 644 'bip.vim' '/home/rainct/bip/bip-0.6.1/debian/bip//usr/share/doc/bip/examples//bip.vim' make[3]: Leaving directory `/home/rainct/bip/bip-0.6.1/samples' make[2]: Leaving directory `/home/rainct/bip/bip-0.6.1/samples' make[2]: Entering directory `/home/rainct/bip/bip-0.6.1' make[3]: Entering directory `/home/rainct/bip/bip-0.6.1' make[3]: Nothing to be done for `install-exec-am'. make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/home/rainct/bip/bip-0.6.1' make[2]: Leaving directory `/home/rainct/bip/bip-0.6.1' make[1]: Leaving directory `/home/rainct/bip/bip-0.6.1' dh_installdirs -pbip mkdir -p debian/bip/etc cp debian/bip.conf debian/bip/etc dh_installdocs -pbip ./README ./TODO ./AUTHORS dh_installexamples -pbip dh_installman -pbip dh_installinfo -pbip dh_installmenu -pbip dh_installcron -pbip dh_installinit -pbip --no-restart-on-upgrade --no-start dh_installdebconf -pbip dh_installemacsen -pbip dh_installcatalogs -pbip dh_installpam -pbip dh_installlogrotate -pbip dh_installlogcheck -pbip dh_installmime -pbip dh_installchangelogs -pbip ./ChangeLog dh_installudev -pbip dh_install -pbip dh_link -pbip dh_strip -pbip dh_compress -pbip dh_fixperms -pbip dh_makeshlibs -pbip dh_installdeb -pbip dh_perl -pbip dh_shlibdeps -pbip dh_gencontrol -pbip dpkg-gencontrol: avís: unknown information field 'L Launchpad-Bugs-Fixed' in input data in parsed version of changelog dpkg-gencontrol: avís: la variable de substitució ${misc:Depends} és desconeguda dh_md5sums -pbip dh_builddeb -pbip avís, «debian/bip/DEBIAN/control» conté un camp «Original-Maintainer» definit pel usuari dpkg-deb: no es tindran en compte 1 avisos sobre els fitxers de control dpkg-deb: s'està construint el paquet «bip» en «../bip_0.6.1-1ubuntu1_i386.deb». signfile bip_0.6.1-1ubuntu1.dsc dpkg-genchanges dpkg-genchanges: not including original source code in upload signfile bip_0.6.1-1ubuntu1_i386.changes dpkg-buildpackage: binary and diff upload (original source NOT included)