~0k.io/ocb-server/usability-and-fix-on-res-partner-1

« back to all changes in this revision

Viewing changes to debian/patches/01-autobuild.patch

Merge commit 'c18f2a7474c9' into mdv-gpl3-py26

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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 = \