Blame SOURCES/dblatex-0.3.11-disable-debian.patch

14560c
From 0d8a7080f7fdc158a635e939e06bc7884a034ab1 Mon Sep 17 00:00:00 2001
14560c
Message-Id: <0d8a7080f7fdc158a635e939e06bc7884a034ab1.1569226914.git.github@grubix.eu>
14560c
In-Reply-To: <49b85799a8f0674ac5eb6f2dfc37b23208d9754a.1569226914.git.github@grubix.eu>
14560c
References: <49b85799a8f0674ac5eb6f2dfc37b23208d9754a.1569226914.git.github@grubix.eu>
14560c
From: =?UTF-8?q?Nikola=20Forr=C3=B3?= <nforro@redhat.com>
14560c
Date: Tue, 26 Jun 2018 17:38:43 +0200
14560c
Subject: [PATCH 12/13] Disable Debian
14560c
14560c
Signed-off-by: Michael J Gruber <github@grubix.eu>
14560c
---
14560c
 setup.py | 10 +++++-----
14560c
 1 file changed, 5 insertions(+), 5 deletions(-)
14560c
14560c
diff --git a/setup.py b/setup.py
14560c
index 379323b..86619ec 100644
14560c
--- a/setup.py
14560c
+++ b/setup.py
14560c
@@ -26,7 +26,7 @@ from distutils.command.sdist import sdist
14560c
 from distutils import log
14560c
 from subprocess import Popen, PIPE
14560c
 sys.path.append("lib")
14560c
-from contrib.debian.installer import DebianInstaller
14560c
+#from contrib.debian.installer import DebianInstaller
14560c
 
14560c
 #
14560c
 # Build the command line script
14560c
@@ -373,10 +373,10 @@ class Install(install):
14560c
             raise OSError("not found: %s" % ", ".join(mis_stys))
14560c
 
14560c
     def run(self):
14560c
-        if self.install_layout == "deb":
14560c
-            db = DebianInstaller(self)
14560c
-        else:
14560c
-            db = None
14560c
+#        if self.install_layout == "deb":
14560c
+#            db = DebianInstaller(self)
14560c
+#        else:
14560c
+        db = None
14560c
 
14560c
         if not(db) and not(self.nodeps):
14560c
             try:
14560c
-- 
14560c
2.23.0.369.g5d0cb2d495
14560c