[SCM] VLC media player packaging branch, experimental, updated. debian/1.1.2-1+exp1-18-g968f005

bdrung-guest at users.alioth.debian.org bdrung-guest at users.alioth.debian.org
Thu Aug 19 20:24:12 UTC 2010


The following commit has been merged in the experimental branch:
commit 91139c76a07d34bc2c51fa1c899d173c513dde7b
Author: Benjamin Drung <bdrung at ubuntu.com>
Date:   Thu Aug 19 22:19:41 2010 +0200

    Add apport hook to include more vlc dependencies in bug reports and install it on Ubuntu.

diff --git a/debian/rules b/debian/rules
index 5eb9bbe..e517386 100755
--- a/debian/rules
+++ b/debian/rules
@@ -215,6 +215,7 @@ ifeq ($(DEB_BUILD_GNU_TYPE), $(DEB_HOST_GNU_TYPE))
 	done; \
 	if test "$$BORKED" = yes; then exit 1; fi
 endif
+	$(if $(shell dpkg-vendor --is Ubuntu && echo true),dh_install -pvlc-nox debian/source_vlc.py usr/share/apport/package-hooks/)
 	dh_buildinfo -p vlc-nox
 
 override_dh_strip:
diff --git a/debian/source_vlc.py b/debian/source_vlc.py
new file mode 100644
index 0000000..af11f97
--- /dev/null
+++ b/debian/source_vlc.py
@@ -0,0 +1,29 @@
+'''apport package hook for vlc
+
+(c) 2010 Canonical Ltd.
+Author: Brian Murray <brian at ubuntu.com>
+'''
+
+def add_info(report):
+	attach_related_packages(report, [
+		"libaa1",
+		"libgl1-mesa-glx",
+		"libgl1",
+		"libglib2.0-0",
+		"libgtk2.0-0",
+		"libnotify1",
+		"libnotify1-gtk2.10",
+		"libqtcore4",
+		"libqtgui4",
+		"libsdl-image1.2",
+		"libsdl1.2debian",
+		"libtar",
+		"libx11-6",
+		"libx264-85",
+		"libxcb-keysyms1",
+		"libxcb1",
+		"libxext6",
+		"libxinerama1",
+		"libxv1",
+		"libxxf86vm1",
+		] )

-- 
VLC media player packaging



More information about the pkg-multimedia-commits mailing list