Univention Bugzilla – Attachment 7989 Details for
Bug 42316
ucslint ERROR: Loading module 0014-Depends.py failed
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
42316.patch (text/plain), 1.04 KB, created by
Florian Best
on 2016-09-08 13:47:28 CEST
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Florian Best
Created:
2016-09-08 13:47:28 CEST
Size:
1.04 KB
patch
obsolete
>diff --git a/packaging/ucslint/bin/ucslint b/packaging/ucslint/bin/ucslint >index 0f27118..1e6f6ba 100755 >--- a/packaging/ucslint/bin/ucslint >+++ b/packaging/ucslint/bin/ucslint >@@ -88,8 +88,8 @@ class DebianPackageCheck(object): > self.pluginlist[modname] = module > if self.debuglevel: > print >> sys.stderr, 'Loaded module %s' % modname >- except Exception: >- print >> sys.stderr, 'ERROR: Loading module %s failed' % f >+ except Exception as exc: >+ print >> sys.stderr, 'ERROR: Loading module %s failed: %s' % (f, exc) > if self.debuglevel: > raise > else: >diff --git a/packaging/ucslint/debian/control b/packaging/ucslint/debian/control >index dbd9089..db8fea4 100644 >--- a/packaging/ucslint/debian/control >+++ b/packaging/ucslint/debian/control >@@ -15,7 +15,8 @@ Depends: > ${python:Depends}, > ${misc:Depends}, > devscripts, >- python-libtre >+ python-libtre, >+ python-apt, > Conflicts: ucs-tools (<< 1.2.5) > Description: Check packaging for UCS > This package contains the Univention tool ucslint that
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 42316
: 7989