Description: qmake is in /usr/bin in Debian not in /usr/qt/3/bin.  Add db to
 xxdiff python packages alongside scripts and scm.
Author: Y Giridhar Appaji Nag <giridhar@appaji.net>

--- a/setup.py
+++ b/setup.py
@@ -68,7 +68,8 @@
       package_dir = {'': 'lib/python'},
       packages = ['xxdiff',
                   join('xxdiff', 'scripts'),
-                  join('xxdiff', 'scm')],
+                  join('xxdiff', 'scm'),
+                  join('xxdiff', 'db')],
       scripts = allscripts
      )
 
--- a/src/Makefile.extra
+++ b/src/Makefile.extra
@@ -61,7 +61,7 @@
 
 
 # Override the qmake we use because the one in the path might be different.
-QMAKE = $(QTDIR)/bin/qmake
+QMAKE = qmake
 
 
 # Note: we would need to add this to be correct.  Danger!  If the Makefile gets
