r93 - in videolan/vlc/debian: . bug

xtophe-guest at alioth.debian.org xtophe-guest at alioth.debian.org
Wed Mar 14 14:20:27 CET 2007


Author: xtophe-guest
Date: 2006-09-19 11:42:38 +0000 (Tue, 19 Sep 2006)
New Revision: 93

Added:
   videolan/vlc/debian/bug/
   videolan/vlc/debian/bug/control
   videolan/vlc/debian/bug/presubj
Modified:
   videolan/vlc/debian/changelog
   videolan/vlc/debian/libvlc0-dev.dirs
   videolan/vlc/debian/mozilla-plugin-vlc.dirs
   videolan/vlc/debian/rules
   videolan/vlc/debian/vlc-nox.dirs
   videolan/vlc/debian/vlc-plugin-arts.dirs
   videolan/vlc/debian/vlc-plugin-esd.dirs
   videolan/vlc/debian/vlc-plugin-ggi.dirs
   videolan/vlc/debian/vlc-plugin-glide.dirs
   videolan/vlc/debian/vlc-plugin-sdl.dirs
   videolan/vlc/debian/vlc-plugin-svgalib.dirs
   videolan/vlc/debian/vlc.dirs
Log:
Integrate the bugreport patch so it's less a pain to maintain


Added: videolan/vlc/debian/bug/control
===================================================================
--- videolan/vlc/debian/bug/control	2006-09-19 11:37:28 UTC (rev 92)
+++ videolan/vlc/debian/bug/control	2006-09-19 11:42:38 UTC (rev 93)
@@ -0,0 +1,2 @@
+Send-To: vlc-devel at videolan.org
+Send-To: vlc-devel at videolan.org

Added: videolan/vlc/debian/bug/presubj
===================================================================
--- videolan/vlc/debian/bug/presubj	2006-09-19 11:37:28 UTC (rev 92)
+++ videolan/vlc/debian/bug/presubj	2006-09-19 11:42:38 UTC (rev 93)
@@ -0,0 +1,8 @@
+This VLC package comes from http://nightlies.videolan.org. Bugs
+shouldn't be reported on the official Debian BTS but sent to the
+VideoLAN team. Reportbug will send this report to vlc-devel at videolan.org
+
+This VLC package comes from http://nightlies.videolan.org. Bugs
+shouldn't be reported on the official Debian BTS but sent to the
+VideoLAN team. Reportbug will send this report to vlc-devel at videolan.org
+

Modified: videolan/vlc/debian/changelog
===================================================================
--- videolan/vlc/debian/changelog	2006-09-19 11:37:28 UTC (rev 92)
+++ videolan/vlc/debian/changelog	2006-09-19 11:42:38 UTC (rev 93)
@@ -1,8 +1,9 @@
 vlc (0.9.0-svn2) experimental; urgency=low
 
-  * Disable XOSD and enable libnotify 
+  * Disable XOSD and enable libnotify
+  * Integrate the reportbug patch so it will be less a pain to maintain 
 
- -- Christophe Mutricy <xtophe at videolan.org>  Tue, 19 Sep 2006 12:29:59 +0200
+ -- Christophe Mutricy <xtophe at videolan.org>  Tue, 19 Sep 2006 13:37:33 +0200
 
 vlc (0.9.0-svn1) experimental; urgency=low
 

Modified: videolan/vlc/debian/libvlc0-dev.dirs
===================================================================
--- videolan/vlc/debian/libvlc0-dev.dirs	2006-09-19 11:37:28 UTC (rev 92)
+++ videolan/vlc/debian/libvlc0-dev.dirs	2006-09-19 11:42:38 UTC (rev 93)
@@ -14,3 +14,4 @@
 usr/lib/vlc/visualization
 usr/include/vlc
 usr/share/doc
+usr/share/bug

Modified: videolan/vlc/debian/mozilla-plugin-vlc.dirs
===================================================================
--- videolan/vlc/debian/mozilla-plugin-vlc.dirs	2006-09-19 11:37:28 UTC (rev 92)
+++ videolan/vlc/debian/mozilla-plugin-vlc.dirs	2006-09-19 11:42:38 UTC (rev 93)
@@ -1,2 +1,3 @@
 usr/lib
 usr/share/doc
+usr/share/bug

Modified: videolan/vlc/debian/rules
===================================================================
--- videolan/vlc/debian/rules	2006-09-19 11:37:28 UTC (rev 92)
+++ videolan/vlc/debian/rules	2006-09-19 11:42:38 UTC (rev 93)
@@ -238,6 +238,21 @@
 
 	cp debian/vlc/$(VIDDIR)/vlc.xpm debian/vlc/$(VIDDIR)/wxvlc.xpm
 
+	# Report bug stuff
+	cp debian/bug/* debian/vlc/usr/share/bug/vlc
+	ln -s vlc debian/libvlc0-dev/usr/share/bug/libvlc0-dev
+	ln -s vlc debian/libvlc0/usr/share/bug/libvlc0
+	ln -s vlc debian/vlc-nox/usr/share/bug/vlc-nox
+	ln -s vlc debian/vlc-plugin-esd/usr/share/bug/vlc-plugin-esd
+	ln -s vlc debian/vlc-plugin-sdl/usr/share/bug/vlc-plugin-sdl
+	ln -s vlc debian/vlc-plugin-ggi/usr/share/bug/vlc-plugin-ggi
+	ln -s vlc debian/vlc-plugin-arts/usr/share/bug/vlc-plugin-arts
+	ln -s vlc debian/mozilla-plugin-vlc/usr/share/bug/mozilla-plugin-vlc
+ifeq ($(shell dpkg-architecture -qDEB_BUILD_ARCH_CPU),i386)
+	ln -s vlc debian/vlc-plugin-glide/usr/share/bug/vlc-plugin-glide
+	ln -s vlc debian/vlc-plugin-svgalib/usr/share/bug/vlc-plugin-svgalib
+endif
+
 	# Clean up
 	rm -f debian/vlc/$(VIDDIR)/*.png
 

Modified: videolan/vlc/debian/vlc-nox.dirs
===================================================================
--- videolan/vlc/debian/vlc-nox.dirs	2006-09-19 11:37:28 UTC (rev 92)
+++ videolan/vlc/debian/vlc-nox.dirs	2006-09-19 11:42:38 UTC (rev 93)
@@ -14,3 +14,4 @@
 usr/lib/vlc/visualization
 usr/share/doc/vlc
 usr/share/man/man1
+usr/share/bug/vlc-nox

Modified: videolan/vlc/debian/vlc-plugin-arts.dirs
===================================================================
--- videolan/vlc/debian/vlc-plugin-arts.dirs	2006-09-19 11:37:28 UTC (rev 92)
+++ videolan/vlc/debian/vlc-plugin-arts.dirs	2006-09-19 11:42:38 UTC (rev 93)
@@ -1,2 +1,3 @@
 usr/lib/vlc/audio_output
 usr/share/doc
+usr/share/bug

Modified: videolan/vlc/debian/vlc-plugin-esd.dirs
===================================================================
--- videolan/vlc/debian/vlc-plugin-esd.dirs	2006-09-19 11:37:28 UTC (rev 92)
+++ videolan/vlc/debian/vlc-plugin-esd.dirs	2006-09-19 11:42:38 UTC (rev 93)
@@ -1,2 +1,3 @@
 usr/lib/vlc/audio_output
 usr/share/doc
+usr/share/bug

Modified: videolan/vlc/debian/vlc-plugin-ggi.dirs
===================================================================
--- videolan/vlc/debian/vlc-plugin-ggi.dirs	2006-09-19 11:37:28 UTC (rev 92)
+++ videolan/vlc/debian/vlc-plugin-ggi.dirs	2006-09-19 11:42:38 UTC (rev 93)
@@ -1,2 +1,3 @@
 usr/lib/vlc/video_output
 usr/share/doc
+usr/share/bug

Modified: videolan/vlc/debian/vlc-plugin-glide.dirs
===================================================================
--- videolan/vlc/debian/vlc-plugin-glide.dirs	2006-09-19 11:37:28 UTC (rev 92)
+++ videolan/vlc/debian/vlc-plugin-glide.dirs	2006-09-19 11:42:38 UTC (rev 93)
@@ -1,2 +1,3 @@
 usr/lib/vlc/video_output
 usr/share/doc
+usr/share/bug

Modified: videolan/vlc/debian/vlc-plugin-sdl.dirs
===================================================================
--- videolan/vlc/debian/vlc-plugin-sdl.dirs	2006-09-19 11:37:28 UTC (rev 92)
+++ videolan/vlc/debian/vlc-plugin-sdl.dirs	2006-09-19 11:42:38 UTC (rev 93)
@@ -1,3 +1,4 @@
 usr/lib/vlc/audio_output
 usr/lib/vlc/video_output
 usr/share/doc
+usr/share/bug

Modified: videolan/vlc/debian/vlc-plugin-svgalib.dirs
===================================================================
--- videolan/vlc/debian/vlc-plugin-svgalib.dirs	2006-09-19 11:37:28 UTC (rev 92)
+++ videolan/vlc/debian/vlc-plugin-svgalib.dirs	2006-09-19 11:42:38 UTC (rev 93)
@@ -1,2 +1,3 @@
 usr/lib/vlc/video_output
 usr/share/doc
+usr/share/bug

Modified: videolan/vlc/debian/vlc.dirs
===================================================================
--- videolan/vlc/debian/vlc.dirs	2006-09-19 11:37:28 UTC (rev 92)
+++ videolan/vlc/debian/vlc.dirs	2006-09-19 11:42:38 UTC (rev 93)
@@ -16,3 +16,4 @@
 usr/share/pixmaps
 usr/share/vlc
 usr/share/man/man1
+usr/share/bug/vlc




More information about the Pkg-multimedia-commits mailing list