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