Blame SOURCES/dblatex-disable-debian.patch

f521c8
--- dblatex-0.3.4/setup.py	2012-06-02 16:43:42.000000000 -0700
f521c8
+++ dblatex-0.3.4/setup.py_disable_debian	2012-12-03 21:30:30.843851029 -0800
f521c8
@@ -23,7 +23,7 @@ from distutils.command.sdist import sdis
f521c8
 from distutils import log
f521c8
 from subprocess import Popen, PIPE
f521c8
 sys.path.append("lib")
f521c8
-from contrib.debian.installer import DebianInstaller
f521c8
+#from contrib.debian.installer import DebianInstaller
f521c8
 
f521c8
 #
f521c8
 # Build the command line script
f521c8
@@ -365,10 +365,10 @@ class Install(install):
f521c8
             raise OSError("not found: %s" % ", ".join(mis_stys))
f521c8
 
f521c8
     def run(self):
f521c8
-        if self.install_layout == "deb":
f521c8
-            db = DebianInstaller(self)
f521c8
-        else:
f521c8
-            db = None
f521c8
+#        if self.install_layout == "deb":
f521c8
+#            db = DebianInstaller(self)
f521c8
+#        else:
f521c8
+        db = None
f521c8
 
f521c8
         if not(db) and not(self.nodeps):
f521c8
             try: