Using quilt rather than dpatch.
[odoo/odoo.git] / debian / patches / 01-autobuild.patch
1 Author: Daniel Baumann <daniel@debian.org>
2 Description: Disable modules check to make it buildable without X11.
3
4 diff -Naurp openerp-server.orig/setup.py openerp-server/setup.py
5 --- openerp-server.orig/setup.py        2008-11-03 21:33:56.000000000 +0000
6 +++ openerp-server/setup.py     2008-11-09 09:00:02.000000000 +0000
7 @@ -133,7 +133,7 @@ def data_files():
8      files.append(('.', [('bin/import_xml.rng')]))
9      return files
10  
11 -check_modules()
12 +#check_modules()
13  
14  # create startup script
15  start_script = \