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 xfree86-driver-synaptics dpkg-buildpackage: source version 0.99.2-0.1 dpkg-buildpackage: source changed by Darren Salt 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 rm -f stampdir/patch Unapplying patches...nothing to do. dh_testdir rm -f .pc patches rm -rf stampdir build-tree rm -rf imports dh_clean debian/shlibs.local \ debian/MANIFEST.i386 debian/MANIFEST.i386.new \ debian/po/pothead 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 obj-* # for snapshot builds #chmod +x configure dh_clean dpkg-source -b xfree86-driver-synaptics-0.99.2 dpkg-source: info: using source format `1.0' dpkg-source: info: building xfree86-driver-synaptics using existing xfree86-driver-synaptics_0.99.2.orig.tar.gz dpkg-source: info: building xfree86-driver-synaptics in xfree86-driver-synaptics_0.99.2-0.1.diff.gz dpkg-source: info: building xfree86-driver-synaptics in xfree86-driver-synaptics_0.99.2-0.1.dsc debian/rules build mkdir stampdir >stampdir/stampdir if [ ! -e stampdir/patches ]; then \ mkdir stampdir/patches; \ ln -s stampdir/patches .pc; \ echo 2 >stampdir/patches/.version; \ fi; \ if [ ! -e stampdir/log ]; then \ mkdir stampdir/log; \ fi; \ if [ -e debian/patches ] && [ ! -e patches ]; then \ ln -s debian/patches patches; \ fi; \ >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 --quiltrc /dev/null next >/dev/null 2>&1; then \ echo -n "Applying patches..."; \ if 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-synaptics-dont-grab-if-not-on-current-VT.patch patching file src/synaptics.c Hunk #1 succeeded at 687 (offset 124 lines). Now at patch 01-synaptics-dont-grab-if-not-on-current-VT.patch successful. dh_testdir test -d obj-i486-linux-gnu || mkdir obj-i486-linux-gnu cd obj-i486-linux-gnu && \ sh ../configure --prefix=/usr --mandir=\${prefix}/share/man \ --infodir=\${prefix}/share/info --build=i486-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 build system type... i486-pc-linux-gnu checking host system type... i486-pc-linux-gnu checking for style of include used by make... GNU checking for gcc... 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 gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking dependency style of gcc... gcc3 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 gcc... /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... gcc -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 for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... gcc3 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 gcc object... ok checking for objdir... .libs checking for ar... ar checking for ranlib... ranlib checking for strip... strip checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC checking if gcc PIC flag -fPIC works... yes checking if gcc static flag -static works... yes checking if gcc supports -c -o file.o... yes checking whether the gcc 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 configure: creating libtool appending configuration tag "CXX" to libtool checking for ld used by g++... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking whether the g++ linker (/usr/bin/ld) 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) 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 gcc... (cached) gcc checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ISO C89... (cached) none needed checking dependency style of gcc... (cached) gcc3 checking which optional backends will be build... eventcomm checking if RANDR is defined... yes checking if XINPUT is defined... yes checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for XORG... yes checking for XLIB... yes checking for ANSI C header files... (cached) yes configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating man/Makefile config.status: creating tools/Makefile config.status: creating fdi/Makefile config.status: creating include/Makefile config.status: creating xorg-synaptics.pc config.status: creating config.h config.status: executing depfiles commands cd obj-i486-linux-gnu && /usr/bin/make make[1]: Entering directory `/home/ds/src/x/xfree86-driver-synaptics-0.99.2/obj-i486-linux-gnu' /usr/bin/make all-recursive make[2]: Entering directory `/home/ds/src/x/xfree86-driver-synaptics-0.99.2/obj-i486-linux-gnu' Making all in include make[3]: Entering directory `/home/ds/src/x/xfree86-driver-synaptics-0.99.2/obj-i486-linux-gnu/include' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/home/ds/src/x/xfree86-driver-synaptics-0.99.2/obj-i486-linux-gnu/include' Making all in src make[3]: Entering directory `/home/ds/src/x/xfree86-driver-synaptics-0.99.2/obj-i486-linux-gnu/src' /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../../include/ -Wall -g -O2 -I/usr/include/xorg -I/usr/include/pixman-1 -I../../src -MT synaptics.lo -MD -MP -MF .deps/synaptics.Tpo -c -o synaptics.lo ../../src/synaptics.c mkdir .libs gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../../include/ -Wall -g -O2 -I/usr/include/xorg -I/usr/include/pixman-1 -I../../src -MT synaptics.lo -MD -MP -MF .deps/synaptics.Tpo -c ../../src/synaptics.c -fPIC -DPIC -o .libs/synaptics.o mv -f .deps/synaptics.Tpo .deps/synaptics.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../../include/ -Wall -g -O2 -I/usr/include/xorg -I/usr/include/pixman-1 -I../../src -MT alpscomm.lo -MD -MP -MF .deps/alpscomm.Tpo -c -o alpscomm.lo ../../src/alpscomm.c gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../../include/ -Wall -g -O2 -I/usr/include/xorg -I/usr/include/pixman-1 -I../../src -MT alpscomm.lo -MD -MP -MF .deps/alpscomm.Tpo -c ../../src/alpscomm.c -fPIC -DPIC -o .libs/alpscomm.o mv -f .deps/alpscomm.Tpo .deps/alpscomm.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../../include/ -Wall -g -O2 -I/usr/include/xorg -I/usr/include/pixman-1 -I../../src -MT ps2comm.lo -MD -MP -MF .deps/ps2comm.Tpo -c -o ps2comm.lo ../../src/ps2comm.c gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../../include/ -Wall -g -O2 -I/usr/include/xorg -I/usr/include/pixman-1 -I../../src -MT ps2comm.lo -MD -MP -MF .deps/ps2comm.Tpo -c ../../src/ps2comm.c -fPIC -DPIC -o .libs/ps2comm.o mv -f .deps/ps2comm.Tpo .deps/ps2comm.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../../include/ -Wall -g -O2 -I/usr/include/xorg -I/usr/include/pixman-1 -I../../src -MT properties.lo -MD -MP -MF .deps/properties.Tpo -c -o properties.lo ../../src/properties.c gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../../include/ -Wall -g -O2 -I/usr/include/xorg -I/usr/include/pixman-1 -I../../src -MT properties.lo -MD -MP -MF .deps/properties.Tpo -c ../../src/properties.c -fPIC -DPIC -o .libs/properties.o mv -f .deps/properties.Tpo .deps/properties.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../../include/ -Wall -g -O2 -I/usr/include/xorg -I/usr/include/pixman-1 -I../../src -MT eventcomm.lo -MD -MP -MF .deps/eventcomm.Tpo -c -o eventcomm.lo ../../src/eventcomm.c gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../../include/ -Wall -g -O2 -I/usr/include/xorg -I/usr/include/pixman-1 -I../../src -MT eventcomm.lo -MD -MP -MF .deps/eventcomm.Tpo -c ../../src/eventcomm.c -fPIC -DPIC -o .libs/eventcomm.o mv -f .deps/eventcomm.Tpo .deps/eventcomm.Plo /bin/sh ../libtool --tag=CC --mode=link gcc -Wall -g -O2 -I/usr/include/xorg -I/usr/include/pixman-1 -I../../src -module -avoid-version -o synaptics_drv.la -rpath /usr/lib/xorg/modules/input synaptics.lo alpscomm.lo ps2comm.lo properties.lo eventcomm.lo gcc -shared .libs/synaptics.o .libs/alpscomm.o .libs/ps2comm.o .libs/properties.o .libs/eventcomm.o -Wl,-soname -Wl,synaptics_drv.so -o .libs/synaptics_drv.so creating synaptics_drv.la (cd .libs && rm -f synaptics_drv.la && ln -s ../synaptics_drv.la synaptics_drv.la) make[3]: Leaving directory `/home/ds/src/x/xfree86-driver-synaptics-0.99.2/obj-i486-linux-gnu/src' Making all in man make[3]: Entering directory `/home/ds/src/x/xfree86-driver-synaptics-0.99.2/obj-i486-linux-gnu/man' sed -e 's|__vendorversion__|"xf86-input-synaptics 0.99.2" "X Version 11"|' -e 's|__xorgversion__|"xf86-input-synaptics 0.99.2" "X Version 11"|' -e 's|__xservername__|Xorg|g' -e 's|__xconfigfile__|xorg.conf|g' -e 's|__projectroot__|/usr|g' -e 's|__appmansuffix__|1|g' -e 's|__drivermansuffix__|4|g' -e 's|__adminmansuffix__|8|g' -e 's|__miscmansuffix__|7|g' -e 's|__filemansuffix__|5|g' < ../../man/synaptics.man > synaptics.4 sed -e 's|__vendorversion__|"xf86-input-synaptics 0.99.2" "X Version 11"|' -e 's|__xorgversion__|"xf86-input-synaptics 0.99.2" "X Version 11"|' -e 's|__xservername__|Xorg|g' -e 's|__xconfigfile__|xorg.conf|g' -e 's|__projectroot__|/usr|g' -e 's|__appmansuffix__|1|g' -e 's|__drivermansuffix__|4|g' -e 's|__adminmansuffix__|8|g' -e 's|__miscmansuffix__|7|g' -e 's|__filemansuffix__|5|g' < ../../man/synclient.man > synclient.1 sed -e 's|__vendorversion__|"xf86-input-synaptics 0.99.2" "X Version 11"|' -e 's|__xorgversion__|"xf86-input-synaptics 0.99.2" "X Version 11"|' -e 's|__xservername__|Xorg|g' -e 's|__xconfigfile__|xorg.conf|g' -e 's|__projectroot__|/usr|g' -e 's|__appmansuffix__|1|g' -e 's|__drivermansuffix__|4|g' -e 's|__adminmansuffix__|8|g' -e 's|__miscmansuffix__|7|g' -e 's|__filemansuffix__|5|g' < ../../man/syndaemon.man > syndaemon.1 make[3]: Leaving directory `/home/ds/src/x/xfree86-driver-synaptics-0.99.2/obj-i486-linux-gnu/man' Making all in tools make[3]: Entering directory `/home/ds/src/x/xfree86-driver-synaptics-0.99.2/obj-i486-linux-gnu/tools' gcc -DHAVE_CONFIG_H -I. -I../../tools -I.. -I../../include/ -Wall -g -O2 -I/usr/include/xorg -I/usr/include/pixman-1 -I../../src -MT synclient.o -MD -MP -MF .deps/synclient.Tpo -c -o synclient.o ../../tools/synclient.c mv -f .deps/synclient.Tpo .deps/synclient.Po /bin/sh ../libtool --tag=CC --mode=link gcc -Wall -g -O2 -I/usr/include/xorg -I/usr/include/pixman-1 -I../../src -lm -o synclient synclient.o mkdir .libs gcc -Wall -g -O2 -I/usr/include/xorg -I/usr/include/pixman-1 -I../../src -o synclient synclient.o -lm gcc -DHAVE_CONFIG_H -I. -I../../tools -I.. -I../../include/ -Wall -g -O2 -I/usr/include/xorg -I/usr/include/pixman-1 -I../../src -MT syndaemon.o -MD -MP -MF .deps/syndaemon.Tpo -c -o syndaemon.o ../../tools/syndaemon.c mv -f .deps/syndaemon.Tpo .deps/syndaemon.Po /bin/sh ../libtool --tag=CC --mode=link gcc -Wall -g -O2 -I/usr/include/xorg -I/usr/include/pixman-1 -I../../src -lX11 -o syndaemon syndaemon.o gcc -Wall -g -O2 -I/usr/include/xorg -I/usr/include/pixman-1 -I../../src -o syndaemon syndaemon.o -lX11 make[3]: Leaving directory `/home/ds/src/x/xfree86-driver-synaptics-0.99.2/obj-i486-linux-gnu/tools' Making all in fdi make[3]: Entering directory `/home/ds/src/x/xfree86-driver-synaptics-0.99.2/obj-i486-linux-gnu/fdi' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/home/ds/src/x/xfree86-driver-synaptics-0.99.2/obj-i486-linux-gnu/fdi' make[3]: Entering directory `/home/ds/src/x/xfree86-driver-synaptics-0.99.2/obj-i486-linux-gnu' make[3]: Nothing to be done for `all-am'. make[3]: Leaving directory `/home/ds/src/x/xfree86-driver-synaptics-0.99.2/obj-i486-linux-gnu' make[2]: Leaving directory `/home/ds/src/x/xfree86-driver-synaptics-0.99.2/obj-i486-linux-gnu' make[1]: Leaving directory `/home/ds/src/x/xfree86-driver-synaptics-0.99.2/obj-i486-linux-gnu' touch build-stamp fakeroot debian/rules binary dh_testdir dh_testroot dh_clean -k dh_installdirs cd obj-i486-linux-gnu && /usr/bin/make DESTDIR=/home/ds/src/x/xfree86-driver-synaptics-0.99.2/debian/tmp install make[1]: Entering directory `/home/ds/src/x/xfree86-driver-synaptics-0.99.2/obj-i486-linux-gnu' Making install in include make[2]: Entering directory `/home/ds/src/x/xfree86-driver-synaptics-0.99.2/obj-i486-linux-gnu/include' make[3]: Entering directory `/home/ds/src/x/xfree86-driver-synaptics-0.99.2/obj-i486-linux-gnu/include' make[3]: Nothing to be done for `install-exec-am'. test -z "/usr/include/xorg" || /bin/mkdir -p "/home/ds/src/x/xfree86-driver-synaptics-0.99.2/debian/tmp/usr/include/xorg" /usr/bin/install -c -m 644 '../../include/synaptics.h' '/home/ds/src/x/xfree86-driver-synaptics-0.99.2/debian/tmp/usr/include/xorg/synaptics.h' /usr/bin/install -c -m 644 '../../include/synaptics-properties.h' '/home/ds/src/x/xfree86-driver-synaptics-0.99.2/debian/tmp/usr/include/xorg/synaptics-properties.h' make[3]: Leaving directory `/home/ds/src/x/xfree86-driver-synaptics-0.99.2/obj-i486-linux-gnu/include' make[2]: Leaving directory `/home/ds/src/x/xfree86-driver-synaptics-0.99.2/obj-i486-linux-gnu/include' Making install in src make[2]: Entering directory `/home/ds/src/x/xfree86-driver-synaptics-0.99.2/obj-i486-linux-gnu/src' make[3]: Entering directory `/home/ds/src/x/xfree86-driver-synaptics-0.99.2/obj-i486-linux-gnu/src' make[3]: Nothing to be done for `install-exec-am'. test -z "/usr/lib/xorg/modules/input" || /bin/mkdir -p "/home/ds/src/x/xfree86-driver-synaptics-0.99.2/debian/tmp/usr/lib/xorg/modules/input" /bin/sh ../libtool --mode=install /usr/bin/install -c 'synaptics_drv.la' '/home/ds/src/x/xfree86-driver-synaptics-0.99.2/debian/tmp/usr/lib/xorg/modules/input/synaptics_drv.la' /usr/bin/install -c .libs/synaptics_drv.so /home/ds/src/x/xfree86-driver-synaptics-0.99.2/debian/tmp/usr/lib/xorg/modules/input/synaptics_drv.so /usr/bin/install -c .libs/synaptics_drv.lai /home/ds/src/x/xfree86-driver-synaptics-0.99.2/debian/tmp/usr/lib/xorg/modules/input/synaptics_drv.la libtool: install: warning: remember to run `libtool --finish /usr/lib/xorg/modules/input' make[3]: Leaving directory `/home/ds/src/x/xfree86-driver-synaptics-0.99.2/obj-i486-linux-gnu/src' make[2]: Leaving directory `/home/ds/src/x/xfree86-driver-synaptics-0.99.2/obj-i486-linux-gnu/src' Making install in man make[2]: Entering directory `/home/ds/src/x/xfree86-driver-synaptics-0.99.2/obj-i486-linux-gnu/man' make[3]: Entering directory `/home/ds/src/x/xfree86-driver-synaptics-0.99.2/obj-i486-linux-gnu/man' make[3]: Nothing to be done for `install-exec-am'. test -z "/usr/share/man/man4" || /bin/mkdir -p "/home/ds/src/x/xfree86-driver-synaptics-0.99.2/debian/tmp/usr/share/man/man4" /usr/bin/install -c -m 644 'synaptics.4' '/home/ds/src/x/xfree86-driver-synaptics-0.99.2/debian/tmp/usr/share/man/man4/synaptics.4' test -z "/usr/share/man/man1" || /bin/mkdir -p "/home/ds/src/x/xfree86-driver-synaptics-0.99.2/debian/tmp/usr/share/man/man1" /usr/bin/install -c -m 644 'synclient.1' '/home/ds/src/x/xfree86-driver-synaptics-0.99.2/debian/tmp/usr/share/man/man1/synclient.1' test -z "/usr/share/man/man1" || /bin/mkdir -p "/home/ds/src/x/xfree86-driver-synaptics-0.99.2/debian/tmp/usr/share/man/man1" /usr/bin/install -c -m 644 'syndaemon.1' '/home/ds/src/x/xfree86-driver-synaptics-0.99.2/debian/tmp/usr/share/man/man1/syndaemon.1' make[3]: Leaving directory `/home/ds/src/x/xfree86-driver-synaptics-0.99.2/obj-i486-linux-gnu/man' make[2]: Leaving directory `/home/ds/src/x/xfree86-driver-synaptics-0.99.2/obj-i486-linux-gnu/man' Making install in tools make[2]: Entering directory `/home/ds/src/x/xfree86-driver-synaptics-0.99.2/obj-i486-linux-gnu/tools' make[3]: Entering directory `/home/ds/src/x/xfree86-driver-synaptics-0.99.2/obj-i486-linux-gnu/tools' test -z "/usr/bin" || /bin/mkdir -p "/home/ds/src/x/xfree86-driver-synaptics-0.99.2/debian/tmp/usr/bin" /bin/sh ../libtool --mode=install /usr/bin/install -c 'synclient' '/home/ds/src/x/xfree86-driver-synaptics-0.99.2/debian/tmp/usr/bin/synclient' /usr/bin/install -c synclient /home/ds/src/x/xfree86-driver-synaptics-0.99.2/debian/tmp/usr/bin/synclient /bin/sh ../libtool --mode=install /usr/bin/install -c 'syndaemon' '/home/ds/src/x/xfree86-driver-synaptics-0.99.2/debian/tmp/usr/bin/syndaemon' /usr/bin/install -c syndaemon /home/ds/src/x/xfree86-driver-synaptics-0.99.2/debian/tmp/usr/bin/syndaemon make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/home/ds/src/x/xfree86-driver-synaptics-0.99.2/obj-i486-linux-gnu/tools' make[2]: Leaving directory `/home/ds/src/x/xfree86-driver-synaptics-0.99.2/obj-i486-linux-gnu/tools' Making install in fdi make[2]: Entering directory `/home/ds/src/x/xfree86-driver-synaptics-0.99.2/obj-i486-linux-gnu/fdi' make[3]: Entering directory `/home/ds/src/x/xfree86-driver-synaptics-0.99.2/obj-i486-linux-gnu/fdi' 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/ds/src/x/xfree86-driver-synaptics-0.99.2/obj-i486-linux-gnu/fdi' make[2]: Leaving directory `/home/ds/src/x/xfree86-driver-synaptics-0.99.2/obj-i486-linux-gnu/fdi' make[2]: Entering directory `/home/ds/src/x/xfree86-driver-synaptics-0.99.2/obj-i486-linux-gnu' make[3]: Entering directory `/home/ds/src/x/xfree86-driver-synaptics-0.99.2/obj-i486-linux-gnu' make[3]: Nothing to be done for `install-exec-am'. test -z "/usr/lib/pkgconfig" || /bin/mkdir -p "/home/ds/src/x/xfree86-driver-synaptics-0.99.2/debian/tmp/usr/lib/pkgconfig" /usr/bin/install -c -m 644 'xorg-synaptics.pc' '/home/ds/src/x/xfree86-driver-synaptics-0.99.2/debian/tmp/usr/lib/pkgconfig/xorg-synaptics.pc' make[3]: Leaving directory `/home/ds/src/x/xfree86-driver-synaptics-0.99.2/obj-i486-linux-gnu' make[2]: Leaving directory `/home/ds/src/x/xfree86-driver-synaptics-0.99.2/obj-i486-linux-gnu' make[1]: Leaving directory `/home/ds/src/x/xfree86-driver-synaptics-0.99.2/obj-i486-linux-gnu' install -d /home/ds/src/x/xfree86-driver-synaptics-0.99.2/debian/tmp/usr/share/hal/fdi/policy/20thirdparty install -m 0644 fdi/11-x11-synaptics.fdi \ /home/ds/src/x/xfree86-driver-synaptics-0.99.2/debian/tmp/usr/share/hal/fdi/policy/20thirdparty echo "xserver:Depends=xserver-xorg-core (>= 2:1.4)" >> debian/xserver-xorg-input-synaptics.substvars echo "xviddriver:Provides=xserver-xorg-video-2" >> debian/xserver-xorg-input-synaptics.substvars echo "xinpdriver:Provides=xserver-xorg-input-2" >> debian/xserver-xorg-input-synaptics.substvars dh_testdir dh_testroot dh_installdocs dh_installchangelogs ChangeLog dh_install --sourcedir=debian/tmp --list-missing --exclude=synaptics_drv.la --exclude=usr/share/man dh_install: debian/tmp/usr/include/xorg/synaptics-properties.h exists in debian/tmp/ but is not installed to anywhere dh_install: debian/tmp/usr/include/xorg/synaptics.h exists in debian/tmp/ but is not installed to anywhere dh_install: debian/tmp/usr/lib/pkgconfig/xorg-synaptics.pc exists in debian/tmp/ but is not installed to anywhere dh_installman dh_link dh_strip dh_compress dh_fixperms dh_installdeb dh_shlibdeps -- --warnings=6 dh_gencontrol dh_md5sums dh_builddeb dpkg-deb: building package `xfree86-driver-synaptics' in `../xfree86-driver-synaptics_0.99.2-0.1_i386.deb'. dpkg-deb: building package `xserver-xorg-input-synaptics' in `../xserver-xorg-input-synaptics_0.99.2-0.1_i386.deb'. dpkg-genchanges >../xfree86-driver-synaptics_0.99.2-0.1_i386.changes dpkg-genchanges: including full source code in upload dpkg-buildpackage: full upload (original source is included) Now running lintian... W: xfree86-driver-synaptics source: changelog-should-mention-nmu Finished running lintian. Now signing changes and any dsc files... signfile xfree86-driver-synaptics_0.99.2-0.1.dsc Darren Salt signfile xfree86-driver-synaptics_0.99.2-0.1_i386.changes Darren Salt Successfully signed dsc and changes files