[Python-apps-commits] r13733 - in packages/terminator/trunk/debian/patches (2 files)

julian at users.alioth.debian.org julian at users.alioth.debian.org
Sun Nov 27 03:33:41 UTC 2016


    Date: Sunday, November 27, 2016 @ 03:33:35
  Author: julian
Revision: 13733

Remove useless patches

Deleted:
  packages/terminator/trunk/debian/patches/force_xdg-open.diff
  packages/terminator/trunk/debian/patches/not-install-doc.diff

Deleted: packages/terminator/trunk/debian/patches/force_xdg-open.diff
===================================================================
--- packages/terminator/trunk/debian/patches/force_xdg-open.diff	2016-11-23 14:01:33 UTC (rev 13732)
+++ packages/terminator/trunk/debian/patches/force_xdg-open.diff	2016-11-27 03:33:35 UTC (rev 13733)
@@ -1,14 +0,0 @@
-Description: Forced to use xdg-open for default browser startup.
-Author: Eduard Bloch <blade at debian.org>
-Bug-Debian: https://bugs.debian.org/648446
---- a/terminatorlib/terminal.py
-+++ b/terminatorlib/terminal.py
-@@ -1427,7 +1427,7 @@
- 
-     def open_url(self, url, prepare=False):
-         """Open a given URL, conditionally unpacking it from a VTE match"""
--        oldstyle = False
-+        oldstyle = True
- 
-         if prepare == True:
-             url = self.prepare_url(url)

Deleted: packages/terminator/trunk/debian/patches/not-install-doc.diff
===================================================================
--- packages/terminator/trunk/debian/patches/not-install-doc.diff	2016-11-23 14:01:33 UTC (rev 13732)
+++ packages/terminator/trunk/debian/patches/not-install-doc.diff	2016-11-27 03:33:35 UTC (rev 13733)
@@ -1,15 +0,0 @@
-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