File dblatex-0.3.4-disable-debian.patch of Package dblatex

---
 setup.py |   12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

--- a/setup.py
+++ b/setup.py
@@ -23,7 +23,8 @@ from distutils.command.sdist import sdis
 from distutils import log
 from subprocess import Popen, PIPE
 sys.path.append("lib")
-from contrib.debian.installer import DebianInstaller
+# this is opensuse not debian
+#from contrib.debian.installer import DebianInstaller
 
 #
 # Build the command line script
@@ -365,10 +366,11 @@ class Install(install):
             raise OSError("not found: %s" % ", ".join(mis_stys))
 
     def run(self):
-        if self.install_layout == "deb":
-            db = DebianInstaller(self)
-        else:
-            db = None
+# this is opensuse not debian so disable this
+#        if self.install_layout == "deb":
+#            db = DebianInstaller(self)
+#        else:
+        db = None
 
         if not(db) and not(self.nodeps):
             try:
openSUSE Build Service is sponsored by