[Python-apps-commits] r12699 - in packages/terminator/trunk/debian/patches (1 file)

julian at users.alioth.debian.org julian at users.alioth.debian.org
Tue Jan 12 16:02:23 UTC 2016


    Date: Tuesday, January 12, 2016 @ 16:02:22
  Author: julian
Revision: 12699

Avoid installation of documentation at the moment

Added:
  packages/terminator/trunk/debian/patches/not-install-doc.diff

Added: packages/terminator/trunk/debian/patches/not-install-doc.diff
===================================================================
--- packages/terminator/trunk/debian/patches/not-install-doc.diff	                        (rev 0)
+++ packages/terminator/trunk/debian/patches/not-install-doc.diff	2016-01-12 16:02:22 UTC (rev 12699)
@@ -0,0 +1,15 @@
+Description: Avoid to install documentation at the moment,
+ a lot of prebuilt javascript object that aren't in the
+ GNU Debian archive.
+Author: Julián Moreno Patiño <julian at debian.org>
+--- a/setup.py
++++ b/setup.py
+@@ -29,7 +29,7 @@
+ 
+   def __init__ (self, *args):
+     self.build_documentation = False
+-    self.install_documentation = True
++    self.install_documentation = False
+     self.without_gettext = False
+     self.without_icon_cache = False
+     Distribution.__init__(self, *args)




More information about the Python-apps-commits mailing list