Package: python3-minimal
Version: 3.2.3-5
Severity: normal
Tags: patch
Please apply the attached patch to make py3versions close
debian/control file after reading from it.
--
Dmitry Shachnev
-- System Information:
Debian Release: wheezy/sid
APT prefers unstable
APT policy: (700, 'unstable'), (500, 'experimental'), (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 3.2.0-3-686-pae (SMP w/4 CPU cores)
Locale: LANG=ru_RU.utf8, LC_CTYPE=ru_RU.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages python3-minimal depends on:
ii dpkg 1.16.8
ii python3.2-minimal 3.2.3-3
python3-minimal recommends no packages.
python3-minimal suggests no packages.
-- no debconf information
=== modified file 'debian/py3versions.py'
--- debian/py3versions.py 2012-06-30 19:15:05 +0000
+++ debian/py3versions.py 2012-09-03 14:54:52 +0000
@@ -193,6 +193,7 @@
if section != 'Source':
raise ValueError('attribute X-Python3-Version not in Source section')
sversion = line.split(':', 1)[1].strip()
+ fn.close()
if section == None:
raise ControlFileValueError('not a control file')
if pkg == 'Source':