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

c9b0fd
From fd0b6b1f8e3acf7025bb1ebe48305311502ae12a Mon Sep 17 00:00:00 2001
c9b0fd
From: =?UTF-8?q?Nikola=20Forr=C3=B3?= <nforro@redhat.com>
c9b0fd
Date: Tue, 26 Jun 2018 17:38:43 +0200
c9b0fd
Subject: [PATCH 2/4] Disable Debian
c9b0fd
c9b0fd
---
c9b0fd
 setup.py | 10 +++++-----
c9b0fd
 1 file changed, 5 insertions(+), 5 deletions(-)
c9b0fd
c9b0fd
diff --git a/setup.py b/setup.py
c9b0fd
index 379323b..86619ec 100644
c9b0fd
--- a/setup.py
c9b0fd
+++ b/setup.py
c9b0fd
@@ -26,7 +26,7 @@ from distutils.command.sdist import sdist
c9b0fd
 from distutils import log
c9b0fd
 from subprocess import Popen, PIPE
c9b0fd
 sys.path.append("lib")
c9b0fd
-from contrib.debian.installer import DebianInstaller
c9b0fd
+#from contrib.debian.installer import DebianInstaller
c9b0fd
 
c9b0fd
 #
c9b0fd
 # Build the command line script
c9b0fd
@@ -373,10 +373,10 @@ class Install(install):
c9b0fd
             raise OSError("not found: %s" % ", ".join(mis_stys))
c9b0fd
 
c9b0fd
     def run(self):
c9b0fd
-        if self.install_layout == "deb":
c9b0fd
-            db = DebianInstaller(self)
c9b0fd
-        else:
c9b0fd
-            db = None
c9b0fd
+#        if self.install_layout == "deb":
c9b0fd
+#            db = DebianInstaller(self)
c9b0fd
+#        else:
c9b0fd
+        db = None
c9b0fd
 
c9b0fd
         if not(db) and not(self.nodeps):
c9b0fd
             try:
c9b0fd
-- 
c9b0fd
2.17.1
c9b0fd