This is an automated email from the git hooks/post-receive script.

sebastic-guest pushed a commit to branch master
in repository tinyows.

commit 285cee0c40532d5e614e3a3c7f1785372d180f78
Author: Bas Couwenberg <sebas...@xs4all.nl>
Date:   Fri Feb 28 22:56:44 2014 +0100

    Add patch to remove config.log from the source tree before building.
---
 debian/changelog                     |   1 +
 debian/patches/drop-config.log.patch | 617 +++++++++++++++++++++++++++++++++++
 debian/patches/series                |   1 +
 debian/source/lintian-overrides      |   2 -
 4 files changed, 619 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 2fff7df..f5d864a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ tinyows (1.1.0-4) UNRELEASED; urgency=low
   * Enable parallel builds.
   * Drop lintian override for debian-watch-may-check-gpg-signature,
     shouldn't override pedantic tags.
+  * Add patch to remove config.log from the source tree before building.
 
  -- Bas Couwenberg <sebas...@xs4all.nl>  Sat, 04 Jan 2014 20:48:58 +0100
 
diff --git a/debian/patches/drop-config.log.patch 
b/debian/patches/drop-config.log.patch
new file mode 100644
index 0000000..0d010c7
--- /dev/null
+++ b/debian/patches/drop-config.log.patch
@@ -0,0 +1,617 @@
+Description: Remove the config.log included in the upstream source.
+ This file is not very useful because of dh-autoreconf is used to
+ retool the buildsystem. Its removal also fixes the lintian warning
+ configure-generated-file-in-source for config.log.
+Author: Bas Couwenberg <sebas...@xs4all.nl>
+--- a/config.log
++++ /dev/null
+@@ -1,609 +0,0 @@
+-This file contains any messages produced by compilers while
+-running configure, to aid debugging if configure makes a mistake.
+-
+-It was created by configure, which was
+-generated by GNU Autoconf 2.67.  Invocation command line was
+-
+-  $ ./configure 
+-
+-## --------- ##
+-## Platform. ##
+-## --------- ##
+-
+-hostname = ks35059.kimsufi.com
+-uname -m = x86_64
+-uname -r = 2.6.38.2-grsec-xxxx-grs-ipv6-64
+-uname -s = Linux
+-uname -v = #2 SMP Thu Aug 25 16:40:22 UTC 2011
+-
+-/usr/bin/uname -p = unknown
+-/bin/uname -X     = unknown
+-
+-/bin/arch              = unknown
+-/usr/bin/arch -k       = unknown
+-/usr/convex/getsysinfo = unknown
+-/usr/bin/hostinfo      = unknown
+-/bin/machine           = unknown
+-/usr/bin/oslevel       = unknown
+-/bin/universe          = unknown
+-
+-PATH: /usr/local/sbin
+-PATH: /usr/local/bin
+-PATH: /usr/sbin
+-PATH: /usr/bin
+-PATH: /sbin
+-PATH: /bin
+-
+-
+-## ----------- ##
+-## Core tests. ##
+-## ----------- ##
+-
+-configure:2135: checking for gcc
+-configure:2151: found /usr/bin/gcc
+-configure:2162: result: gcc
+-configure:2391: checking for C compiler version
+-configure:2400: gcc --version >&5
+-gcc (Debian 4.4.5-8) 4.4.5
+-Copyright (C) 2010 Free Software Foundation, Inc.
+-This is free software; see the source for copying conditions.  There is NO
+-warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+-
+-configure:2411: $? = 0
+-configure:2400: gcc -v >&5
+-Using built-in specs.
+-Target: x86_64-linux-gnu
+-Configured with: ../src/configure -v --with-pkgversion='Debian 4.4.5-8' 
--with-bugurl=file:///usr/share/doc/gcc-4.4/README.Bugs 
--enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr 
--program-suffix=-4.4 --enable-shared --enable-multiarch 
--enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib 
--without-included-gettext --enable-threads=posix 
--with-gxx-include-dir=/usr/include/c++/4.4 --libdir=/usr/lib --enable-nls 
--enable-clocale=gnu --enable-libstdcxx-debug --enable- [...]
+-Thread model: posix
+-gcc version 4.4.5 (Debian 4.4.5-8) 
+-configure:2411: $? = 0
+-configure:2400: gcc -V >&5
+-gcc: '-V' option must have argument
+-configure:2411: $? = 1
+-configure:2400: gcc -qversion >&5
+-gcc: unrecognized option '-qversion'
+-gcc: no input files
+-configure:2411: $? = 1
+-configure:2431: checking whether the C compiler works
+-configure:2453: gcc    conftest.c  >&5
+-configure:2457: $? = 0
+-configure:2505: result: yes
+-configure:2508: checking for C compiler default output file name
+-configure:2510: result: a.out
+-configure:2516: checking for suffix of executables
+-configure:2523: gcc -o conftest    conftest.c  >&5
+-configure:2527: $? = 0
+-configure:2549: result: 
+-configure:2571: checking whether we are cross compiling
+-configure:2579: gcc -o conftest    conftest.c  >&5
+-configure:2583: $? = 0
+-configure:2590: ./conftest
+-configure:2594: $? = 0
+-configure:2609: result: no
+-configure:2614: checking for suffix of object files
+-configure:2636: gcc -c   conftest.c >&5
+-configure:2640: $? = 0
+-configure:2661: result: o
+-configure:2665: checking whether we are using the GNU C compiler
+-configure:2684: gcc -c   conftest.c >&5
+-configure:2684: $? = 0
+-configure:2693: result: yes
+-configure:2702: checking whether gcc accepts -g
+-configure:2722: gcc -c -g  conftest.c >&5
+-configure:2722: $? = 0
+-configure:2763: result: yes
+-configure:2780: checking for gcc option to accept ISO C89
+-configure:2844: gcc  -c -g -O2  conftest.c >&5
+-configure:2844: $? = 0
+-configure:2857: result: none needed
+-configure:2881: checking for X
+-configure:2881: gcc -o conftest -g -O2   conftest.c  >&5
+-/tmp/cck4drVJ.o: In function `main':
+-/var/www/tinyows.org/release/tinyows-1.1.0/conftest.c:43: undefined reference 
to `X'
+-collect2: ld returned 1 exit status
+-configure:2881: $? = 1
+-configure: failed program was:
+-| /* confdefs.h */
+-| #define PACKAGE_NAME ""
+-| #define PACKAGE_TARNAME ""
+-| #define PACKAGE_VERSION ""
+-| #define PACKAGE_STRING ""
+-| #define PACKAGE_BUGREPORT ""
+-| #define PACKAGE_URL ""
+-| /* end confdefs.h.  */
+-| /* Define X to an innocuous variant, in case <limits.h> declares X.
+-|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
+-| #define X innocuous_X
+-| 
+-| /* System header to define __stub macros and hopefully few prototypes,
+-|     which can conflict with char X (); below.
+-|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
+-|     <limits.h> exists even on freestanding compilers.  */
+-| 
+-| #ifdef __STDC__
+-| # include <limits.h>
+-| #else
+-| # include <assert.h>
+-| #endif
+-| 
+-| #undef X
+-| 
+-| /* Override any GCC internal prototype to avoid an error.
+-|    Use char because int might match the return type of a GCC
+-|    builtin and then its argument prototype would still apply.  */
+-| #ifdef __cplusplus
+-| extern "C"
+-| #endif
+-| char X ();
+-| /* The GNU C library defines this for functions which it implements
+-|     to always fail with ENOSYS.  Some functions are actually named
+-|     something starting with __ and the normal name is an alias.  */
+-| #if defined __stub_X || defined __stub___X
+-| choke me
+-| #endif
+-| 
+-| int
+-| main ()
+-| {
+-| return X ();
+-|   ;
+-|   return 0;
+-| }
+-configure:2881: result: no
+-configure:2881: checking for $CC
+-configure:2881: gcc -o conftest -g -O2   conftest.c  >&5
+-/tmp/ccOoZQCR.s: Assembler messages:
+-/tmp/ccOoZQCR.s:23: Error: suffix or operands invalid for `call'
+-configure:2881: $? = 1
+-configure: failed program was:
+-| /* confdefs.h */
+-| #define PACKAGE_NAME ""
+-| #define PACKAGE_TARNAME ""
+-| #define PACKAGE_VERSION ""
+-| #define PACKAGE_STRING ""
+-| #define PACKAGE_BUGREPORT ""
+-| #define PACKAGE_URL ""
+-| /* end confdefs.h.  */
+-| /* Define $CC to an innocuous variant, in case <limits.h> declares $CC.
+-|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
+-| #define $CC innocuous_$CC
+-| 
+-| /* System header to define __stub macros and hopefully few prototypes,
+-|     which can conflict with char $CC (); below.
+-|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
+-|     <limits.h> exists even on freestanding compilers.  */
+-| 
+-| #ifdef __STDC__
+-| # include <limits.h>
+-| #else
+-| # include <assert.h>
+-| #endif
+-| 
+-| #undef $CC
+-| 
+-| /* Override any GCC internal prototype to avoid an error.
+-|    Use char because int might match the return type of a GCC
+-|    builtin and then its argument prototype would still apply.  */
+-| #ifdef __cplusplus
+-| extern "C"
+-| #endif
+-| char $CC ();
+-| /* The GNU C library defines this for functions which it implements
+-|     to always fail with ENOSYS.  Some functions are actually named
+-|     something starting with __ and the normal name is an alias.  */
+-| #if defined __stub_$CC || defined __stub___$CC
+-| choke me
+-| #endif
+-| 
+-| int
+-| main ()
+-| {
+-| return $CC ();
+-|   ;
+-|   return 0;
+-| }
+-configure:2881: result: no
+-configure:2881: checking for -c
+-configure:2881: gcc -o conftest -g -O2   conftest.c  >&5
+-conftest.c:11:9: error: macro names must be identifiers
+-conftest.c:24:8: error: macro names must be identifiers
+-conftest.c:24:9: warning: extra tokens at end of #undef directive
+-conftest.c:32: error: expected identifier or '(' before '-' token
+-configure:2881: $? = 1
+-configure: failed program was:
+-| /* confdefs.h */
+-| #define PACKAGE_NAME ""
+-| #define PACKAGE_TARNAME ""
+-| #define PACKAGE_VERSION ""
+-| #define PACKAGE_STRING ""
+-| #define PACKAGE_BUGREPORT ""
+-| #define PACKAGE_URL ""
+-| /* end confdefs.h.  */
+-| /* Define -c to an innocuous variant, in case <limits.h> declares -c.
+-|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
+-| #define -c innocuous_-c
+-| 
+-| /* System header to define __stub macros and hopefully few prototypes,
+-|     which can conflict with char -c (); below.
+-|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
+-|     <limits.h> exists even on freestanding compilers.  */
+-| 
+-| #ifdef __STDC__
+-| # include <limits.h>
+-| #else
+-| # include <assert.h>
+-| #endif
+-| 
+-| #undef -c
+-| 
+-| /* Override any GCC internal prototype to avoid an error.
+-|    Use char because int might match the return type of a GCC
+-|    builtin and then its argument prototype would still apply.  */
+-| #ifdef __cplusplus
+-| extern "C"
+-| #endif
+-| char -c ();
+-| /* The GNU C library defines this for functions which it implements
+-|     to always fail with ENOSYS.  Some functions are actually named
+-|     something starting with __ and the normal name is an alias.  */
+-| #if defined __stub_-c || defined __stub___-c
+-| choke me
+-| #endif
+-| 
+-| int
+-| main ()
+-| {
+-| return -c ();
+-|   ;
+-|   return 0;
+-| }
+-configure:2881: result: no
+-configure:2881: checking for $CFLAGS
+-configure:2881: gcc -o conftest -g -O2   conftest.c  >&5
+-/tmp/ccDpcFM3.s: Assembler messages:
+-/tmp/ccDpcFM3.s:23: Error: suffix or operands invalid for `call'
+-configure:2881: $? = 1
+-configure: failed program was:
+-| /* confdefs.h */
+-| #define PACKAGE_NAME ""
+-| #define PACKAGE_TARNAME ""
+-| #define PACKAGE_VERSION ""
+-| #define PACKAGE_STRING ""
+-| #define PACKAGE_BUGREPORT ""
+-| #define PACKAGE_URL ""
+-| /* end confdefs.h.  */
+-| /* Define $CFLAGS to an innocuous variant, in case <limits.h> declares 
$CFLAGS.
+-|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
+-| #define $CFLAGS innocuous_$CFLAGS
+-| 
+-| /* System header to define __stub macros and hopefully few prototypes,
+-|     which can conflict with char $CFLAGS (); below.
+-|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
+-|     <limits.h> exists even on freestanding compilers.  */
+-| 
+-| #ifdef __STDC__
+-| # include <limits.h>
+-| #else
+-| # include <assert.h>
+-| #endif
+-| 
+-| #undef $CFLAGS
+-| 
+-| /* Override any GCC internal prototype to avoid an error.
+-|    Use char because int might match the return type of a GCC
+-|    builtin and then its argument prototype would still apply.  */
+-| #ifdef __cplusplus
+-| extern "C"
+-| #endif
+-| char $CFLAGS ();
+-| /* The GNU C library defines this for functions which it implements
+-|     to always fail with ENOSYS.  Some functions are actually named
+-|     something starting with __ and the normal name is an alias.  */
+-| #if defined __stub_$CFLAGS || defined __stub___$CFLAGS
+-| choke me
+-| #endif
+-| 
+-| int
+-| main ()
+-| {
+-| return $CFLAGS ();
+-|   ;
+-|   return 0;
+-| }
+-configure:2881: result: no
+-configure:2881: checking for $CPPFLAGS
+-configure:2881: gcc -o conftest -g -O2   conftest.c  >&5
+-/tmp/cc3QZ76d.s: Assembler messages:
+-/tmp/cc3QZ76d.s:23: Error: suffix or operands invalid for `call'
+-configure:2881: $? = 1
+-configure: failed program was:
+-| /* confdefs.h */
+-| #define PACKAGE_NAME ""
+-| #define PACKAGE_TARNAME ""
+-| #define PACKAGE_VERSION ""
+-| #define PACKAGE_STRING ""
+-| #define PACKAGE_BUGREPORT ""
+-| #define PACKAGE_URL ""
+-| /* end confdefs.h.  */
+-| /* Define $CPPFLAGS to an innocuous variant, in case <limits.h> declares 
$CPPFLAGS.
+-|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
+-| #define $CPPFLAGS innocuous_$CPPFLAGS
+-| 
+-| /* System header to define __stub macros and hopefully few prototypes,
+-|     which can conflict with char $CPPFLAGS (); below.
+-|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
+-|     <limits.h> exists even on freestanding compilers.  */
+-| 
+-| #ifdef __STDC__
+-| # include <limits.h>
+-| #else
+-| # include <assert.h>
+-| #endif
+-| 
+-| #undef $CPPFLAGS
+-| 
+-| /* Override any GCC internal prototype to avoid an error.
+-|    Use char because int might match the return type of a GCC
+-|    builtin and then its argument prototype would still apply.  */
+-| #ifdef __cplusplus
+-| extern "C"
+-| #endif
+-| char $CPPFLAGS ();
+-| /* The GNU C library defines this for functions which it implements
+-|     to always fail with ENOSYS.  Some functions are actually named
+-|     something starting with __ and the normal name is an alias.  */
+-| #if defined __stub_$CPPFLAGS || defined __stub___$CPPFLAGS
+-| choke me
+-| #endif
+-| 
+-| int
+-| main ()
+-| {
+-| return $CPPFLAGS ();
+-|   ;
+-|   return 0;
+-| }
+-configure:2881: result: no
+-configure:2881: checking for conftest.$ac_ext
+-configure:2881: gcc -o conftest -g -O2   conftest.c  >&5
+-conftest.c:11:17: warning: missing whitespace after the macro name
+-conftest.c:24:16: warning: extra tokens at end of #undef directive
+-conftest.c:32: error: expected '=', ',', ';', 'asm' or '__attribute__' before 
'.' token
+-conftest.c:36:28: error: token "." is not valid in preprocessor expressions
+-conftest.c: In function 'main':
+-conftest.c:43: error: 'conftest' undeclared (first use in this function)
+-conftest.c:43: error: (Each undeclared identifier is reported only once
+-conftest.c:43: error: for each function it appears in.)
+-configure:2881: $? = 1
+-configure: failed program was:
+-| /* confdefs.h */
+-| #define PACKAGE_NAME ""
+-| #define PACKAGE_TARNAME ""
+-| #define PACKAGE_VERSION ""
+-| #define PACKAGE_STRING ""
+-| #define PACKAGE_BUGREPORT ""
+-| #define PACKAGE_URL ""
+-| /* end confdefs.h.  */
+-| /* Define conftest.$ac_ext to an innocuous variant, in case <limits.h> 
declares conftest.$ac_ext.
+-|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
+-| #define conftest.$ac_ext innocuous_conftest.$ac_ext
+-| 
+-| /* System header to define __stub macros and hopefully few prototypes,
+-|     which can conflict with char conftest.$ac_ext (); below.
+-|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
+-|     <limits.h> exists even on freestanding compilers.  */
+-| 
+-| #ifdef __STDC__
+-| # include <limits.h>
+-| #else
+-| # include <assert.h>
+-| #endif
+-| 
+-| #undef conftest.$ac_ext
+-| 
+-| /* Override any GCC internal prototype to avoid an error.
+-|    Use char because int might match the return type of a GCC
+-|    builtin and then its argument prototype would still apply.  */
+-| #ifdef __cplusplus
+-| extern "C"
+-| #endif
+-| char conftest.$ac_ext ();
+-| /* The GNU C library defines this for functions which it implements
+-|     to always fail with ENOSYS.  Some functions are actually named
+-|     something starting with __ and the normal name is an alias.  */
+-| #if defined __stub_conftest.$ac_ext || defined __stub___conftest.$ac_ext
+-| choke me
+-| #endif
+-| 
+-| int
+-| main ()
+-| {
+-| return conftest.$ac_ext ();
+-|   ;
+-|   return 0;
+-| }
+-configure:2881: result: no
+-configure:2881: checking for >&5
+-configure:2881: gcc -o conftest -g -O2   conftest.c  >&5
+-conftest.c:11:9: error: macro names must be identifiers
+-conftest.c:24:8: error: macro names must be identifiers
+-conftest.c:24:9: warning: extra tokens at end of #undef directive
+-conftest.c:32: error: expected identifier or '(' before '>' token
+-conftest.c:36:21: error: operator '>' has no right operand
+-conftest.c: In function 'main':
+-conftest.c:43: error: expected expression before '>' token
+-configure:2881: $? = 1
+-configure: failed program was:
+-| /* confdefs.h */
+-| #define PACKAGE_NAME ""
+-| #define PACKAGE_TARNAME ""
+-| #define PACKAGE_VERSION ""
+-| #define PACKAGE_STRING ""
+-| #define PACKAGE_BUGREPORT ""
+-| #define PACKAGE_URL ""
+-| /* end confdefs.h.  */
+-| /* Define >&5 to an innocuous variant, in case <limits.h> declares >&5.
+-|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
+-| #define >&5 innocuous_>&5
+-| 
+-| /* System header to define __stub macros and hopefully few prototypes,
+-|     which can conflict with char >&5 (); below.
+-|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
+-|     <limits.h> exists even on freestanding compilers.  */
+-| 
+-| #ifdef __STDC__
+-| # include <limits.h>
+-| #else
+-| # include <assert.h>
+-| #endif
+-| 
+-| #undef >&5
+-| 
+-| /* Override any GCC internal prototype to avoid an error.
+-|    Use char because int might match the return type of a GCC
+-|    builtin and then its argument prototype would still apply.  */
+-| #ifdef __cplusplus
+-| extern "C"
+-| #endif
+-| char >&5 ();
+-| /* The GNU C library defines this for functions which it implements
+-|     to always fail with ENOSYS.  Some functions are actually named
+-|     something starting with __ and the normal name is an alias.  */
+-| #if defined __stub_>&5 || defined __stub___>&5
+-| choke me
+-| #endif
+-| 
+-| int
+-| main ()
+-| {
+-| return >&5 ();
+-|   ;
+-|   return 0;
+-| }
+-configure:2881: result: no
+-configure:2911: checking for xml2-config
+-configure:2942: result: no
+-configure:2953: error: couldn't find xml2-config, try using 
--with-xml2-config=PATH
+-
+-## ---------------- ##
+-## Cache variables. ##
+-## ---------------- ##
+-
+-ac_cv_c_compiler_gnu=yes
+-ac_cv_env_CC_set=
+-ac_cv_env_CC_value=
+-ac_cv_env_CFLAGS_set=
+-ac_cv_env_CFLAGS_value=
+-ac_cv_env_CPPFLAGS_set=
+-ac_cv_env_CPPFLAGS_value=
+-ac_cv_env_CPP_set=
+-ac_cv_env_CPP_value=
+-ac_cv_env_LDFLAGS_set=
+-ac_cv_env_LDFLAGS_value=
+-ac_cv_env_LIBS_set=
+-ac_cv_env_LIBS_value=
+-ac_cv_env_build_alias_set=
+-ac_cv_env_build_alias_value=
+-ac_cv_env_host_alias_set=
+-ac_cv_env_host_alias_value=
+-ac_cv_env_target_alias_set=
+-ac_cv_env_target_alias_value=
+-ac_cv_func_X=no
+-ac_cv_func__CC=no
+-ac_cv_func__CFLAGS=no
+-ac_cv_func__CPPFLAGS=no
+-ac_cv_func___5=no
+-ac_cv_func__c=no
+-ac_cv_func_conftest__ac_ext=no
+-ac_cv_objext=o
+-ac_cv_path_LIBXML2_CONFIG=no
+-ac_cv_prog_ac_ct_CC=gcc
+-ac_cv_prog_cc_c89=
+-ac_cv_prog_cc_g=yes
+-
+-## ----------------- ##
+-## Output variables. ##
+-## ----------------- ##
+-
+-CC='gcc'
+-CFLAGS='-g -O2'
+-CPP=''
+-CPPFLAGS=''
+-DEFS=''
+-ECHO_C=''
+-ECHO_N='-n'
+-ECHO_T=''
+-EGREP=''
+-EXEEXT=''
+-FCGI_INC=''
+-FCGI_LIB=''
+-GIT_FLAGS=''
+-GREP=''
+-LDFLAGS=''
+-LEX=''
+-LEXLIB=''
+-LEX_OUTPUT_ROOT=''
+-LIBOBJS=''
+-LIBS=''
+-LIBXML2_CONFIG='no'
+-LTLIBOBJS=''
+-OBJEXT='o'
+-PACKAGE_BUGREPORT=''
+-PACKAGE_NAME=''
+-PACKAGE_STRING=''
+-PACKAGE_TARNAME=''
+-PACKAGE_URL=''
+-PACKAGE_VERSION=''
+-PATH_SEPARATOR=':'
+-PG_CONFIG=''
+-POSTGIS_BIN=''
+-POSTGIS_INC=''
+-POSTGIS_LIB=''
+-POSTGIS_SHARE=''
+-SHELL='/bin/sh'
+-SHP2PGSQL=''
+-TINYOWS_DEBUG=''
+-USE_FCGI=''
+-XML2_INC=''
+-XML2_LIB=''
+-ac_ct_CC='gcc'
+-bindir='${exec_prefix}/bin'
+-build_alias=''
+-datadir='${datarootdir}'
+-datarootdir='${prefix}/share'
+-docdir='${datarootdir}/doc/${PACKAGE}'
+-dvidir='${docdir}'
+-exec_prefix='NONE'
+-git=''
+-host_alias=''
+-htmldir='${docdir}'
+-includedir='${prefix}/include'
+-infodir='${datarootdir}/info'
+-libdir='${exec_prefix}/lib'
+-libexecdir='${exec_prefix}/libexec'
+-localedir='${datarootdir}/locale'
+-localstatedir='${prefix}/var'
+-mandir='${datarootdir}/man'
+-oldincludedir='/usr/include'
+-pdfdir='${docdir}'
+-prefix='NONE'
+-program_transform_name='s,x,x,'
+-psdir='${docdir}'
+-sbindir='${exec_prefix}/sbin'
+-sharedstatedir='${prefix}/com'
+-sysconfdir='${prefix}/etc'
+-target_alias=''
+-
+-## ----------- ##
+-## confdefs.h. ##
+-## ----------- ##
+-
+-/* confdefs.h */
+-#define PACKAGE_NAME ""
+-#define PACKAGE_TARNAME ""
+-#define PACKAGE_VERSION ""
+-#define PACKAGE_STRING ""
+-#define PACKAGE_BUGREPORT ""
+-#define PACKAGE_URL ""
+-
+-configure: exit 1
diff --git a/debian/patches/series b/debian/patches/series
index ac9508b..546b139 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
+drop-config.log.patch
 buffer_copy.patch
 liborder.patch
diff --git a/debian/source/lintian-overrides b/debian/source/lintian-overrides
deleted file mode 100644
index ca43d6c..0000000
--- a/debian/source/lintian-overrides
+++ /dev/null
@@ -1,2 +0,0 @@
-# False positive: dh_clean and dh_autoreconf take care of this.
-tinyows source: configure-generated-file-in-source config.log

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/tinyows.git

_______________________________________________
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

Reply via email to