[Pkg-samba-maint] [samba] 03/03: autodeps.py: Fix parsing of control file.
Jelmer Vernooij
jelmer at alioth.debian.org
Sun Aug 11 16:11:37 UTC 2013
This is an automated email from the git hooks/post-receive script.
jelmer pushed a commit to branch samba_4.0
in repository samba.
commit 7796f8f5fe46f09a175b8bf4e5f32bdb7de1616d
Author: Jelmer Vernooij <jelmer at samba.org>
Date: Sun Aug 11 16:10:47 2013 +0000
autodeps.py: Fix parsing of control file.
---
debian/autodeps.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/autodeps.py b/debian/autodeps.py
index c022816..56f83d7 100755
--- a/debian/autodeps.py
+++ b/debian/autodeps.py
@@ -91,7 +91,7 @@ def update_control():
"""
from debian.deb822 import Deb822, PkgRelation
f = open('debian/control', 'r')
- iter = Deb822.iter_paragraphs(f)
+ iter = Deb822.iter_paragraphs(f.readlines())
source = iter.next()
def update_deps(control, field, package, min_version, epoch=None):
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-samba/samba.git
More information about the Pkg-samba-maint
mailing list