r991 - in /videolan/vlc/debian: changelog patches/100_no_wx_updates.diff patches/series rules

xtophe-guest at users.alioth.debian.org xtophe-guest at users.alioth.debian.org
Sat Dec 22 22:28:19 UTC 2007


Author: xtophe-guest
Date: Sat Dec 22 22:28:19 2007
New Revision: 991

URL: http://svn.debian.org/wsvn/pkg-multimedia/?sc=1&rev=991
Log:
Upstream now provide an option to disable the update checker

Removed:
    videolan/vlc/debian/patches/100_no_wx_updates.diff
Modified:
    videolan/vlc/debian/changelog
    videolan/vlc/debian/patches/series
    videolan/vlc/debian/rules

Modified: videolan/vlc/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-multimedia/videolan/vlc/debian/changelog?rev=991&op=diff
==============================================================================
--- videolan/vlc/debian/changelog (original)
+++ videolan/vlc/debian/changelog Sat Dec 22 22:28:19 2007
@@ -21,6 +21,7 @@
     + store libvlc.a not in src/ to avoid the linker using it.
     + enable-fast-install to have a real vlc executable
     + enable jack and v4l2 modules
+    + explicitely disable the update checker
     + Temporaly disable libdca until a pkg with the new API get into sid
   * vlc-nox.install
     + faad
@@ -49,6 +50,8 @@
       (fix #402252)
   * bug/*  + relevant symlinks
     + Add reportbug magic to avoid bug being reported to Debian's BTS
+  * patches/100_no_wx_updates.diff: no longer needed as upstream provides a
+    configure switch
 
   [Mohammed Adnène Trojette]
   * Add a vlc-dbg package with debugging symbols for vlc.
@@ -60,7 +63,7 @@
          * add --enable-debug flag
      + debian/compat: bump to compatibility 5
 
- -- Christophe Mutricy <xtophe at videolan.org>  Sun, 25 Nov 2007 15:40:01 +0000
+ -- Christophe Mutricy <xtophe at videolan.org>  Sat, 22 Dec 2007 23:24:05 +0100
 
 vlc (0.8.6.c-4) unstable; urgency=high
 

Modified: videolan/vlc/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-multimedia/videolan/vlc/debian/patches/series?rev=991&op=diff
==============================================================================
--- videolan/vlc/debian/patches/series (original)
+++ videolan/vlc/debian/patches/series Sat Dec 22 22:28:19 2007
@@ -1,4 +1,3 @@
-100_no_wx_updates.diff
 101_certificates_paths.diff
 102_dejavu_font.diff
 104_notify.diff

Modified: videolan/vlc/debian/rules
URL: http://svn.debian.org/wsvn/pkg-multimedia/videolan/vlc/debian/rules?rev=991&op=diff
==============================================================================
--- videolan/vlc/debian/rules (original)
+++ videolan/vlc/debian/rules Sat Dec 22 22:28:19 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)
@@ -20,6 +20,7 @@
 confflags += \
 	--enable-libtool \
 	--enable-fast-install \
+	--disable-update-check \
 	--disable-gnome \
 	--disable-gtk \
 	--disable-familiar \




More information about the pkg-multimedia-commits mailing list