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 x11-xserver-utils dpkg-buildpackage: source version 7.6~1 dpkg-buildpackage: source changed by Cyril Brulebois dpkg-source -i -I --before-build x11-xserver-utils-7.6~1 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 dh_clean debian/rules build mkdir stampdir >stampdir/stampdir 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.6~1/' \ -e 's/@OFFICIAL_BUILD@//' \ <$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 mkdir -p stampdir/log >stampdir/logdir >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_sessreg_implement_hostname_hashing.diff patching file sessreg/sessreg.c Hunk #1 succeeded at 93 (offset -4 lines). Hunk #2 succeeded at 416 (offset 19 lines). Hunk #3 succeeded at 676 (offset 24 lines). Now at patch 01_sessreg_implement_hostname_hashing.diff successful. dh_testdir mkdir -p iceauth-build cd iceauth-build && \ ../iceauth/configure --prefix=/usr --mandir=\${prefix}/share/man \ --infodir=\${prefix}/share/info --build=i686-linux-gnu \ --disable-xprint \ CFLAGS="-Wall -g -O2" \ RSH=rsh \ MANCONF="/etc/manpath.config" configure: WARNING: unrecognized options: --disable-xprint 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... no 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 for style of include used by make... GNU checking dependency style of gcc... gcc3 checking return type of signal handlers... void 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 ICEAUTH... yes configure: creating ./config.status config.status: creating Makefile config.status: creating config.h config.status: executing depfiles commands configure: WARNING: unrecognized options: --disable-xprint cd iceauth-build && /usr/bin/make make[1]: Entering directory `/home/sarvatt/source/x11-xserver-utils-7.6~1/iceauth-build' /usr/bin/make all-am make[2]: Entering directory `/home/sarvatt/source/x11-xserver-utils-7.6~1/iceauth-build' CC iceauth.o CC process.o ../iceauth/process.c: In function 'auth_finalize': ../iceauth/process.c:674:3: warning: ignoring return value of 'write', declared with attribute warn_unused_result ../iceauth/process.c:675:3: warning: ignoring return value of 'write', declared with attribute warn_unused_result ../iceauth/process.c:676:3: warning: ignoring return value of 'write', declared with attribute warn_unused_result ../iceauth/process.c: In function 'catchsig': ../iceauth/process.c:506:38: warning: ignoring return value of 'write', declared with attribute warn_unused_result CCLD iceauth GEN iceauth.1 make[2]: Leaving directory `/home/sarvatt/source/x11-xserver-utils-7.6~1/iceauth-build' make[1]: Leaving directory `/home/sarvatt/source/x11-xserver-utils-7.6~1/iceauth-build' >stampdir/build-iceauth dh_testdir mkdir -p rgb-build cd rgb-build && \ ../rgb/configure --prefix=/usr --mandir=\${prefix}/share/man \ --infodir=\${prefix}/share/info --build=i686-linux-gnu \ --disable-xprint \ CFLAGS="-Wall -g -O2" \ RSH=rsh \ MANCONF="/etc/manpath.config" configure: WARNING: unrecognized options: --disable-xprint 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... 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... 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 RGB... yes checking for rgb database location... ${datarootdir}/X11/rgb checking for rgb database format... text configure: creating ./config.status config.status: creating Makefile config.status: creating man/Makefile config.status: creating config.h config.status: executing depfiles commands configure: WARNING: unrecognized options: --disable-xprint cd rgb-build && /usr/bin/make make[1]: Entering directory `/home/sarvatt/source/x11-xserver-utils-7.6~1/rgb-build' /usr/bin/make all-recursive make[2]: Entering directory `/home/sarvatt/source/x11-xserver-utils-7.6~1/rgb-build' Making all in man make[3]: Entering directory `/home/sarvatt/source/x11-xserver-utils-7.6~1/rgb-build/man' GEN showrgb.1 make[3]: Leaving directory `/home/sarvatt/source/x11-xserver-utils-7.6~1/rgb-build/man' make[3]: Entering directory `/home/sarvatt/source/x11-xserver-utils-7.6~1/rgb-build' CC showrgb.o CCLD showrgb make[3]: Leaving directory `/home/sarvatt/source/x11-xserver-utils-7.6~1/rgb-build' make[2]: Leaving directory `/home/sarvatt/source/x11-xserver-utils-7.6~1/rgb-build' make[1]: Leaving directory `/home/sarvatt/source/x11-xserver-utils-7.6~1/rgb-build' >stampdir/build-rgb dh_testdir mkdir -p sessreg-build cd sessreg-build && \ ../sessreg/configure --prefix=/usr --mandir=\${prefix}/share/man \ --infodir=\${prefix}/share/info --build=i686-linux-gnu \ --disable-xprint \ CFLAGS="-Wall -g -O2" \ RSH=rsh \ MANCONF="/etc/manpath.config" configure: WARNING: unrecognized options: --disable-xprint checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-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 how to run the C preprocessor... gcc -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 minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... 64 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 for style of include used by make... GNU checking dependency style of gcc... gcc3 checking whether to enable maintainer-specific portions of Makefiles... no checking for gcc option to accept ISO C99... -std=gnu99 checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes 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 for gcc option to accept ISO C99... (cached) -std=gnu99 checking lastlog.h usability... yes checking lastlog.h presence... yes checking for lastlog.h... yes checking utmp.h usability... yes checking utmp.h presence... yes checking for utmp.h... yes checking utmpx.h usability... yes checking utmpx.h presence... yes checking for utmpx.h... yes checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking for struct utmpx.ut_syslen... no checking for updwtmpx... yes checking for utmpxname... yes checking for SESSREG... yes configure: creating ./config.status config.status: creating Makefile config.status: creating config.h config.status: executing depfiles commands configure: WARNING: unrecognized options: --disable-xprint cd sessreg-build && /usr/bin/make make[1]: Entering directory `/home/sarvatt/source/x11-xserver-utils-7.6~1/sessreg-build' /usr/bin/make all-am make[2]: Entering directory `/home/sarvatt/source/x11-xserver-utils-7.6~1/sessreg-build' CC sessreg.o ../sessreg/sessreg.c: In function 'set_utmp': ../sessreg/sessreg.c:426:3: warning: pointer targets in passing argument 1 of 'hash' differ in signedness ../sessreg/sessreg.c:104:5: note: expected 'ub1 *' but argument is of type 'char *' CCLD sessreg GEN filenames.sed GEN sessreg.1 make[2]: Leaving directory `/home/sarvatt/source/x11-xserver-utils-7.6~1/sessreg-build' make[1]: Leaving directory `/home/sarvatt/source/x11-xserver-utils-7.6~1/sessreg-build' >stampdir/build-sessreg dh_testdir mkdir -p xcmsdb-build cd xcmsdb-build && \ ../xcmsdb/configure --prefix=/usr --mandir=\${prefix}/share/man \ --infodir=\${prefix}/share/info --build=i686-linux-gnu \ --disable-xprint \ CFLAGS="-Wall -g -O2" \ RSH=rsh \ MANCONF="/etc/manpath.config" configure: WARNING: unrecognized options: --disable-xprint 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... 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... 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 XCMSDB... yes configure: creating ./config.status config.status: creating Makefile config.status: creating config.h config.status: executing depfiles commands configure: WARNING: unrecognized options: --disable-xprint cd xcmsdb-build && /usr/bin/make make[1]: Entering directory `/home/sarvatt/source/x11-xserver-utils-7.6~1/xcmsdb-build' /usr/bin/make all-am make[2]: Entering directory `/home/sarvatt/source/x11-xserver-utils-7.6~1/xcmsdb-build' CC loadData.o CC xcmsdb.o CCLD xcmsdb GEN xcmsdb.1 make[2]: Leaving directory `/home/sarvatt/source/x11-xserver-utils-7.6~1/xcmsdb-build' make[1]: Leaving directory `/home/sarvatt/source/x11-xserver-utils-7.6~1/xcmsdb-build' >stampdir/build-xcmsdb dh_testdir mkdir -p xgamma-build cd xgamma-build && \ ../xgamma/configure --prefix=/usr --mandir=\${prefix}/share/man \ --infodir=\${prefix}/share/info --build=i686-linux-gnu \ --disable-xprint \ CFLAGS="-Wall -g -O2" \ RSH=rsh \ MANCONF="/etc/manpath.config" configure: WARNING: unrecognized options: --disable-xprint 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... 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... 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 XGAMMA... yes configure: creating ./config.status config.status: creating Makefile config.status: creating config.h config.status: executing depfiles commands configure: WARNING: unrecognized options: --disable-xprint cd xgamma-build && /usr/bin/make make[1]: Entering directory `/home/sarvatt/source/x11-xserver-utils-7.6~1/xgamma-build' /usr/bin/make all-am make[2]: Entering directory `/home/sarvatt/source/x11-xserver-utils-7.6~1/xgamma-build' CC xgamma.o CCLD xgamma GEN xgamma.1 make[2]: Leaving directory `/home/sarvatt/source/x11-xserver-utils-7.6~1/xgamma-build' make[1]: Leaving directory `/home/sarvatt/source/x11-xserver-utils-7.6~1/xgamma-build' >stampdir/build-xgamma dh_testdir mkdir -p xhost-build cd xhost-build && \ ../xhost/configure --prefix=/usr --mandir=\${prefix}/share/man \ --infodir=\${prefix}/share/info --build=i686-linux-gnu \ --disable-xprint \ CFLAGS="-Wall -g -O2" \ RSH=rsh \ MANCONF="/etc/manpath.config" configure: WARNING: unrecognized options: --disable-xprint 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... 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... gcc3 checking return type of signal handlers... void 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 XHOST... yes checking if Xtrans should support UNIX socket connections... yes checking if Xtrans should support TCP socket connections... yes checking for library containing socket... none required checking for library containing gethostbyname... none required checking for getaddrinfo... yes checking if IPv6 support should be built... yes checking for struct sockaddr_in.sin_len... no checking for socklen_t... yes checking if Xtrans should support os-specific local connections... no checking for authdes_seccreate... no checking for authdes_create... yes checking for library containing getsecretkey... none required checking if Secure RPC authentication ("SUN-DES-1") should be supported... yes configure: creating ./config.status config.status: creating Makefile config.status: creating config.h config.status: executing depfiles commands configure: WARNING: unrecognized options: --disable-xprint cd xhost-build && /usr/bin/make make[1]: Entering directory `/home/sarvatt/source/x11-xserver-utils-7.6~1/xhost-build' /usr/bin/make all-am make[2]: Entering directory `/home/sarvatt/source/x11-xserver-utils-7.6~1/xhost-build' CC xhost.o ../xhost/xhost.c: In function 'change_host': ../xhost/xhost.c:566:19: warning: ignoring return value of 'getdomainname', declared with attribute warn_unused_result CCLD xhost GEN xhost.1 make[2]: Leaving directory `/home/sarvatt/source/x11-xserver-utils-7.6~1/xhost-build' make[1]: Leaving directory `/home/sarvatt/source/x11-xserver-utils-7.6~1/xhost-build' >stampdir/build-xhost dh_testdir mkdir -p xmodmap-build cd xmodmap-build && \ ../xmodmap/configure --prefix=/usr --mandir=\${prefix}/share/man \ --infodir=\${prefix}/share/info --build=i686-linux-gnu \ --disable-xprint \ CFLAGS="-Wall -g -O2" \ RSH=rsh \ MANCONF="/etc/manpath.config" configure: WARNING: unrecognized options: --disable-xprint 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... 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... 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 strncasecmp... yes checking for XMODMAP... yes configure: creating ./config.status config.status: creating Makefile config.status: creating man/Makefile config.status: creating config.h config.status: executing depfiles commands configure: WARNING: unrecognized options: --disable-xprint cd xmodmap-build && /usr/bin/make make[1]: Entering directory `/home/sarvatt/source/x11-xserver-utils-7.6~1/xmodmap-build' /usr/bin/make all-recursive make[2]: Entering directory `/home/sarvatt/source/x11-xserver-utils-7.6~1/xmodmap-build' Making all in man make[3]: Entering directory `/home/sarvatt/source/x11-xserver-utils-7.6~1/xmodmap-build/man' GEN xmodmap.1 make[3]: Leaving directory `/home/sarvatt/source/x11-xserver-utils-7.6~1/xmodmap-build/man' make[3]: Entering directory `/home/sarvatt/source/x11-xserver-utils-7.6~1/xmodmap-build' CC exec.o CC handle.o ../xmodmap/handle.c: In function 'parse_number': ../xmodmap/handle.c:289:5: warning: format not a string literal, argument types not checked ../xmodmap/handle.c: In function 'do_keycode': ../xmodmap/handle.c:340:2: warning: format not a string literal, argument types not checked CC pf.o CC xmodmap.o CCLD xmodmap make[3]: Leaving directory `/home/sarvatt/source/x11-xserver-utils-7.6~1/xmodmap-build' make[2]: Leaving directory `/home/sarvatt/source/x11-xserver-utils-7.6~1/xmodmap-build' make[1]: Leaving directory `/home/sarvatt/source/x11-xserver-utils-7.6~1/xmodmap-build' >stampdir/build-xmodmap dh_testdir mkdir -p xrandr-build cd xrandr-build && \ ../xrandr/configure --prefix=/usr --mandir=\${prefix}/share/man \ --infodir=\${prefix}/share/info --build=i686-linux-gnu \ --disable-xprint \ CFLAGS="-Wall -g -O2" \ RSH=rsh \ MANCONF="/etc/manpath.config" configure: WARNING: unrecognized options: --disable-xprint 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... 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... 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 floor in -lm... yes checking for XRANDR... yes configure: creating ./config.status config.status: creating Makefile config.status: creating config.h config.status: executing depfiles commands configure: WARNING: unrecognized options: --disable-xprint cd xrandr-build && /usr/bin/make make[1]: Entering directory `/home/sarvatt/source/x11-xserver-utils-7.6~1/xrandr-build' /usr/bin/make all-am make[2]: Entering directory `/home/sarvatt/source/x11-xserver-utils-7.6~1/xrandr-build' CC xrandr.o CCLD xrandr (echo '#!/usr/bin/env nickle'; cat ../xrandr/keystone.5c) > xkeystone chmod +x xkeystone GEN xrandr.1 make[2]: Leaving directory `/home/sarvatt/source/x11-xserver-utils-7.6~1/xrandr-build' make[1]: Leaving directory `/home/sarvatt/source/x11-xserver-utils-7.6~1/xrandr-build' >stampdir/build-xrandr dh_testdir mkdir -p xrdb-build cd xrdb-build && \ ../xrdb/configure --prefix=/usr --mandir=\${prefix}/share/man \ --infodir=\${prefix}/share/info --build=i686-linux-gnu \ --disable-xprint \ CFLAGS="-Wall -g -O2" \ RSH=rsh \ MANCONF="/etc/manpath.config" configure: WARNING: unrecognized options: --disable-xprint 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... 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... 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 mkstemp... yes checking whether MAXHOSTNAMELEN is declared... no checking for header that defines MAXHOSTNAMELEN... sys/param.h checking for cpp... /usr/bin/cpp checking for XRDB... yes configure: creating ./config.status config.status: creating Makefile config.status: creating config.h config.status: executing depfiles commands configure: WARNING: unrecognized options: --disable-xprint cd xrdb-build && /usr/bin/make make[1]: Entering directory `/home/sarvatt/source/x11-xserver-utils-7.6~1/xrdb-build' /usr/bin/make all-am make[2]: Entering directory `/home/sarvatt/source/x11-xserver-utils-7.6~1/xrdb-build' CC xrdb.o CCLD xrdb GEN xrdb.1 make[2]: Leaving directory `/home/sarvatt/source/x11-xserver-utils-7.6~1/xrdb-build' make[1]: Leaving directory `/home/sarvatt/source/x11-xserver-utils-7.6~1/xrdb-build' >stampdir/build-xrdb dh_testdir mkdir -p xrefresh-build cd xrefresh-build && \ ../xrefresh/configure --prefix=/usr --mandir=\${prefix}/share/man \ --infodir=\${prefix}/share/info --build=i686-linux-gnu \ --disable-xprint \ CFLAGS="-Wall -g -O2" \ RSH=rsh \ MANCONF="/etc/manpath.config" configure: WARNING: unrecognized options: --disable-xprint 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... 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... 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 XREFRESH... yes configure: creating ./config.status config.status: creating Makefile config.status: creating config.h config.status: executing depfiles commands configure: WARNING: unrecognized options: --disable-xprint cd xrefresh-build && /usr/bin/make make[1]: Entering directory `/home/sarvatt/source/x11-xserver-utils-7.6~1/xrefresh-build' /usr/bin/make all-am make[2]: Entering directory `/home/sarvatt/source/x11-xserver-utils-7.6~1/xrefresh-build' CC xrefresh.o CCLD xrefresh GEN xrefresh.1 make[2]: Leaving directory `/home/sarvatt/source/x11-xserver-utils-7.6~1/xrefresh-build' make[1]: Leaving directory `/home/sarvatt/source/x11-xserver-utils-7.6~1/xrefresh-build' >stampdir/build-xrefresh dh_testdir mkdir -p xset-build cd xset-build && \ ../xset/configure --prefix=/usr --mandir=\${prefix}/share/man \ --infodir=\${prefix}/share/info --build=i686-linux-gnu \ --disable-xprint \ CFLAGS="-Wall -g -O2" \ RSH=rsh \ MANCONF="/etc/manpath.config" configure: WARNING: unrecognized options: --disable-xprint 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... 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... 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 usleep... yes checking for XSET... yes checking for SET_X11... yes checking for SET_XEXT... yes checking for X11/extensions/dpms.h... yes checking for X11/extensions/MITMisc.h... yes checking for SET_XKB... yes checking for X11/XKBlib.h... yes checking for SET_XF86MISC... no not found checking for SET_FONTCACHE... no not found configure: creating ./config.status config.status: creating Makefile config.status: creating config.h config.status: executing depfiles commands configure: WARNING: unrecognized options: --disable-xprint cd xset-build && /usr/bin/make make[1]: Entering directory `/home/sarvatt/source/x11-xserver-utils-7.6~1/xset-build' /usr/bin/make all-am make[2]: Entering directory `/home/sarvatt/source/x11-xserver-utils-7.6~1/xset-build' CC xset.o CCLD xset GEN xset.1 make[2]: Leaving directory `/home/sarvatt/source/x11-xserver-utils-7.6~1/xset-build' make[1]: Leaving directory `/home/sarvatt/source/x11-xserver-utils-7.6~1/xset-build' >stampdir/build-xset dh_testdir mkdir -p xsetmode-build cd xsetmode-build && \ ../xsetmode/configure --prefix=/usr --mandir=\${prefix}/share/man \ --infodir=\${prefix}/share/info --build=i686-linux-gnu \ --disable-xprint \ CFLAGS="-Wall -g -O2" \ RSH=rsh \ MANCONF="/etc/manpath.config" checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... no checking for mawk... mawk checking whether make sets $(MAKE)... yes checking whether to enable maintainer-specific portions of Makefiles... no 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 for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for a BSD-compatible install... /usr/bin/install -c checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for XSETMODE... yes checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu configure: creating ./config.status config.status: creating Makefile config.status: creating config.h config.status: executing depfiles commands cd xsetmode-build && /usr/bin/make make[1]: Entering directory `/home/sarvatt/source/x11-xserver-utils-7.6~1/xsetmode-build' /usr/bin/make all-am make[2]: Entering directory `/home/sarvatt/source/x11-xserver-utils-7.6~1/xsetmode-build' if gcc -DHAVE_CONFIG_H -I. -I../xsetmode -I. -Wall -g -O2 -MT xsetmode-xsetmode.o -MD -MP -MF ".deps/xsetmode-xsetmode.Tpo" -c -o xsetmode-xsetmode.o `test -f 'xsetmode.c' || echo '../xsetmode/'`xsetmode.c; \ then mv -f ".deps/xsetmode-xsetmode.Tpo" ".deps/xsetmode-xsetmode.Po"; else rm -f ".deps/xsetmode-xsetmode.Tpo"; exit 1; fi gcc -Wall -g -O2 -Wl,-Bsymbolic-functions -o xsetmode xsetmode-xsetmode.o -lXi -lX11 sed -e 's|__vendorversion__|"xsetmode 1.0.0" "X Version 11"|' -e 's|__xorgversion__|"xsetmode 1.0.0" "X Version 11"|' -e 's|__xservername__|Xorg|g' -e 's|__xconfigfile__|xorg.conf|g' -e 's|__projectroot__|/usr|g' -e 's|__apploaddir__||' -e 's|__appmansuffix__|1|g' -e 's|__libmansuffix__|3|g' -e 's|__adminmansuffix__|8|g' -e 's|__miscmansuffix__|7|g' -e 's|__filemansuffix__|5|g' < ../xsetmode/xsetmode.man > xsetmode.1 make[2]: Leaving directory `/home/sarvatt/source/x11-xserver-utils-7.6~1/xsetmode-build' make[1]: Leaving directory `/home/sarvatt/source/x11-xserver-utils-7.6~1/xsetmode-build' >stampdir/build-xsetmode dh_testdir mkdir -p xsetpointer-build cd xsetpointer-build && \ ../xsetpointer/configure --prefix=/usr --mandir=\${prefix}/share/man \ --infodir=\${prefix}/share/info --build=i686-linux-gnu \ --disable-xprint \ CFLAGS="-Wall -g -O2" \ RSH=rsh \ MANCONF="/etc/manpath.config" checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... no checking for mawk... mawk checking whether make sets $(MAKE)... yes checking whether to enable maintainer-specific portions of Makefiles... no 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 for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for a BSD-compatible install... /usr/bin/install -c checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for XSETPOINTER... yes checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu configure: creating ./config.status config.status: creating Makefile config.status: creating config.h config.status: executing depfiles commands cd xsetpointer-build && /usr/bin/make make[1]: Entering directory `/home/sarvatt/source/x11-xserver-utils-7.6~1/xsetpointer-build' /usr/bin/make all-am make[2]: Entering directory `/home/sarvatt/source/x11-xserver-utils-7.6~1/xsetpointer-build' if gcc -DHAVE_CONFIG_H -I. -I../xsetpointer -I. -Wall -g -O2 -MT xsetpointer-xsetpointer.o -MD -MP -MF ".deps/xsetpointer-xsetpointer.Tpo" -c -o xsetpointer-xsetpointer.o `test -f 'xsetpointer.c' || echo '../xsetpointer/'`xsetpointer.c; \ then mv -f ".deps/xsetpointer-xsetpointer.Tpo" ".deps/xsetpointer-xsetpointer.Po"; else rm -f ".deps/xsetpointer-xsetpointer.Tpo"; exit 1; fi ../xsetpointer/xsetpointer.c: In function 'main': ../xsetpointer/xsetpointer.c:106:8: warning: format '%d' expects type 'int', but argument 2 has type 'XID' gcc -Wall -g -O2 -Wl,-Bsymbolic-functions -o xsetpointer xsetpointer-xsetpointer.o -lXi -lX11 sed -e 's|__vendorversion__|"xsetpointer 1.0.1" "X Version 11"|' -e 's|__xorgversion__|"xsetpointer 1.0.1" "X Version 11"|' -e 's|__xservername__|Xorg|g' -e 's|__xconfigfile__|xorg.conf|g' -e 's|__projectroot__|/usr|g' -e 's|__apploaddir__||' -e 's|__appmansuffix__|1|g' -e 's|__libmansuffix__|3|g' -e 's|__adminmansuffix__|8|g' -e 's|__miscmansuffix__|7|g' -e 's|__filemansuffix__|5|g' < ../xsetpointer/xsetpointer.man > xsetpointer.1 make[2]: Leaving directory `/home/sarvatt/source/x11-xserver-utils-7.6~1/xsetpointer-build' make[1]: Leaving directory `/home/sarvatt/source/x11-xserver-utils-7.6~1/xsetpointer-build' >stampdir/build-xsetpointer dh_testdir mkdir -p xsetroot-build cd xsetroot-build && \ ../xsetroot/configure --prefix=/usr --mandir=\${prefix}/share/man \ --infodir=\${prefix}/share/info --build=i686-linux-gnu \ --disable-xprint \ CFLAGS="-Wall -g -O2" \ RSH=rsh \ MANCONF="/etc/manpath.config" configure: WARNING: unrecognized options: --disable-xprint 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... 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... 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 XSETROOT... yes configure: creating ./config.status config.status: creating Makefile config.status: creating config.h config.status: executing depfiles commands configure: WARNING: unrecognized options: --disable-xprint cd xsetroot-build && /usr/bin/make make[1]: Entering directory `/home/sarvatt/source/x11-xserver-utils-7.6~1/xsetroot-build' /usr/bin/make all-am make[2]: Entering directory `/home/sarvatt/source/x11-xserver-utils-7.6~1/xsetroot-build' CC xsetroot.o CCLD xsetroot GEN xsetroot.1 make[2]: Leaving directory `/home/sarvatt/source/x11-xserver-utils-7.6~1/xsetroot-build' make[1]: Leaving directory `/home/sarvatt/source/x11-xserver-utils-7.6~1/xsetroot-build' >stampdir/build-xsetroot dh_testdir mkdir -p xstdcmap-build cd xstdcmap-build && \ ../xstdcmap/configure --prefix=/usr --mandir=\${prefix}/share/man \ --infodir=\${prefix}/share/info --build=i686-linux-gnu \ --disable-xprint \ CFLAGS="-Wall -g -O2" \ RSH=rsh \ MANCONF="/etc/manpath.config" configure: WARNING: unrecognized options: --disable-xprint 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... 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... 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 XSTDCMAP... yes configure: creating ./config.status config.status: creating Makefile config.status: creating config.h config.status: executing depfiles commands configure: WARNING: unrecognized options: --disable-xprint cd xstdcmap-build && /usr/bin/make make[1]: Entering directory `/home/sarvatt/source/x11-xserver-utils-7.6~1/xstdcmap-build' /usr/bin/make all-am make[2]: Entering directory `/home/sarvatt/source/x11-xserver-utils-7.6~1/xstdcmap-build' CC xstdcmap.o CCLD xstdcmap GEN xstdcmap.1 make[2]: Leaving directory `/home/sarvatt/source/x11-xserver-utils-7.6~1/xstdcmap-build' make[1]: Leaving directory `/home/sarvatt/source/x11-xserver-utils-7.6~1/xstdcmap-build' >stampdir/build-xstdcmap dh_testdir mkdir -p xvidtune-build cd xvidtune-build && \ ../xvidtune/configure --prefix=/usr --mandir=\${prefix}/share/man \ --infodir=\${prefix}/share/info --build=i686-linux-gnu \ --disable-xprint \ CFLAGS="-Wall -g -O2" \ RSH=rsh \ MANCONF="/etc/manpath.config" configure: WARNING: unrecognized options: --disable-xprint 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... 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... gcc3 checking how to run the C preprocessor... gcc -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 gcc option to accept ISO C99... -std=gnu99 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 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 for XVIDTUNE... yes configure: creating ./config.status config.status: creating Makefile config.status: creating config.h config.status: executing depfiles commands configure: WARNING: unrecognized options: --disable-xprint cd xvidtune-build && /usr/bin/make make[1]: Entering directory `/home/sarvatt/source/x11-xserver-utils-7.6~1/xvidtune-build' /usr/bin/make all-am make[2]: Entering directory `/home/sarvatt/source/x11-xserver-utils-7.6~1/xvidtune-build' CC xvidtune.o CCLD xvidtune GEN xvidtune.1 make[2]: Leaving directory `/home/sarvatt/source/x11-xserver-utils-7.6~1/xvidtune-build' make[1]: Leaving directory `/home/sarvatt/source/x11-xserver-utils-7.6~1/xvidtune-build' >stampdir/build-xvidtune >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 for FILE in iceauth rgb sessreg xcmsdb xgamma xhost xmodmap xrandr xrdb xrefresh xset xsetmode xsetpointer xsetroot xstdcmap xvidtune; do \ cd "$FILE"-build && /usr/bin/make DESTDIR=/home/sarvatt/source/x11-xserver-utils-7.6~1/debian/tmp install ; \ cd ..; \ done make[1]: Entering directory `/home/sarvatt/source/x11-xserver-utils-7.6~1/iceauth-build' make[2]: Entering directory `/home/sarvatt/source/x11-xserver-utils-7.6~1/iceauth-build' test -z "/usr/bin" || /bin/mkdir -p "/home/sarvatt/source/x11-xserver-utils-7.6~1/debian/tmp/usr/bin" /usr/bin/install -c iceauth '/home/sarvatt/source/x11-xserver-utils-7.6~1/debian/tmp/usr/bin' test -z "/usr/share/man/man1" || /bin/mkdir -p "/home/sarvatt/source/x11-xserver-utils-7.6~1/debian/tmp/usr/share/man/man1" /usr/bin/install -c -m 644 iceauth.1 '/home/sarvatt/source/x11-xserver-utils-7.6~1/debian/tmp/usr/share/man/man1' make[2]: Leaving directory `/home/sarvatt/source/x11-xserver-utils-7.6~1/iceauth-build' make[1]: Leaving directory `/home/sarvatt/source/x11-xserver-utils-7.6~1/iceauth-build' make[1]: Entering directory `/home/sarvatt/source/x11-xserver-utils-7.6~1/rgb-build' Making install in man make[2]: Entering directory `/home/sarvatt/source/x11-xserver-utils-7.6~1/rgb-build/man' make[3]: Entering directory `/home/sarvatt/source/x11-xserver-utils-7.6~1/rgb-build/man' make[3]: Nothing to be done for `install-exec-am'. test -z "/usr/share/man/man1" || /bin/mkdir -p "/home/sarvatt/source/x11-xserver-utils-7.6~1/debian/tmp/usr/share/man/man1" /usr/bin/install -c -m 644 showrgb.1 '/home/sarvatt/source/x11-xserver-utils-7.6~1/debian/tmp/usr/share/man/man1' make[3]: Leaving directory `/home/sarvatt/source/x11-xserver-utils-7.6~1/rgb-build/man' make[2]: Leaving directory `/home/sarvatt/source/x11-xserver-utils-7.6~1/rgb-build/man' make[2]: Entering directory `/home/sarvatt/source/x11-xserver-utils-7.6~1/rgb-build' make[3]: Entering directory `/home/sarvatt/source/x11-xserver-utils-7.6~1/rgb-build' test -z "/usr/bin" || /bin/mkdir -p "/home/sarvatt/source/x11-xserver-utils-7.6~1/debian/tmp/usr/bin" /usr/bin/install -c showrgb '/home/sarvatt/source/x11-xserver-utils-7.6~1/debian/tmp/usr/bin' test -z "/usr/share/X11" || /bin/mkdir -p "/home/sarvatt/source/x11-xserver-utils-7.6~1/debian/tmp/usr/share/X11" /usr/bin/install -c -m 644 ../rgb/rgb.txt '/home/sarvatt/source/x11-xserver-utils-7.6~1/debian/tmp/usr/share/X11' make[3]: Leaving directory `/home/sarvatt/source/x11-xserver-utils-7.6~1/rgb-build' make[2]: Leaving directory `/home/sarvatt/source/x11-xserver-utils-7.6~1/rgb-build' make[1]: Leaving directory `/home/sarvatt/source/x11-xserver-utils-7.6~1/rgb-build' make[1]: Entering directory `/home/sarvatt/source/x11-xserver-utils-7.6~1/sessreg-build' make[2]: Entering directory `/home/sarvatt/source/x11-xserver-utils-7.6~1/sessreg-build' test -z "/usr/bin" || /bin/mkdir -p "/home/sarvatt/source/x11-xserver-utils-7.6~1/debian/tmp/usr/bin" /usr/bin/install -c sessreg '/home/sarvatt/source/x11-xserver-utils-7.6~1/debian/tmp/usr/bin' test -z "/usr/share/man/man1" || /bin/mkdir -p "/home/sarvatt/source/x11-xserver-utils-7.6~1/debian/tmp/usr/share/man/man1" /usr/bin/install -c -m 644 sessreg.1 '/home/sarvatt/source/x11-xserver-utils-7.6~1/debian/tmp/usr/share/man/man1' make[2]: Leaving directory `/home/sarvatt/source/x11-xserver-utils-7.6~1/sessreg-build' make[1]: Leaving directory `/home/sarvatt/source/x11-xserver-utils-7.6~1/sessreg-build' make[1]: Entering directory `/home/sarvatt/source/x11-xserver-utils-7.6~1/xcmsdb-build' make[2]: Entering directory `/home/sarvatt/source/x11-xserver-utils-7.6~1/xcmsdb-build' test -z "/usr/bin" || /bin/mkdir -p "/home/sarvatt/source/x11-xserver-utils-7.6~1/debian/tmp/usr/bin" /usr/bin/install -c xcmsdb '/home/sarvatt/source/x11-xserver-utils-7.6~1/debian/tmp/usr/bin' test -z "/usr/share/man/man1" || /bin/mkdir -p "/home/sarvatt/source/x11-xserver-utils-7.6~1/debian/tmp/usr/share/man/man1" /usr/bin/install -c -m 644 xcmsdb.1 '/home/sarvatt/source/x11-xserver-utils-7.6~1/debian/tmp/usr/share/man/man1' make[2]: Leaving directory `/home/sarvatt/source/x11-xserver-utils-7.6~1/xcmsdb-build' make[1]: Leaving directory `/home/sarvatt/source/x11-xserver-utils-7.6~1/xcmsdb-build' make[1]: Entering directory `/home/sarvatt/source/x11-xserver-utils-7.6~1/xgamma-build' make[2]: Entering directory `/home/sarvatt/source/x11-xserver-utils-7.6~1/xgamma-build' test -z "/usr/bin" || /bin/mkdir -p "/home/sarvatt/source/x11-xserver-utils-7.6~1/debian/tmp/usr/bin" /usr/bin/install -c xgamma '/home/sarvatt/source/x11-xserver-utils-7.6~1/debian/tmp/usr/bin' test -z "/usr/share/man/man1" || /bin/mkdir -p "/home/sarvatt/source/x11-xserver-utils-7.6~1/debian/tmp/usr/share/man/man1" /usr/bin/install -c -m 644 xgamma.1 '/home/sarvatt/source/x11-xserver-utils-7.6~1/debian/tmp/usr/share/man/man1' make[2]: Leaving directory `/home/sarvatt/source/x11-xserver-utils-7.6~1/xgamma-build' make[1]: Leaving directory `/home/sarvatt/source/x11-xserver-utils-7.6~1/xgamma-build' make[1]: Entering directory `/home/sarvatt/source/x11-xserver-utils-7.6~1/xhost-build' make[2]: Entering directory `/home/sarvatt/source/x11-xserver-utils-7.6~1/xhost-build' test -z "/usr/bin" || /bin/mkdir -p "/home/sarvatt/source/x11-xserver-utils-7.6~1/debian/tmp/usr/bin" /usr/bin/install -c xhost '/home/sarvatt/source/x11-xserver-utils-7.6~1/debian/tmp/usr/bin' test -z "/usr/share/man/man1" || /bin/mkdir -p "/home/sarvatt/source/x11-xserver-utils-7.6~1/debian/tmp/usr/share/man/man1" /usr/bin/install -c -m 644 xhost.1 '/home/sarvatt/source/x11-xserver-utils-7.6~1/debian/tmp/usr/share/man/man1' make[2]: Leaving directory `/home/sarvatt/source/x11-xserver-utils-7.6~1/xhost-build' make[1]: Leaving directory `/home/sarvatt/source/x11-xserver-utils-7.6~1/xhost-build' make[1]: Entering directory `/home/sarvatt/source/x11-xserver-utils-7.6~1/xmodmap-build' Making install in man make[2]: Entering directory `/home/sarvatt/source/x11-xserver-utils-7.6~1/xmodmap-build/man' make[3]: Entering directory `/home/sarvatt/source/x11-xserver-utils-7.6~1/xmodmap-build/man' make[3]: Nothing to be done for `install-exec-am'. test -z "/usr/share/man/man1" || /bin/mkdir -p "/home/sarvatt/source/x11-xserver-utils-7.6~1/debian/tmp/usr/share/man/man1" /usr/bin/install -c -m 644 xmodmap.1 '/home/sarvatt/source/x11-xserver-utils-7.6~1/debian/tmp/usr/share/man/man1' make[3]: Leaving directory `/home/sarvatt/source/x11-xserver-utils-7.6~1/xmodmap-build/man' make[2]: Leaving directory `/home/sarvatt/source/x11-xserver-utils-7.6~1/xmodmap-build/man' make[2]: Entering directory `/home/sarvatt/source/x11-xserver-utils-7.6~1/xmodmap-build' make[3]: Entering directory `/home/sarvatt/source/x11-xserver-utils-7.6~1/xmodmap-build' test -z "/usr/bin" || /bin/mkdir -p "/home/sarvatt/source/x11-xserver-utils-7.6~1/debian/tmp/usr/bin" /usr/bin/install -c xmodmap '/home/sarvatt/source/x11-xserver-utils-7.6~1/debian/tmp/usr/bin' make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/home/sarvatt/source/x11-xserver-utils-7.6~1/xmodmap-build' make[2]: Leaving directory `/home/sarvatt/source/x11-xserver-utils-7.6~1/xmodmap-build' make[1]: Leaving directory `/home/sarvatt/source/x11-xserver-utils-7.6~1/xmodmap-build' make[1]: Entering directory `/home/sarvatt/source/x11-xserver-utils-7.6~1/xrandr-build' make[2]: Entering directory `/home/sarvatt/source/x11-xserver-utils-7.6~1/xrandr-build' test -z "/usr/bin" || /bin/mkdir -p "/home/sarvatt/source/x11-xserver-utils-7.6~1/debian/tmp/usr/bin" /usr/bin/install -c xrandr '/home/sarvatt/source/x11-xserver-utils-7.6~1/debian/tmp/usr/bin' test -z "/usr/bin" || /bin/mkdir -p "/home/sarvatt/source/x11-xserver-utils-7.6~1/debian/tmp/usr/bin" /usr/bin/install -c xkeystone '/home/sarvatt/source/x11-xserver-utils-7.6~1/debian/tmp/usr/bin' test -z "/usr/share/man/man1" || /bin/mkdir -p "/home/sarvatt/source/x11-xserver-utils-7.6~1/debian/tmp/usr/share/man/man1" /usr/bin/install -c -m 644 xrandr.1 '/home/sarvatt/source/x11-xserver-utils-7.6~1/debian/tmp/usr/share/man/man1' make[2]: Leaving directory `/home/sarvatt/source/x11-xserver-utils-7.6~1/xrandr-build' make[1]: Leaving directory `/home/sarvatt/source/x11-xserver-utils-7.6~1/xrandr-build' make[1]: Entering directory `/home/sarvatt/source/x11-xserver-utils-7.6~1/xrdb-build' make[2]: Entering directory `/home/sarvatt/source/x11-xserver-utils-7.6~1/xrdb-build' test -z "/usr/bin" || /bin/mkdir -p "/home/sarvatt/source/x11-xserver-utils-7.6~1/debian/tmp/usr/bin" /usr/bin/install -c xrdb '/home/sarvatt/source/x11-xserver-utils-7.6~1/debian/tmp/usr/bin' test -z "/usr/share/man/man1" || /bin/mkdir -p "/home/sarvatt/source/x11-xserver-utils-7.6~1/debian/tmp/usr/share/man/man1" /usr/bin/install -c -m 644 xrdb.1 '/home/sarvatt/source/x11-xserver-utils-7.6~1/debian/tmp/usr/share/man/man1' make[2]: Leaving directory `/home/sarvatt/source/x11-xserver-utils-7.6~1/xrdb-build' make[1]: Leaving directory `/home/sarvatt/source/x11-xserver-utils-7.6~1/xrdb-build' make[1]: Entering directory `/home/sarvatt/source/x11-xserver-utils-7.6~1/xrefresh-build' make[2]: Entering directory `/home/sarvatt/source/x11-xserver-utils-7.6~1/xrefresh-build' test -z "/usr/bin" || /bin/mkdir -p "/home/sarvatt/source/x11-xserver-utils-7.6~1/debian/tmp/usr/bin" /usr/bin/install -c xrefresh '/home/sarvatt/source/x11-xserver-utils-7.6~1/debian/tmp/usr/bin' test -z "/usr/share/man/man1" || /bin/mkdir -p "/home/sarvatt/source/x11-xserver-utils-7.6~1/debian/tmp/usr/share/man/man1" /usr/bin/install -c -m 644 xrefresh.1 '/home/sarvatt/source/x11-xserver-utils-7.6~1/debian/tmp/usr/share/man/man1' make[2]: Leaving directory `/home/sarvatt/source/x11-xserver-utils-7.6~1/xrefresh-build' make[1]: Leaving directory `/home/sarvatt/source/x11-xserver-utils-7.6~1/xrefresh-build' make[1]: Entering directory `/home/sarvatt/source/x11-xserver-utils-7.6~1/xset-build' make[2]: Entering directory `/home/sarvatt/source/x11-xserver-utils-7.6~1/xset-build' test -z "/usr/bin" || /bin/mkdir -p "/home/sarvatt/source/x11-xserver-utils-7.6~1/debian/tmp/usr/bin" /usr/bin/install -c xset '/home/sarvatt/source/x11-xserver-utils-7.6~1/debian/tmp/usr/bin' test -z "/usr/share/man/man1" || /bin/mkdir -p "/home/sarvatt/source/x11-xserver-utils-7.6~1/debian/tmp/usr/share/man/man1" /usr/bin/install -c -m 644 xset.1 '/home/sarvatt/source/x11-xserver-utils-7.6~1/debian/tmp/usr/share/man/man1' make[2]: Leaving directory `/home/sarvatt/source/x11-xserver-utils-7.6~1/xset-build' make[1]: Leaving directory `/home/sarvatt/source/x11-xserver-utils-7.6~1/xset-build' make[1]: Entering directory `/home/sarvatt/source/x11-xserver-utils-7.6~1/xsetmode-build' make[2]: Entering directory `/home/sarvatt/source/x11-xserver-utils-7.6~1/xsetmode-build' test -z "/usr/bin" || mkdir -p -- "/home/sarvatt/source/x11-xserver-utils-7.6~1/debian/tmp/usr/bin" /usr/bin/install -c 'xsetmode' '/home/sarvatt/source/x11-xserver-utils-7.6~1/debian/tmp/usr/bin/xsetmode' test -z "/usr/share/man/man1" || mkdir -p -- "/home/sarvatt/source/x11-xserver-utils-7.6~1/debian/tmp/usr/share/man/man1" /usr/bin/install -c -m 644 'xsetmode.1' '/home/sarvatt/source/x11-xserver-utils-7.6~1/debian/tmp/usr/share/man/man1/xsetmode.1' make[2]: Leaving directory `/home/sarvatt/source/x11-xserver-utils-7.6~1/xsetmode-build' make[1]: Leaving directory `/home/sarvatt/source/x11-xserver-utils-7.6~1/xsetmode-build' make[1]: Entering directory `/home/sarvatt/source/x11-xserver-utils-7.6~1/xsetpointer-build' make[2]: Entering directory `/home/sarvatt/source/x11-xserver-utils-7.6~1/xsetpointer-build' test -z "/usr/bin" || mkdir -p -- "/home/sarvatt/source/x11-xserver-utils-7.6~1/debian/tmp/usr/bin" /usr/bin/install -c 'xsetpointer' '/home/sarvatt/source/x11-xserver-utils-7.6~1/debian/tmp/usr/bin/xsetpointer' test -z "/usr/share/man/man1" || mkdir -p -- "/home/sarvatt/source/x11-xserver-utils-7.6~1/debian/tmp/usr/share/man/man1" /usr/bin/install -c -m 644 'xsetpointer.1' '/home/sarvatt/source/x11-xserver-utils-7.6~1/debian/tmp/usr/share/man/man1/xsetpointer.1' make[2]: Leaving directory `/home/sarvatt/source/x11-xserver-utils-7.6~1/xsetpointer-build' make[1]: Leaving directory `/home/sarvatt/source/x11-xserver-utils-7.6~1/xsetpointer-build' make[1]: Entering directory `/home/sarvatt/source/x11-xserver-utils-7.6~1/xsetroot-build' make[2]: Entering directory `/home/sarvatt/source/x11-xserver-utils-7.6~1/xsetroot-build' test -z "/usr/bin" || /bin/mkdir -p "/home/sarvatt/source/x11-xserver-utils-7.6~1/debian/tmp/usr/bin" /usr/bin/install -c xsetroot '/home/sarvatt/source/x11-xserver-utils-7.6~1/debian/tmp/usr/bin' test -z "/usr/share/man/man1" || /bin/mkdir -p "/home/sarvatt/source/x11-xserver-utils-7.6~1/debian/tmp/usr/share/man/man1" /usr/bin/install -c -m 644 xsetroot.1 '/home/sarvatt/source/x11-xserver-utils-7.6~1/debian/tmp/usr/share/man/man1' make[2]: Leaving directory `/home/sarvatt/source/x11-xserver-utils-7.6~1/xsetroot-build' make[1]: Leaving directory `/home/sarvatt/source/x11-xserver-utils-7.6~1/xsetroot-build' make[1]: Entering directory `/home/sarvatt/source/x11-xserver-utils-7.6~1/xstdcmap-build' make[2]: Entering directory `/home/sarvatt/source/x11-xserver-utils-7.6~1/xstdcmap-build' test -z "/usr/bin" || /bin/mkdir -p "/home/sarvatt/source/x11-xserver-utils-7.6~1/debian/tmp/usr/bin" /usr/bin/install -c xstdcmap '/home/sarvatt/source/x11-xserver-utils-7.6~1/debian/tmp/usr/bin' test -z "/usr/share/man/man1" || /bin/mkdir -p "/home/sarvatt/source/x11-xserver-utils-7.6~1/debian/tmp/usr/share/man/man1" /usr/bin/install -c -m 644 xstdcmap.1 '/home/sarvatt/source/x11-xserver-utils-7.6~1/debian/tmp/usr/share/man/man1' make[2]: Leaving directory `/home/sarvatt/source/x11-xserver-utils-7.6~1/xstdcmap-build' make[1]: Leaving directory `/home/sarvatt/source/x11-xserver-utils-7.6~1/xstdcmap-build' make[1]: Entering directory `/home/sarvatt/source/x11-xserver-utils-7.6~1/xvidtune-build' make[2]: Entering directory `/home/sarvatt/source/x11-xserver-utils-7.6~1/xvidtune-build' test -z "/usr/bin" || /bin/mkdir -p "/home/sarvatt/source/x11-xserver-utils-7.6~1/debian/tmp/usr/bin" /usr/bin/install -c xvidtune '/home/sarvatt/source/x11-xserver-utils-7.6~1/debian/tmp/usr/bin' test -z "/usr/share/man/man1" || /bin/mkdir -p "/home/sarvatt/source/x11-xserver-utils-7.6~1/debian/tmp/usr/share/man/man1" /usr/bin/install -c -m 644 xvidtune.1 '/home/sarvatt/source/x11-xserver-utils-7.6~1/debian/tmp/usr/share/man/man1' test -z "/etc/X11/app-defaults" || /bin/mkdir -p "/home/sarvatt/source/x11-xserver-utils-7.6~1/debian/tmp/etc/X11/app-defaults" /usr/bin/install -c -m 644 ../xvidtune/app-defaults/Xvidtune '/home/sarvatt/source/x11-xserver-utils-7.6~1/debian/tmp/etc/X11/app-defaults' make[2]: Leaving directory `/home/sarvatt/source/x11-xserver-utils-7.6~1/xvidtune-build' make[1]: Leaving directory `/home/sarvatt/source/x11-xserver-utils-7.6~1/xvidtune-build' dh_testdir dh_testroot dh_installdocs dh_install --sourcedir=debian/tmp -Xrgb.txt --fail-missing dh_installmenu dh_installchangelogs dh_link dh_strip dh_compress dh_fixperms dh_makeshlibs dh_shlibdeps dh_installdeb dh_gencontrol dh_md5sums dh_builddeb dpkg-deb: building package `x11-xserver-utils' in `../x11-xserver-utils_7.6~1_i386.deb'. dpkg-genchanges -b >../x11-xserver-utils_7.6~1_i386.changes dpkg-genchanges: binary-only upload - not including any source code dpkg-source -i -I --after-build x11-xserver-utils-7.6~1 dpkg-buildpackage: binary only upload (no source included) Now running lintian... I: x11-xserver-utils: hyphen-used-as-minus-sign usr/share/man/man1/sessreg.1.gz:33 N: N: This manual page seems to contain a hyphen where a minus sign was N: intended. By default, "-" chars are interpreted as hyphens (U+2010) by N: groff, not as minus signs (U+002D). Since options to programs use minus N: signs (U+002D), this means for example in UTF-8 locales that you cannot N: cut and paste options, nor search for them easily. The Debian groff N: package currently forces "-" to be interpreted as a minus sign due to N: the number of manual pages with this problem, but this is a N: Debian-specific modification and hopefully eventually can be removed. N: N: "-" must be escaped ("\-") to be interpreted as minus. If you really N: intend a hyphen (normally you don't), write it as "\(hy" to emphasise N: that fact. See groff(7) and especially groff_char(7) for details, and N: also the thread starting with N: http://lists.debian.org/debian-devel/2003/debian-devel-200303/msg01481.h N: tml N: N: If you use some tool that converts your documentation to groff format, N: this tag may indicate a bug in the tool. Some tools convert dashes of N: any kind to hyphens. The safe way of converting dashes is to convert N: them to "\-". N: N: Because this error can occur very often, Lintian shows only the first 10 N: occurrences for each man page and give the number of suppressed N: occurrences. If you want to see all warnings, run Lintian with the N: -d/--debug option. N: N: Refer to the groff_char(7) manual page for details. N: N: Severity: wishlist, Certainty: possible N: I: x11-xserver-utils: hyphen-used-as-minus-sign usr/share/man/man1/sessreg.1.gz:34 I: x11-xserver-utils: hyphen-used-as-minus-sign usr/share/man/man1/sessreg.1.gz:35 I: x11-xserver-utils: hyphen-used-as-minus-sign usr/share/man/man1/sessreg.1.gz:36 I: x11-xserver-utils: hyphen-used-as-minus-sign usr/share/man/man1/sessreg.1.gz:37 I: x11-xserver-utils: hyphen-used-as-minus-sign usr/share/man/man1/sessreg.1.gz:38 I: x11-xserver-utils: hyphen-used-as-minus-sign usr/share/man/man1/sessreg.1.gz:39 I: x11-xserver-utils: hyphen-used-as-minus-sign usr/share/man/man1/sessreg.1.gz:40 I: x11-xserver-utils: hyphen-used-as-minus-sign usr/share/man/man1/sessreg.1.gz:41 I: x11-xserver-utils: hyphen-used-as-minus-sign usr/share/man/man1/sessreg.1.gz:42 I: x11-xserver-utils: hyphen-used-as-minus-sign usr/share/man/man1/sessreg.1.gz 10 more occurrences not shown I: x11-xserver-utils: hyphen-used-as-minus-sign usr/share/man/man1/xgamma.1.gz:26 I: x11-xserver-utils: hyphen-used-as-minus-sign usr/share/man/man1/xgamma.1.gz:27 I: x11-xserver-utils: hyphen-used-as-minus-sign usr/share/man/man1/xmodmap.1.gz:68 I: x11-xserver-utils: hyphen-used-as-minus-sign usr/share/man/man1/xmodmap.1.gz:222 I: x11-xserver-utils: hyphen-used-as-minus-sign usr/share/man/man1/xmodmap.1.gz:236 I: x11-xserver-utils: hyphen-used-as-minus-sign usr/share/man/man1/xmodmap.1.gz:242 I: x11-xserver-utils: hyphen-used-as-minus-sign usr/share/man/man1/xmodmap.1.gz:251 I: x11-xserver-utils: hyphen-used-as-minus-sign usr/share/man/man1/xmodmap.1.gz:252 W: x11-xserver-utils: manpage-has-errors-from-man usr/share/man/man1/xrandr.1.gz 42: warning [p 1, 2.3i]: cannot adjust line N: N: This man page provokes warnings or errors from man. N: N: "cannot adjust" or "can't break" are trouble with paragraph filling, N: usually related to long lines. Adjustment can be helped by left N: justifying, breaks can be helped with hyphenation, see "Manipulating N: Filling and Adjusting" and "Manipulating Hyphenation" in the manual. N: N: "can't find numbered character" usually means latin1 etc in the input, N: and this warning indicates characters will be missing from the output. N: You can change to escapes like \[:a] described on the groff_char man N: page. N: N: Other warnings are often formatting typos, like missing quotes around a N: string argument to .IP. These are likely to result in lost or malformed N: output. See the groff_man (or groff_mdoc if using mdoc) man page for N: information on macros. N: N: This test uses man's --warnings option to enable groff warnings that N: catch common mistakes, such as putting . or ' characters at the start of N: a line when they are intended as literal text rather than groff N: commands. This can be fixed either by reformatting the paragraph so that N: these characters are not at the start of a line, or by adding a N: zero-width space (\&) immediately before them. N: N: At worst, warning messages can be disabled with the .warn directive, see N: "Debugging" in the groff manual. N: N: To test this for yourself you can use the following command: N: LANG=en_US.UTF-8 MANWIDTH=80 man --warnings -E UTF-8 -l >/dev/null N: N: Severity: normal, Certainty: certain N: I: x11-xserver-utils: spelling-error-in-manpage usr/share/man/man1/xrandr.1.gz informations information N: N: Lintian found a spelling error in the manpage. Lintian has a list of N: common misspellings that it looks for. It does not have a dictionary N: like a spelling checker does. N: N: If the string containing the spelling error is translated with the help N: of gettext (with the help of po4a, for example) or a similar tool, N: please fix the error in the translations as well as the English text to N: avoid making the translations fuzzy. With gettext, for example, this N: means you should also fix the spelling mistake in the corresponding N: msgids in the *.po files. N: N: Severity: minor, Certainty: possible N: I: x11-xserver-utils: hyphen-used-as-minus-sign usr/share/man/man1/xrandr.1.gz:187 I: x11-xserver-utils: hyphen-used-as-minus-sign usr/share/man/man1/xrandr.1.gz:230 I: x11-xserver-utils: hyphen-used-as-minus-sign usr/share/man/man1/xrandr.1.gz:317 I: x11-xserver-utils: hyphen-used-as-minus-sign usr/share/man/man1/xrandr.1.gz:322 I: x11-xserver-utils: hyphen-used-as-minus-sign usr/share/man/man1/xrandr.1.gz:324 I: x11-xserver-utils: hyphen-used-as-minus-sign usr/share/man/man1/xrandr.1.gz:326 I: x11-xserver-utils: hyphen-used-as-minus-sign usr/share/man/man1/xrandr.1.gz:331 I: x11-xserver-utils: hyphen-used-as-minus-sign usr/share/man/man1/xrandr.1.gz:337 I: x11-xserver-utils: hyphen-used-as-minus-sign usr/share/man/man1/xrandr.1.gz:343 I: x11-xserver-utils: hyphen-used-as-minus-sign usr/share/man/man1/xrdb.1.gz:31 I: x11-xserver-utils: hyphen-used-as-minus-sign usr/share/man/man1/xrdb.1.gz:218 I: x11-xserver-utils: hyphen-used-as-minus-sign usr/share/man/man1/xrefresh.1.gz:30 I: x11-xserver-utils: hyphen-used-as-minus-sign usr/share/man/man1/xset.1.gz:30 I: x11-xserver-utils: hyphen-used-as-minus-sign usr/share/man/man1/xset.1.gz:32 I: x11-xserver-utils: hyphen-used-as-minus-sign usr/share/man/man1/xset.1.gz:34 I: x11-xserver-utils: hyphen-used-as-minus-sign usr/share/man/man1/xset.1.gz:36 I: x11-xserver-utils: hyphen-used-as-minus-sign usr/share/man/man1/xset.1.gz:38 I: x11-xserver-utils: hyphen-used-as-minus-sign usr/share/man/man1/xset.1.gz:44 I: x11-xserver-utils: hyphen-used-as-minus-sign usr/share/man/man1/xset.1.gz:51 I: x11-xserver-utils: hyphen-used-as-minus-sign usr/share/man/man1/xset.1.gz:60 I: x11-xserver-utils: hyphen-used-as-minus-sign usr/share/man/man1/xset.1.gz:176 I: x11-xserver-utils: hyphen-used-as-minus-sign usr/share/man/man1/xset.1.gz:240 I: x11-xserver-utils: hyphen-used-as-minus-sign usr/share/man/man1/xsetpointer.1.gz:13 I: x11-xserver-utils: hyphen-used-as-minus-sign usr/share/man/man1/xsetpointer.1.gz:15 I: x11-xserver-utils: hyphen-used-as-minus-sign usr/share/man/man1/xsetroot.1.gz:30 I: x11-xserver-utils: hyphen-used-as-minus-sign usr/share/man/man1/xsetroot.1.gz:31 I: x11-xserver-utils: hyphen-used-as-minus-sign usr/share/man/man1/xsetroot.1.gz:32 I: x11-xserver-utils: hyphen-used-as-minus-sign usr/share/man/man1/xsetroot.1.gz:33 I: x11-xserver-utils: hyphen-used-as-minus-sign usr/share/man/man1/xsetroot.1.gz:34 I: x11-xserver-utils: hyphen-used-as-minus-sign usr/share/man/man1/xsetroot.1.gz:35 I: x11-xserver-utils: hyphen-used-as-minus-sign usr/share/man/man1/xsetroot.1.gz:36 I: x11-xserver-utils: hyphen-used-as-minus-sign usr/share/man/man1/xsetroot.1.gz:55 I: x11-xserver-utils: hyphen-used-as-minus-sign usr/share/man/man1/xsetroot.1.gz:94 I: x11-xserver-utils: hyphen-used-as-minus-sign usr/share/man/man1/xstdcmap.1.gz:46 I: x11-xserver-utils: hyphen-used-as-minus-sign usr/share/man/man1/xstdcmap.1.gz:47 W: x11-xserver-utils: binary-without-manpage usr/bin/xkeystone N: N: Each binary in /usr/bin, /usr/sbin, /bin, /sbin or /usr/games should N: have a manual page N: N: Note that though the man program has the capability to check for several N: program names in the NAMES section, each of these programs should have N: its own manual page (a symbolic link to the appropriate manual page is N: sufficient) because other manual page viewers such as xman or tkman N: don't support this. N: N: If the name of the man page differs from the binary by case, man may be N: able to find it anyway; however, it is still best practice to make the N: case of the man page match the case of the binary. N: N: If the man pages are provided by another package on which this package N: depends, lintian may not be able to determine that man pages are N: available. In this case, after confirming that all binaries do have man N: pages after this package and its dependencies are installed, please add N: a lintian override. N: N: Refer to Debian Policy Manual section 12.1 (Manual pages) for details. N: N: Severity: normal, Certainty: possible N: Finished running lintian.