Description: Keep upstream build system from doing distro work
 1) Don't recreate spec file: unused on Debian,
    pollutes diff with ever-changing timestamp
    that changes result of rebuilds.
 2) Don't automatically generate debian/changelog,
    nor touch debian/ in any way.
Author: Lionel Elie Mamane <lmamane@debian.org>

Index: sqliteodbc-0.91/configure.in
===================================================================
--- sqliteodbc-0.91.orig/configure.in	2011-07-02 21:45:00.000000000 +0200
+++ sqliteodbc-0.91/configure.in	2011-07-09 22:53:54.579008873 +0200
@@ -610,8 +610,4 @@
 #########
 # Generate the output files.
 #
-SPEC_CHANGELOG_TS=`LANG=C date -u "+%a %b %d %Y"`
-DEB_CHANGELOG_TS=`LANG=C date "+%a, %d %b %Y %X %z"`
-AC_SUBST(SPEC_CHANGELOG_TS)
-AC_SUBST(DEB_CHANGELOG_TS)
-AC_OUTPUT(Makefile sqliteodbc.spec debian/changelog)
+AC_OUTPUT(Makefile)
