[SCM] vlc/squeeze-backports-sloppy: Fix apport hook.

edwardw-guest at users.alioth.debian.org edwardw-guest at users.alioth.debian.org
Sun Jun 9 19:34:49 UTC 2013


The following commit has been merged in the squeeze-backports-sloppy branch:
commit 77513d7ee9846b6c1dd75f726afeeb019ff4939a
Author: Benjamin Drung <bdrung at debian.org>
Date:   Fri Mar 22 13:26:39 2013 +0100

    Fix apport hook.
    
    This fixes following crash:
    NameError: global name 'attach_related_packages' is not defined
    
    Closes: #702942
    Thanks: Dmitry Shachnev <mitya57 at gmail.com>
    (cherry picked from commit 44f01d5eb109d021badbacf79d0acb4d3cfcdf79)
    
    Signed-off-by: Edward Wang <edward.c.wang at compdigitec.com>

diff --git a/debian/source_vlc.py b/debian/source_vlc.py
index af11f97..9947364 100644
--- a/debian/source_vlc.py
+++ b/debian/source_vlc.py
@@ -4,6 +4,8 @@
 Author: Brian Murray <brian at ubuntu.com>
 '''
 
+from apport.hookutils import attach_related_packages
+
 def add_info(report):
 	attach_related_packages(report, [
 		"libaa1",

-- 
VLC media player packaging



More information about the pkg-multimedia-commits mailing list