dpkg-buildpackage: source package is xcompmgr dpkg-buildpackage: source version is 1.1.1-mea1 dpkg-buildpackage: source maintainer is Martin Alfke dpkg-buildpackage: host architecture is powerpc debian/rules clean dh_testdir dh_testroot rm -f build-stamp # Add here commands to clean up after the build process. /usr/bin/make distclean make[1]: Entering directory `/usr/local/src/xcompmgr/xcompmgr-1.1.1' test -z "xcompmgr" || rm -f xcompmgr rm -f *.o core *.core rm -f *.tab.c rm -f rm -f config.h stamp-h1 rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f config.status config.cache config.log configure.lineno rm -rf ./.deps rm -f Makefile make[1]: Leaving directory `/usr/local/src/xcompmgr/xcompmgr-1.1.1' cp -f /usr/share/misc/config.sub config.sub cp -f /usr/share/misc/config.guess config.guess dh_clean dpkg-source -b xcompmgr-1.1.1 dpkg-source: building xcompmgr using existing xcompmgr_1.1.1.orig.tar.gz dpkg-source: building xcompmgr in xcompmgr_1.1.1-mea1.diff.gz dpkg-source: building xcompmgr in xcompmgr_1.1.1-mea1.dsc debian/rules build dh_testdir # Add here commands to configure the package. export PKG_CONFIG_PATH=/usr/X11R6/lib/pkgconfig/ # export PKG_CONFIG_PATH PKG_CONFIG_PATH=/usr/X11R6/lib/pkgconfig/ CFLAGS="-Wall -g -O2" ./configure --host=powerpc-linux --build=powerpc-linux --prefix=/usr/X11R6 --mandir=\${prefix}/share/man --infodir=\${prefix}/share/info checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether to enable maintainer-specific portions of Makefiles... no checking for powerpc-linux-gcc... powerpc-linux-gcc 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 powerpc-linux-gcc accepts -g... yes checking for powerpc-linux-gcc option to accept ANSI C... none needed checking for style of include used by make... GNU checking dependency style of powerpc-linux-gcc... gcc3 checking how to run the C preprocessor... powerpc-linux-gcc -E checking for egrep... grep -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 for stdlib.h... (cached) 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 whether time.h and sys/time.h may both be included... yes checking whether struct tm is in sys/time.h or time.h... time.h checking for stdlib.h... (cached) yes checking for GNU libc compatible malloc... yes checking for gettimeofday... yes checking for localtime_r... yes checking for pkg-config... /usr/bin/pkg-config checking for xcomposite xfixes xdamage xrender... yes checking XCOMPMGR_CFLAGS... -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -I/usr/X11R6/include checking XCOMPMGR_LIBS... -L/usr/X11R6/lib -lXcomposite -lXdamage -lXfixes -lXrender -lX11 configure: creating ./config.status config.status: creating Makefile config.status: creating config.h config.status: executing depfiles commands dh_testdir # Add here commands to compile the package. /usr/bin/make make[1]: Entering directory `/usr/local/src/xcompmgr/xcompmgr-1.1.1' /usr/bin/make all-am make[2]: Entering directory `/usr/local/src/xcompmgr/xcompmgr-1.1.1' if powerpc-linux-gcc -DHAVE_CONFIG_H -I. -I. -I. -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -I/usr/X11R6/include -Wall -g -O2 -MT xcompmgr.o -MD -MP -MF ".deps/xcompmgr.Tpo" \ -c -o xcompmgr.o `test -f 'xcompmgr.c' || echo './'`xcompmgr.c; \ then mv -f ".deps/xcompmgr.Tpo" ".deps/xcompmgr.Po"; \ else rm -f ".deps/xcompmgr.Tpo"; exit 1; \ fi xcompmgr.c: In function `run_fades': xcompmgr.c:332: warning: suggest parentheses around assignment used as truth value xcompmgr.c: In function `shadow_picture': xcompmgr.c:623: warning: unused variable `finalPixmap' xcompmgr.c:625: warning: unused variable `finalPicture' xcompmgr.c: In function `root_tile': xcompmgr.c:767: warning: `fill' might be used uninitialized in this function xcompmgr.c: In function `map_win': xcompmgr.c:1167: warning: unused variable `back' xcompmgr.c: In function `determine_mode': xcompmgr.c:1330: warning: unused variable `default_opacity' xcompmgr.c: In function `configure_win': xcompmgr.c:1510: warning: unused variable `above' xcompmgr.c: In function `error': xcompmgr.c:1765: warning: int format, long unsigned int arg (arg 5) xcompmgr.c: In function `ev_serial': xcompmgr.c:1783: warning: suggest parentheses around comparison in operand of & xcompmgr.c: In function `main': xcompmgr.c:2054: warning: suggest parentheses around comparison in operand of & xcompmgr.c:1864: warning: unused variable `transPixmap' xcompmgr.c:1865: warning: unused variable `blackPixmap' xcompmgr.c:1869: warning: unused variable `c' xcompmgr.c:1874: warning: unused variable `n' xcompmgr.c:1875: warning: unused variable `last_update' xcompmgr.c:1876: warning: unused variable `now' xcompmgr.c: At top level: xcompmgr.c:1782: warning: `ev_serial' defined but not used xcompmgr.c:1791: warning: `ev_name' defined but not used xcompmgr.c:1814: warning: `ev_window' defined but not used powerpc-linux-gcc -Wall -g -O2 -o xcompmgr xcompmgr.o -L/usr/X11R6/lib -lXcomposite -lXdamage -lXfixes -lXrender -lX11 -lm make[2]: Leaving directory `/usr/local/src/xcompmgr/xcompmgr-1.1.1' make[1]: Leaving directory `/usr/local/src/xcompmgr/xcompmgr-1.1.1' #docbook-to-man debian/xcompmgr.sgml > xcompmgr.1 touch build-stamp debian/rules binary dh_testdir dh_testroot dh_clean -k dh_installdirs # Add here commands to install the package into debian/xcompmgr. /usr/bin/make install DESTDIR=/usr/local/src/xcompmgr/xcompmgr-1.1.1/debian/xcompmgr make[1]: Entering directory `/usr/local/src/xcompmgr/xcompmgr-1.1.1' make[2]: Entering directory `/usr/local/src/xcompmgr/xcompmgr-1.1.1' /bin/sh ./mkinstalldirs /usr/local/src/xcompmgr/xcompmgr-1.1.1/debian/xcompmgr/usr/X11R6/bin mkdir -p -- /usr/local/src/xcompmgr/xcompmgr-1.1.1/debian/xcompmgr/usr/X11R6/bin /usr/bin/install -c xcompmgr /usr/local/src/xcompmgr/xcompmgr-1.1.1/debian/xcompmgr/usr/X11R6/bin/xcompmgr /bin/sh ./mkinstalldirs /usr/local/src/xcompmgr/xcompmgr-1.1.1/debian/xcompmgr/usr/X11R6/share/man/man1 mkdir -p -- /usr/local/src/xcompmgr/xcompmgr-1.1.1/debian/xcompmgr/usr/X11R6/share/man/man1 /usr/bin/install -c -m 644 ./xcompmgr.1 /usr/local/src/xcompmgr/xcompmgr-1.1.1/debian/xcompmgr/usr/X11R6/share/man/man1/xcompmgr.1 make[2]: Leaving directory `/usr/local/src/xcompmgr/xcompmgr-1.1.1' make[1]: Leaving directory `/usr/local/src/xcompmgr/xcompmgr-1.1.1' dh_testdir dh_testroot dh_installchangelogs ChangeLog dh_installdocs dh_installexamples dh_installman dh_link dh_strip dh_compress dh_fixperms dh_installdeb dh_shlibdeps dh_gencontrol dpkg-gencontrol: warning: unknown substitution variable ${misc:Depends} dh_md5sums dh_builddeb dpkg-deb: building package `xcompmgr' in `../xcompmgr_1.1.1-mea1_powerpc.deb'. dpkg-genchanges dpkg-genchanges: not including original source code in upload dpkg-buildpackage: binary and diff upload (original source NOT included) Now running lintian... warning: lintian's authors do not recommend running it with root privileges! W: xcompmgr source: dh-make-template-in-source debian/conffiles.ex W: xcompmgr source: dh-make-template-in-source debian/cron.d.ex W: xcompmgr source: dh-make-template-in-source debian/emacsen-install.ex W: xcompmgr source: dh-make-template-in-source debian/emacsen-remove.ex W: xcompmgr source: dh-make-template-in-source debian/emacsen-startup.ex W: xcompmgr source: dh-make-template-in-source debian/init.d.ex W: xcompmgr source: dh-make-template-in-source debian/manpage.1.ex W: xcompmgr source: dh-make-template-in-source debian/manpage.sgml.ex W: xcompmgr source: dh-make-template-in-source debian/manpage.xml.ex W: xcompmgr source: dh-make-template-in-source debian/menu.ex W: xcompmgr source: dh-make-template-in-source debian/xcompmgr.doc-base.EX W: xcompmgr source: dh-make-template-in-source debian/postinst.ex W: xcompmgr source: dh-make-template-in-source debian/postrm.ex W: xcompmgr source: dh-make-template-in-source debian/preinst.ex W: xcompmgr source: dh-make-template-in-source debian/prerm.ex W: xcompmgr source: dh-make-template-in-source debian/watch.ex W: xcompmgr source: dh-make-template-in-source debian/xcompmgr-default.ex W: xcompmgr: binary-without-manpage xcompmgr W: xcompmgr: packages-installs-file-to-usr-x11r6 usr/X11R6/ W: xcompmgr: packages-installs-file-to-usr-x11r6 usr/X11R6/bin/ W: xcompmgr: packages-installs-file-to-usr-x11r6 usr/X11R6/bin/xcompmgr W: xcompmgr: packages-installs-file-to-usr-x11r6 usr/X11R6/share/ W: xcompmgr: packages-installs-file-to-usr-x11r6 usr/X11R6/share/man/ W: xcompmgr: packages-installs-file-to-usr-x11r6 usr/X11R6/share/man/man1/ W: xcompmgr: packages-installs-file-to-usr-x11r6 usr/X11R6/share/man/man1/xcompmgr.1 W: xcompmgr: zero-byte-file-in-doc-directory usr/share/doc/xcompmgr/NEWS.gz W: xcompmgr: zero-byte-file-in-doc-directory usr/share/doc/xcompmgr/README W: xcompmgr: readme-debian-is-debmake-template E: xcompmgr: helper-templates-in-copyright W: xcompmgr: copyright-lists-upstream-authors-with-dh_make-boilerplate E: xcompmgr: description-synopsis-is-duplicated W: xcompmgr: unknown-section unknown Finished running lintian. Now signing changes and any dsc files... signfile xcompmgr_1.1.1-mea1.dsc Martin Alfke gpg: skipped `Martin Alfke ': secret key not available gpg: [stdin]: clearsign failed: secret key not available debsign: gpg error occurred! Aborting....