View | Details | Raw Unified | Return to bug 42316
Collapse All | Expand All

(-)a/packaging/ucslint/bin/ucslint (-2 / +2 lines)
 Lines 88-95   class DebianPackageCheck(object): Link Here 
88
								self.pluginlist[modname] = module
88
								self.pluginlist[modname] = module
89
								if self.debuglevel:
89
								if self.debuglevel:
90
									print >> sys.stderr, 'Loaded module %s' % modname
90
									print >> sys.stderr, 'Loaded module %s' % modname
91
							except Exception:
91
							except Exception as exc:
92
								print >> sys.stderr, 'ERROR: Loading module %s failed' % f
92
								print >> sys.stderr, 'ERROR: Loading module %s failed: %s' % (f, exc)
93
								if self.debuglevel:
93
								if self.debuglevel:
94
									raise
94
									raise
95
						else:
95
						else:
(-)a/packaging/ucslint/debian/control (-1 / +2 lines)
 Lines 15-21   Depends: Link Here 
15
 ${python:Depends},
15
 ${python:Depends},
16
 ${misc:Depends},
16
 ${misc:Depends},
17
 devscripts,
17
 devscripts,
18
 python-libtre
18
 python-libtre,
19
 python-apt,
19
Conflicts: ucs-tools (<< 1.2.5)
20
Conflicts: ucs-tools (<< 1.2.5)
20
Description: Check packaging for UCS
21
Description: Check packaging for UCS
21
 This package contains the Univention tool ucslint that
22
 This package contains the Univention tool ucslint that

Return to bug 42316