[Pkg-debile-commits] [debile-slave] 10/28: Fixed non-renamed variable

Sylvestre Ledru sylvestre at alioth.debian.org
Mon Aug 19 14:55:20 UTC 2013


This is an automated email from the git hooks/post-receive script.

sylvestre pushed a commit to branch master
in repository debile-slave.

commit 799ffebbf2818285548143412a334e406db744eb
Author: Léo Cavaillé <leo at cavaille.net>
Date:   Sun Aug 11 17:27:08 2013 +0200

    Fixed non-renamed variable
---
 ethel/daemon.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ethel/daemon.py b/ethel/daemon.py
index 4059cfb..05b08aa 100644
--- a/ethel/daemon.py
+++ b/ethel/daemon.py
@@ -56,7 +56,7 @@ def generate_sut_from_binary(package):
     arch = package['arch']
     name = package['name']
     local = None
-    version = source['version']
+    version = package['version']
     if "-" in version:
         version, local = version.rsplit("-", 1)
     return DebianBinary(name, version, local, arch)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-debile/debile-slave.git



More information about the Pkg-debile-commits mailing list