Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:dirkmueller:acdc:sp5-rebuild
dblatex
dblatex-0.3.4-disable-debian.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
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 @@ -25,7 +25,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 @@ -373,10 +374,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:
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor