r999 - in /videolan/vlc/debian: control rules

xtophe-guest at users.alioth.debian.org xtophe-guest at users.alioth.debian.org
Sat Dec 29 18:07:11 UTC 2007


Author: xtophe-guest
Date: Sat Dec 29 18:07:11 2007
New Revision: 999

URL: http://svn.debian.org/wsvn/pkg-multimedia/?sc=1&rev=999
Log:
* Don't explicitely depends on libglide2, dpkg-shlibdeps does that well
* Use --no-color in the small test of vlc so that log are not messed up
* Keep debug for my own tree. Oups

Modified:
    videolan/vlc/debian/control
    videolan/vlc/debian/rules

Modified: videolan/vlc/debian/control
URL: http://svn.debian.org/wsvn/pkg-multimedia/videolan/vlc/debian/control?rev=999&op=diff
==============================================================================
--- videolan/vlc/debian/control (original)
+++ videolan/vlc/debian/control Sat Dec 29 18:07:11 2007
@@ -198,9 +198,9 @@
  for broadcasting purposes or for movie format transformations. Support for
  most output methods is provided by this package, but features can be added
  by installing additional audio plugins (vlc-plugin-esd, vlc-plugin-sdl,
- vlc-plugin-arts) or video plugins (vlc-plugin-sdl, vlc-plugin-ggi,
- vlc-plugin-glide, vlc-plugin-svgalib). There is also a web browser plugin
- in the mozilla-plugin-vlc package.
+ vlc-plugin-arts, vlc-plugin-jack) or video plugins (vlc-plugin-sdl, 
+ vlc-plugin-ggi, vlc-plugin-glide, vlc-plugin-svgalib). There is also a web 
+ browser plugin in the mozilla-plugin-vlc package.
  .
  This package contains a version of VLC that does not require X and that is
  thus suitable for headless servers.
@@ -288,7 +288,7 @@
 
 Package: vlc-plugin-glide
 Architecture: i386
-Depends: vlc-nox, ${shlibs:Depends}, libglide2
+Depends: vlc-nox, ${shlibs:Depends}
 Conflicts: vlc-glide (<< 0.5.0)
 Replaces: vlc-glide (<< 0.5.0)
 Description: Glide video output plugin for VLC

Modified: videolan/vlc/debian/rules
URL: http://svn.debian.org/wsvn/pkg-multimedia/videolan/vlc/debian/rules?rev=999&op=diff
==============================================================================
--- videolan/vlc/debian/rules (original)
+++ videolan/vlc/debian/rules Sat Dec 29 18:07:11 2007
@@ -4,7 +4,7 @@
 # based on Joey Hess's one.
 
 # Uncomment this to turn on verbose mode.
-export DH_VERBOSE=1
+#export DH_VERBOSE=1
 
 # These are used for cross-compiling and for saving the configure script
 # from having to guess our platform (since we know it already)
@@ -116,7 +116,7 @@
 	$(MAKE)
 ifeq ($(DEB_BUILD_GNU_TYPE), $(DEB_HOST_GNU_TYPE))
 	# Check which plugins were built and whether they load properly.
-	./vlc --reset-plugins-cache -l -I rc vlc:quit
+	./vlc --reset-plugins-cache -l --no-color  
 endif
 	touch build-stamp
 




More information about the pkg-multimedia-commits mailing list