[SCM] vlc/master: Fix apport hook.

bdrung at users.alioth.debian.org bdrung at users.alioth.debian.org
Fri Mar 22 12:37:01 UTC 2013


The following commit has been merged in the master branch:
commit 44f01d5eb109d021badbacf79d0acb4d3cfcdf79
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>

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