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 xserver-xorg-video-glide dpkg-buildpackage: source version 1.1.0-1 dpkg-buildpackage: source changed by Cyril Brulebois dpkg-source -i -I --before-build xserver-xorg-video-glide-1.1.0 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 >stampdir/logdir 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 -rf configure config.guess config.sub config.h.in rm -rf $(find -name Makefile.in) rm -rf aclocal.m4 missing depcomp install-sh ltmain.sh dh_clean debian/rules build mkdir stampdir >stampdir/stampdir mkdir -p stampdir/log >stampdir/logdir 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@/1.1.0-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 No patches to apply dh_testdir autoreconf -vfi autoreconf: Entering directory `.' autoreconf: configure.ac: not using Gettext autoreconf: running: aclocal --force configure.ac:25: warning: AC_INIT: not a literal: https://bugs.freedesktop.org/enter_bug.cgi?product=xorg autoreconf: configure.ac: tracing configure.ac:25: warning: AC_INIT: not a literal: https://bugs.freedesktop.org/enter_bug.cgi?product=xorg autoreconf: running: libtoolize --install --copy --force libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `.'. libtoolize: copying file `./config.guess' libtoolize: copying file `./config.sub' libtoolize: copying file `./install-sh' libtoolize: copying file `./ltmain.sh' libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree. libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am. configure.ac:25: warning: AC_INIT: not a literal: https://bugs.freedesktop.org/enter_bug.cgi?product=xorg autoreconf: running: /usr/bin/autoconf --force configure.ac:25: warning: AC_INIT: not a literal: https://bugs.freedesktop.org/enter_bug.cgi?product=xorg autoreconf: running: /usr/bin/autoheader --force configure.ac:25: warning: AC_INIT: not a literal: https://bugs.freedesktop.org/enter_bug.cgi?product=xorg autoreconf: running: automake --add-missing --copy --force-missing configure.ac:25: warning: AC_INIT: not a literal: https://bugs.freedesktop.org/enter_bug.cgi?product=xorg configure.ac:34: installing `./missing' src/Makefile.am: installing `./depcomp' autoreconf: Leaving directory `.' mkdir -p build cd build && \ ../configure --prefix=/usr --mandir=\${prefix}/share/man \ --infodir=\${prefix}/share/info --build=i686-linux-gnu --disable-static \ --enable-maintainer-mode \ --with-glide-include-dir=/usr/include/glide3 \ 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... no checking for mawk... mawk checking whether make sets $(MAKE)... yes checking whether to enable maintainer-specific portions of Makefiles... yes 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... gcc3 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 for a sed that does not truncate output... (cached) /bin/sed checking for fgrep... /bin/grep -F checking for ld used by gcc -std=gnu99... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 805306365 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking for /usr/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for ar... ar checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from gcc -std=gnu99 object... ok checking for dlfcn.h... yes checking for objdir... .libs checking if gcc -std=gnu99 supports -fno-rtti -fno-exceptions... no checking for gcc -std=gnu99 option to produce PIC... -fPIC -DPIC checking if gcc -std=gnu99 PIC flag -fPIC -DPIC works... yes checking if gcc -std=gnu99 static flag -static works... yes checking if gcc -std=gnu99 supports -c -o file.o... yes checking if gcc -std=gnu99 supports -c -o file.o... (cached) yes checking whether the gcc -std=gnu99 linker (/usr/bin/ld) 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... no checking if DPMSExtension is defined... yes checking for XORG... yes checking for XEXT... yes checking for ANSI C header files... (cached) yes checking glide.h usability... yes checking glide.h presence... yes checking for glide.h... yes checking whether grGet is declared... yes configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating man/Makefile config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands cd build && /usr/bin/make make[1]: Entering directory `/home/sarvatt/source/xserver-xorg-video-glide-1.1.0/build' /usr/bin/make all-recursive make[2]: Entering directory `/home/sarvatt/source/xserver-xorg-video-glide-1.1.0/build' Making all in src make[3]: Entering directory `/home/sarvatt/source/xserver-xorg-video-glide-1.1.0/build/src' CC glide_driver.lo CCLD glide_drv.la make[3]: Leaving directory `/home/sarvatt/source/xserver-xorg-video-glide-1.1.0/build/src' Making all in man make[3]: Entering directory `/home/sarvatt/source/xserver-xorg-video-glide-1.1.0/build/man' GEN glide.4 make[3]: Leaving directory `/home/sarvatt/source/xserver-xorg-video-glide-1.1.0/build/man' make[3]: Entering directory `/home/sarvatt/source/xserver-xorg-video-glide-1.1.0/build' make[3]: Leaving directory `/home/sarvatt/source/xserver-xorg-video-glide-1.1.0/build' make[2]: Leaving directory `/home/sarvatt/source/xserver-xorg-video-glide-1.1.0/build' make[1]: Leaving directory `/home/sarvatt/source/xserver-xorg-video-glide-1.1.0/build' touch build-stamp fakeroot debian/rules binary 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=/home/sarvatt/source/xserver-xorg-video-glide-1.1.0/debian/tmp install make[1]: Entering directory `/home/sarvatt/source/xserver-xorg-video-glide-1.1.0/build' Making install in src make[2]: Entering directory `/home/sarvatt/source/xserver-xorg-video-glide-1.1.0/build/src' make[3]: Entering directory `/home/sarvatt/source/xserver-xorg-video-glide-1.1.0/build/src' make[3]: Nothing to be done for `install-exec-am'. test -z "/usr/lib/xorg/modules/drivers" || /bin/mkdir -p "/home/sarvatt/source/xserver-xorg-video-glide-1.1.0/debian/tmp/usr/lib/xorg/modules/drivers" /bin/bash ../libtool --mode=install /usr/bin/install -c glide_drv.la '/home/sarvatt/source/xserver-xorg-video-glide-1.1.0/debian/tmp/usr/lib/xorg/modules/drivers' libtool: install: /usr/bin/install -c .libs/glide_drv.so /home/sarvatt/source/xserver-xorg-video-glide-1.1.0/debian/tmp/usr/lib/xorg/modules/drivers/glide_drv.so libtool: install: /usr/bin/install -c .libs/glide_drv.lai /home/sarvatt/source/xserver-xorg-video-glide-1.1.0/debian/tmp/usr/lib/xorg/modules/drivers/glide_drv.la libtool: install: warning: remember to run `libtool --finish /usr/lib/xorg/modules/drivers' make[3]: Leaving directory `/home/sarvatt/source/xserver-xorg-video-glide-1.1.0/build/src' make[2]: Leaving directory `/home/sarvatt/source/xserver-xorg-video-glide-1.1.0/build/src' Making install in man make[2]: Entering directory `/home/sarvatt/source/xserver-xorg-video-glide-1.1.0/build/man' make[3]: Entering directory `/home/sarvatt/source/xserver-xorg-video-glide-1.1.0/build/man' make[3]: Nothing to be done for `install-exec-am'. test -z "/usr/share/man/man4" || /bin/mkdir -p "/home/sarvatt/source/xserver-xorg-video-glide-1.1.0/debian/tmp/usr/share/man/man4" /usr/bin/install -c -m 644 glide.4 '/home/sarvatt/source/xserver-xorg-video-glide-1.1.0/debian/tmp/usr/share/man/man4' make[3]: Leaving directory `/home/sarvatt/source/xserver-xorg-video-glide-1.1.0/build/man' make[2]: Leaving directory `/home/sarvatt/source/xserver-xorg-video-glide-1.1.0/build/man' make[2]: Entering directory `/home/sarvatt/source/xserver-xorg-video-glide-1.1.0/build' make[3]: Entering directory `/home/sarvatt/source/xserver-xorg-video-glide-1.1.0/build' 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/sarvatt/source/xserver-xorg-video-glide-1.1.0/build' make[2]: Leaving directory `/home/sarvatt/source/xserver-xorg-video-glide-1.1.0/build' make[1]: Leaving directory `/home/sarvatt/source/xserver-xorg-video-glide-1.1.0/build' echo "xviddriver:Depends=xorg-video-abi-8.0, xserver-xorg-core (>= 2:1.8.99.905-1ubuntu3)" >> debian/xserver-xorg-video-glide.substvars echo "xinpdriver:Depends=xorg-input-abi-11.0, xserver-xorg-core (>= 2:1.8.99.905-1ubuntu3)" >> debian/xserver-xorg-video-glide.substvars # the following is there for compatibility... echo "xviddriver:Provides=xserver-xorg-video-8, xorg-driver-video" >> debian/xserver-xorg-video-glide.substvars echo "xinpdriver:Provides=xserver-xorg-input-11, xorg-driver-input" >> debian/xserver-xorg-video-glide.substvars echo "xserver:Depends=xorg-video-abi-8.0, xserver-xorg-core (>= 2:1.8.99.905-1ubuntu3), xorg-input-abi-11.0, xserver-xorg-core (>= 2:1.8.99.905-1ubuntu3)" >> debian/xserver-xorg-video-glide.substvars dh_testdir dh_testroot dh_installdocs dh_installchangelogs ChangeLog dh_install --sourcedir=debian/tmp --list-missing --exclude=glide_drv.la --exclude=usr/share/man/man4 dh_installman dh_link dh_strip dh_compress dh_fixperms dh_makeshlibs dh_shlibdeps -- --warnings=6 dh_installdeb dh_gencontrol dpkg-gencontrol: warning: package xserver-xorg-video-glide: unused substitution variable ${xinpdriver:Provides} dpkg-gencontrol: warning: package xserver-xorg-video-glide: unused substitution variable ${xserver:Depends} dpkg-gencontrol: warning: package xserver-xorg-video-glide: unused substitution variable ${xinpdriver:Depends} dh_md5sums dh_builddeb dpkg-deb: building package `xserver-xorg-video-glide' in `../xserver-xorg-video-glide_1.1.0-1_i386.deb'. dpkg-genchanges -b >../xserver-xorg-video-glide_1.1.0-1_i386.changes dpkg-genchanges: binary-only upload - not including any source code dpkg-source -i -I --after-build xserver-xorg-video-glide-1.1.0 dpkg-buildpackage: binary only upload (no source included) Now running lintian... I: xserver-xorg-video-glide: 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: Finished running lintian.