[Pkg-cli-apps-commits] [banshee] 01/01: Update apport script to look at gst1.0 pkg info

Chow Loong Jin hyperair at debian.org
Sun Dec 29 15:56:06 UTC 2013


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

hyperair pushed a commit to branch experimental
in repository banshee.

commit 90e5550feb7bcdab3222af9dc4152478032d098b
Author: Chow Loong Jin <hyperair at debian.org>
Date:   Sun Dec 29 23:54:27 2013 +0800

    Update apport script to look at gst1.0 pkg info
    
    Thanks: Daniel Letzeisen
    LP: #1264547
---
 debian/source_banshee.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/source_banshee.py b/debian/source_banshee.py
index 2cf7622..7673375 100644
--- a/debian/source_banshee.py
+++ b/debian/source_banshee.py
@@ -39,7 +39,7 @@ def add_info(report, ui):
     if response[0] == 1: # the issue is a sound one
         os.execlp('apport-bug', 'apport-bug', 'audio')
     if response[0] == 2: # the issue is a codec one
-        report.add_package_info("libgstreamer0.10-0")
+        report.add_package_info("libgstreamer1.0-0")
         return
     if response[0] == 3: # problem with the music store
         report.add_package_info("banshee-extension-ubuntuonemusicstore")

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-cli-apps/packages/banshee.git



More information about the Pkg-cli-apps-commits mailing list