summaryrefslogtreecommitdiff
blob: ed90ec0c32ca4e03b5d1ffab49ff5287905c97f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
--- setup.py.orig	2010-12-15 08:55:27.000000000 -0500
+++ setup.py	2010-12-15 09:05:32.000000000 -0500
@@ -31,19 +31,21 @@
     test_suite="runtests.get_test_suite",
     packages=find_packages(),
     scripts=['bin/desktopcouch-pair'],
-    data_files = [('/usr/lib/desktopcouch/', ['bin/desktopcouch-service',
-                                              'bin/desktopcouch-get-port',
-                                              'bin/desktopcouch-stop']),
+    data_files = [
+#    data_files = [('/usr/lib/desktopcouch/', ['bin/desktopcouch-service',
+#                                              'bin/desktopcouch-get-port',
+#                                              'bin/desktopcouch-stop']),
                   # Be sure all additions are reflected in MANIFEST.in !
-                  ('/usr/share/doc/python-desktopcouch-records/api/',
-                      ['desktopcouch/records/doc/records.txt',
-                      'desktopcouch/records/doc/field_registry.txt',
-                      'desktopcouch/contacts/schema.txt']),
+#                  ('/usr/share/doc/python-desktopcouch-records/api/',
+#                      ['desktopcouch/records/doc/records.txt',
+#                      'desktopcouch/records/doc/field_registry.txt',
+#                      'desktopcouch/contacts/schema.txt']),
                   ('/etc/xdg/desktop-couch/',
                       ['config/desktop-couch/compulsory-auth.ini']),
                   ('/usr/share/desktopcouch/', ['data/couchdb.tmpl']),
                   ('/usr/share/dbus-1/services/', ['org.desktopcouch.CouchDB.service']),
-                  ('share/man/man1/', ['docs/man/desktopcouch-pair.1'])],
+#                  ('share/man/man1/', ['docs/man/desktopcouch-pair.1'])],
+    ],
     cmdclass = { "build" : build_extra.build_extra,
                  "build_i18n" :  build_i18n.build_i18n }
 )