dpkg-buildpackage -rfakeroot -D -us -uc -i -I -b dpkg-buildpackage: export CFLAGS from dpkg-buildflags (origin: vendor): -g -O2 dpkg-buildpackage: export CPPFLAGS from dpkg-buildflags (origin: vendor): dpkg-buildpackage: export CXXFLAGS from dpkg-buildflags (origin: vendor): -g -O2 dpkg-buildpackage: export FFLAGS from dpkg-buildflags (origin: vendor): -g -O2 dpkg-buildpackage: export LDFLAGS from dpkg-buildflags (origin: vendor): -Wl,-Bsymbolic-functions dpkg-buildpackage: source package x11proto-core dpkg-buildpackage: source version 7.0.20-1 dpkg-buildpackage: source changed by Cyril Brulebois dpkg-source -i -I --before-build x11proto-core-7.0.20 dpkg-buildpackage: host architecture i386 fakeroot debian/rules clean rm -f stampdir/genscripts rm -f debian/*.config \ debian/*.postinst \ debian/*.postrm \ debian/*.preinst \ debian/*.prerm mkdir stampdir >stampdir/stampdir mkdir -p stampdir/log rm -f stampdir/patch Unapplying patches...nothing to do. dh_testdir rm -rf .pc rm -rf stampdir dh_clean dh_testdir dh_testroot rm -f build-stamp rm -f config.cache config.log config.status rm -f */config.cache */config.log */config.status rm -f conftest* */conftest* rm -rf autom4te.cache */autom4te.cache rm -rf build rm -f aclocal.m4 config.guess config.sub configure rm -f do-not-use-config.h.in install-sh missing mkinstalldirs rm -f $(find -name Makefile.in) dh_clean debian/rules build mkdir stampdir >stampdir/stampdir mkdir -p stampdir/log for FILE in debian/*.config.in \ debian/*.postinst.in \ debian/*.postrm.in \ debian/*.preinst.in \ debian/*.prerm.in; do \ if [ -e "$FILE" ]; then \ MAINTSCRIPT=$(echo $FILE | sed 's/.in$//'); \ sed -n '1,/^#INCLUDE_SHELL_LIB#$/p' <$FILE \ | sed -e '/^#INCLUDE_SHELL_LIB#$/d' >$MAINTSCRIPT.tmp; \ cat debian/xsfbs/xsfbs.sh >>$MAINTSCRIPT.tmp; \ sed -n '/^#INCLUDE_SHELL_LIB#$/,$p' <$FILE \ | sed -e '/^#INCLUDE_SHELL_LIB#$/d' >>$MAINTSCRIPT.tmp; \ sed -e 's/@SOURCE_VERSION@/7.0.20-1/' \ -e 's/@OFFICIAL_BUILD@/yes/' \ <$MAINTSCRIPT.tmp >$MAINTSCRIPT; \ rm $MAINTSCRIPT.tmp; \ fi; \ done # Validate syntax of generated shell scripts. #sh debian/scripts/validate-posix-sh debian/*.config \ # debian/*.postinst \ # debian/*.postrm \ # debian/*.preinst \ # debian/*.prerm >stampdir/genscripts >stampdir/prepare if ! [ `which quilt` ]; then \ echo "Couldn't find quilt. Please install it or add it to the build-depends for this package."; \ exit 1; \ fi; \ if QUILT_PATCHES=debian/patches quilt --quiltrc /dev/null next >/dev/null 2>&1; then \ echo -n "Applying patches..."; \ if QUILT_PATCHES=debian/patches quilt --quiltrc /dev/null push -a -v >stampdir/log/patch 2>&1; then \ cat stampdir/log/patch; \ echo "successful."; \ else \ cat stampdir/log/patch; \ echo "failed! (check stampdir/log/patch for details)"; \ exit 1; \ fi; \ else \ echo "No patches to apply"; \ fi; \ >stampdir/patch Applying patches...Applying patch 01_keep_xorg_css.diff patching file specs/Makefile.am Now at patch 01_keep_xorg_css.diff successful. dh_testdir autoreconf -vfi autoreconf2.50: Entering directory `.' autoreconf2.50: configure.ac: not using Gettext autoreconf2.50: running: aclocal --force /usr/share/aclocal/gtkglextmm-1.2.m4:225: warning: underquoted definition of AC_GTKGLEXTMM_SUPPORTS_MULTIHEAD /usr/share/aclocal/gtkglextmm-1.2.m4:225: run info '(automake)Extending aclocal' /usr/share/aclocal/gtkglextmm-1.2.m4:225: or see http://sources.redhat.com/automake/automake.html#Extending-aclocal configure.ac:2: warning: AC_INIT: not a literal: https://bugs.freedesktop.org/enter_bug.cgi?product=xorg autoreconf2.50: configure.ac: tracing configure.ac:2: warning: AC_INIT: not a literal: https://bugs.freedesktop.org/enter_bug.cgi?product=xorg autoreconf2.50: configure.ac: not using Libtool autoreconf2.50: running: /usr/bin/autoconf --force configure.ac:2: warning: AC_INIT: not a literal: https://bugs.freedesktop.org/enter_bug.cgi?product=xorg autoreconf2.50: running: /usr/bin/autoheader --force configure.ac:2: warning: AC_INIT: not a literal: https://bugs.freedesktop.org/enter_bug.cgi?product=xorg autoreconf2.50: running: automake --add-missing --copy --force-missing configure.ac:2: warning: AC_INIT: not a literal: https://bugs.freedesktop.org/enter_bug.cgi?product=xorg configure.ac:11: installing `./config.guess' configure.ac:11: installing `./config.sub' configure.ac:4: installing `./install-sh' configure.ac:4: installing `./missing' autoreconf2.50: Leaving directory `.' dh_testdir mkdir -p build cd build && \ ../configure --prefix=/usr --mandir=\${prefix}/share/man \ --infodir=\${prefix}/share/info \ --with-xmlto --without-fop \ --build=i686-linux-gnu CFLAGS="-Wall -g -O2" 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 to enable maintainer-specific portions of Makefiles... no checking for style of include used by make... GNU 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 dependency style of gcc... none checking for gcc option to accept ISO C99... -std=gnu99 checking how to run the C preprocessor... gcc -std=gnu99 -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/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 pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking for a sed that does not truncate output... /bin/sed checking whether to build functional specifications... yes checking for xmlto... /usr/bin/xmlto checking the xmlto version... 0.0.23 checking for X.Org SGML entities >= 1.5... /usr/share/sgml checking sys/select.h usability... yes checking sys/select.h presence... yes checking for sys/select.h... yes checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking for sys/types.h... (cached) yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking for fd_set.fds_bits... no checking for fd_set.__fds_bits... yes checking whether const prototypes are supported... yes checking whether varargs prototypes are supported... yes checking whether nested prototypes are supported... yes checking whether to force function prototypes... yes checking whether to widen function prototypes... no configure: creating ./config.status config.status: creating Makefile config.status: creating specs/Makefile config.status: creating specs/SIAddresses/Makefile config.status: creating Xpoll.h config.status: creating xproto.pc config.status: creating do-not-use-config.h config.status: creating Xfuncproto.h config.status: executing depfiles commands cd build && /usr/bin/make make[1]: Entering directory `/opt/x11proto-core-7.0.20/build' /usr/bin/make all-recursive make[2]: Entering directory `/opt/x11proto-core-7.0.20/build' Making all in specs make[3]: Entering directory `/opt/x11proto-core-7.0.20/build/specs' Making all in SIAddresses make[4]: Entering directory `/opt/x11proto-core-7.0.20/build/specs/SIAddresses' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/opt/x11proto-core-7.0.20/build/specs/SIAddresses' make[4]: Entering directory `/opt/x11proto-core-7.0.20/build/specs' GEN x11protocol.html GEN x11protocol.txt GEN xorg.css make[4]: Leaving directory `/opt/x11proto-core-7.0.20/build/specs' make[3]: Leaving directory `/opt/x11proto-core-7.0.20/build/specs' make[3]: Entering directory `/opt/x11proto-core-7.0.20/build' make[3]: Leaving directory `/opt/x11proto-core-7.0.20/build' make[2]: Leaving directory `/opt/x11proto-core-7.0.20/build' make[1]: Leaving directory `/opt/x11proto-core-7.0.20/build' >build-stamp fakeroot debian/rules binary >stampdir/prepare if ! [ `which quilt` ]; then \ echo "Couldn't find quilt. Please install it or add it to the build-depends for this package."; \ exit 1; \ fi; \ if QUILT_PATCHES=debian/patches quilt --quiltrc /dev/null next >/dev/null 2>&1; then \ echo -n "Applying patches..."; \ if QUILT_PATCHES=debian/patches quilt --quiltrc /dev/null push -a -v >stampdir/log/patch 2>&1; then \ cat stampdir/log/patch; \ echo "successful."; \ else \ cat stampdir/log/patch; \ echo "failed! (check stampdir/log/patch for details)"; \ exit 1; \ fi; \ else \ echo "No patches to apply"; \ fi; \ >stampdir/patch No patches to apply dh_testdir autoreconf -vfi autoreconf2.50: Entering directory `.' autoreconf2.50: configure.ac: not using Gettext autoreconf2.50: running: aclocal --force /usr/share/aclocal/gtkglextmm-1.2.m4:225: warning: underquoted definition of AC_GTKGLEXTMM_SUPPORTS_MULTIHEAD /usr/share/aclocal/gtkglextmm-1.2.m4:225: run info '(automake)Extending aclocal' /usr/share/aclocal/gtkglextmm-1.2.m4:225: or see http://sources.redhat.com/automake/automake.html#Extending-aclocal configure.ac:2: warning: AC_INIT: not a literal: https://bugs.freedesktop.org/enter_bug.cgi?product=xorg autoreconf2.50: configure.ac: tracing configure.ac:2: warning: AC_INIT: not a literal: https://bugs.freedesktop.org/enter_bug.cgi?product=xorg autoreconf2.50: configure.ac: not using Libtool autoreconf2.50: running: /usr/bin/autoconf --force configure.ac:2: warning: AC_INIT: not a literal: https://bugs.freedesktop.org/enter_bug.cgi?product=xorg autoreconf2.50: running: /usr/bin/autoheader --force configure.ac:2: warning: AC_INIT: not a literal: https://bugs.freedesktop.org/enter_bug.cgi?product=xorg autoreconf2.50: running: automake --add-missing --copy --force-missing configure.ac:2: warning: AC_INIT: not a literal: https://bugs.freedesktop.org/enter_bug.cgi?product=xorg autoreconf2.50: Leaving directory `.' dh_testdir mkdir -p build cd build && \ ../configure --prefix=/usr --mandir=\${prefix}/share/man \ --infodir=\${prefix}/share/info \ --with-xmlto --without-fop \ --build=i686-linux-gnu CFLAGS="-Wall -g -O2" 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 to enable maintainer-specific portions of Makefiles... no checking for style of include used by make... GNU 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 dependency style of gcc... none checking for gcc option to accept ISO C99... -std=gnu99 checking how to run the C preprocessor... gcc -std=gnu99 -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/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 pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking for a sed that does not truncate output... /bin/sed checking whether to build functional specifications... yes checking for xmlto... /usr/bin/xmlto checking the xmlto version... 0.0.23 checking for X.Org SGML entities >= 1.5... /usr/share/sgml checking sys/select.h usability... yes checking sys/select.h presence... yes checking for sys/select.h... yes checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking for sys/types.h... (cached) yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking for fd_set.fds_bits... no checking for fd_set.__fds_bits... yes checking whether const prototypes are supported... yes checking whether varargs prototypes are supported... yes checking whether nested prototypes are supported... yes checking whether to force function prototypes... yes checking whether to widen function prototypes... no configure: creating ./config.status config.status: creating Makefile config.status: creating specs/Makefile config.status: creating specs/SIAddresses/Makefile config.status: creating Xpoll.h config.status: creating xproto.pc config.status: creating do-not-use-config.h config.status: do-not-use-config.h is unchanged config.status: creating Xfuncproto.h config.status: Xfuncproto.h is unchanged config.status: executing depfiles commands cd build && /usr/bin/make make[1]: Entering directory `/opt/x11proto-core-7.0.20/build' /usr/bin/make all-recursive make[2]: Entering directory `/opt/x11proto-core-7.0.20/build' Making all in specs make[3]: Entering directory `/opt/x11proto-core-7.0.20/build/specs' Making all in SIAddresses make[4]: Entering directory `/opt/x11proto-core-7.0.20/build/specs/SIAddresses' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/opt/x11proto-core-7.0.20/build/specs/SIAddresses' make[4]: Entering directory `/opt/x11proto-core-7.0.20/build/specs' make[4]: Nothing to be done for `all-am'. make[4]: Leaving directory `/opt/x11proto-core-7.0.20/build/specs' make[3]: Leaving directory `/opt/x11proto-core-7.0.20/build/specs' make[3]: Entering directory `/opt/x11proto-core-7.0.20/build' make[3]: Leaving directory `/opt/x11proto-core-7.0.20/build' make[2]: Leaving directory `/opt/x11proto-core-7.0.20/build' make[1]: Leaving directory `/opt/x11proto-core-7.0.20/build' >build-stamp dh_testdir dh_testroot dh_clean -k dh_clean: dh_clean -k is deprecated; use dh_prep instead dh_installdirs cd build && /usr/bin/make DESTDIR=/opt/x11proto-core-7.0.20/debian/tmp install make[1]: Entering directory `/opt/x11proto-core-7.0.20/build' Making install in specs make[2]: Entering directory `/opt/x11proto-core-7.0.20/build/specs' Making install in SIAddresses make[3]: Entering directory `/opt/x11proto-core-7.0.20/build/specs/SIAddresses' make[4]: Entering directory `/opt/x11proto-core-7.0.20/build/specs/SIAddresses' make[4]: Nothing to be done for `install-exec-am'. make[4]: Nothing to be done for `install-data-am'. make[4]: Leaving directory `/opt/x11proto-core-7.0.20/build/specs/SIAddresses' make[3]: Leaving directory `/opt/x11proto-core-7.0.20/build/specs/SIAddresses' make[3]: Entering directory `/opt/x11proto-core-7.0.20/build/specs' make[4]: Entering directory `/opt/x11proto-core-7.0.20/build/specs' make[4]: Nothing to be done for `install-exec-am'. test -z "/usr/share/doc/xproto" || /bin/mkdir -p "/opt/x11proto-core-7.0.20/debian/tmp/usr/share/doc/xproto" /usr/bin/install -c -m 644 ../../specs/x11protocol.xml ../../specs/encoding.xml ../../specs/glossary.xml ../../specs/keysyms.xml ../../specs/sect1-9.xml '/opt/x11proto-core-7.0.20/debian/tmp/usr/share/doc/xproto' test -z "/usr/share/doc/xproto" || /bin/mkdir -p "/opt/x11proto-core-7.0.20/debian/tmp/usr/share/doc/xproto" /usr/bin/install -c -m 644 x11protocol.html x11protocol.txt xorg.css '/opt/x11proto-core-7.0.20/debian/tmp/usr/share/doc/xproto' make[4]: Leaving directory `/opt/x11proto-core-7.0.20/build/specs' make[3]: Leaving directory `/opt/x11proto-core-7.0.20/build/specs' make[2]: Leaving directory `/opt/x11proto-core-7.0.20/build/specs' make[2]: Entering directory `/opt/x11proto-core-7.0.20/build' make[3]: Entering directory `/opt/x11proto-core-7.0.20/build' make[3]: Nothing to be done for `install-exec-am'. test -z "/usr/include/X11" || /bin/mkdir -p "/opt/x11proto-core-7.0.20/debian/tmp/usr/include/X11" /usr/bin/install -c -m 644 Xfuncproto.h Xpoll.h '/opt/x11proto-core-7.0.20/debian/tmp/usr/include/X11' test -z "/usr/lib/pkgconfig" || /bin/mkdir -p "/opt/x11proto-core-7.0.20/debian/tmp/usr/lib/pkgconfig" /usr/bin/install -c -m 644 xproto.pc '/opt/x11proto-core-7.0.20/debian/tmp/usr/lib/pkgconfig' test -z "/usr/include/X11" || /bin/mkdir -p "/opt/x11proto-core-7.0.20/debian/tmp/usr/include/X11" /usr/bin/install -c -m 644 ../ap_keysym.h ../DECkeysym.h ../HPkeysym.h ../keysymdef.h ../keysym.h ../Sunkeysym.h ../Xalloca.h ../Xarch.h ../Xatom.h ../Xdefs.h ../XF86keysym.h ../Xfuncs.h ../X.h ../Xmd.h ../Xosdefs.h ../Xos.h ../Xos_r.h ../Xproto.h ../Xprotostr.h ../Xthreads.h ../Xw32defs.h ../XWDFile.h ../Xwindows.h ../Xwinsock.h '/opt/x11proto-core-7.0.20/debian/tmp/usr/include/X11' make[3]: Leaving directory `/opt/x11proto-core-7.0.20/build' make[2]: Leaving directory `/opt/x11proto-core-7.0.20/build' make[1]: Leaving directory `/opt/x11proto-core-7.0.20/build' dh_testdir dh_testroot dh_installdocs dh_installman find debian/tmp/usr/share/doc/xproto -name '*.xml' -delete dh_install --sourcedir=debian/tmp --fail-missing dh_installchangelogs ChangeLog dh_link dh_strip dh_compress dh_fixperms dh_installdeb dh_shlibdeps dh_gencontrol dpkg-gencontrol: warning: Depends field of package x11proto-core-dev: unknown substitution variable ${shlibs:Depends} dh_md5sums dh_builddeb dpkg-deb: building package `x11proto-core-dev' in `../x11proto-core-dev_7.0.20-1_all.deb'. dpkg-genchanges -b >../x11proto-core_7.0.20-1_i386.changes dpkg-genchanges: binary-only upload - not including any source code dpkg-source -i -I --after-build x11proto-core-7.0.20 dpkg-buildpackage: binary only upload (no source included) Now running lintian... I: x11proto-core-dev: description-possibly-contains-homepage http://www.X.org N: N: This package has no Homepage field but has a URL in the description and N: wording that might indicate this is the package Homepage. If it is, add N: a Homepage control field containing it rather than mentioning it in the N: package description. N: N: Severity: wishlist, Certainty: wild-guess N: I: x11proto-core-dev: possible-documentation-but-no-doc-base-registration N: N: The package ships a .html or .pdf file under /usr/share/doc/, which are N: usually documentation, but it does not register anything in doc-base. N: (Files under an examples directory are excluded.) N: N: Refer to Debian Policy Manual section 9.10 (Registering Documents using N: doc-base) for details. N: N: Severity: wishlist, Certainty: possible N: Finished running lintian.