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