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

(-)a/ucs-4.0-0/packaging/ucslint/debian/changelog (+6 lines)
 Lines 1-3    Link Here 
1
ucslint (4.0.0-7) unstable; urgency=low
2
3
  * Bug #37688: fixed traceback in 0001-CheckJoinScript.py
4
5
 -- Sönke Schwardt-Krummrich <schwardt@univention.de>  Wed, 04 Feb 2015 15:50:27 +0100
6
1
ucslint (4.0.0-6) unstable; urgency=low
7
ucslint (4.0.0-6) unstable; urgency=low
2
8
3
  * Bug #32525: univention-install-joinscript: remove debug output
9
  * Bug #32525: univention-install-joinscript: remove debug output
(-)a/ucs-4.0-0/packaging/ucslint/ucslint/0001-CheckJoinScript.py (-1 / +1 lines)
 Lines 175-181   class UniventionPackageCheck(uub.UniventionPackageCheckDebian): Link Here 
175
		try:
175
		try:
176
			content = open(fn_rules, 'r').read()
176
			content = open(fn_rules, 'r').read()
177
		except IOError:
177
		except IOError:
178
			self.addmsg( '0001-9', 'failed to open and read file', fn )
178
			self.addmsg( '0001-9', 'failed to open and read file', fn_rules )
179
		else:
179
		else:
180
			if UniventionPackageCheck.RE_DH_JOIN.search(content):
180
			if UniventionPackageCheck.RE_DH_JOIN.search(content):
181
				self.debug('Detected use of univention-install-joinscript')
181
				self.debug('Detected use of univention-install-joinscript')

Return to bug 37688