r58 - in videolan/vlc/debian: . patches

xtophe-guest at alioth.debian.org xtophe-guest at alioth.debian.org
Wed Mar 14 14:19:34 CET 2007


Author: xtophe-guest
Date: 2006-06-14 22:21:19 +0000 (Wed, 14 Jun 2006)
New Revision: 58

Added:
   videolan/vlc/debian/patches/020_notify.diff
Modified:
   videolan/vlc/debian/changelog
   videolan/vlc/debian/patches/series
   videolan/vlc/debian/rules
Log:
Forward port [55] and [57]


Modified: videolan/vlc/debian/changelog
===================================================================
--- videolan/vlc/debian/changelog	2006-06-13 17:53:20 UTC (rev 57)
+++ videolan/vlc/debian/changelog	2006-06-14 22:21:19 UTC (rev 58)
@@ -6,11 +6,20 @@
   * debian/patches
     + xulrunner patch has been applied upstream
     + Look at the debian default place for TLS certificates (Closes: #365239)
+    + notify.patch: adapt the path for debian system
 
   * debian/wxvlc.desktop is now supplied by upstream
- 
- -- Christophe Mutricy <xtophe at videolan.org>  Tue, 30 May 2006 23:02:35 +0100
+  * 
 
+ -- Christophe Mutricy <xtophe at videolan.org>  Wed, 14 Jun 2006 23:16:42 +0100
+
+vlc (0.8.5.debian-2) unstable; urgency=low
+
+  * debian/rules:
+    + Fix generation of Arch: all transition packages.
+
+ -- Sam Hocevar (Debian packages) <sam+deb at zoy.org>  Wed,  7 Jun 2006 14:46:22 +0200
+
 vlc (0.8.5.debian-1) unstable; urgency=low
 
   * New upstream release (Closes: #364934).

Copied: videolan/vlc/debian/patches/020_notify.diff (from rev 55, unstable/vlc/debian/patches/020_notify.diff)

Modified: videolan/vlc/debian/patches/series
===================================================================
--- videolan/vlc/debian/patches/series	2006-06-13 17:53:20 UTC (rev 57)
+++ videolan/vlc/debian/patches/series	2006-06-14 22:21:19 UTC (rev 58)
@@ -2,3 +2,4 @@
 010_osdmenu-paths.diff 
 020_freetype_font.diff
 020_certificates_paths.diff
+020_notify.diff

Modified: videolan/vlc/debian/rules
===================================================================
--- videolan/vlc/debian/rules	2006-06-13 17:53:20 UTC (rev 57)
+++ videolan/vlc/debian/rules	2006-06-14 22:21:19 UTC (rev 58)
@@ -254,11 +254,18 @@
 
 # Build architecture-independent files here.
 binary-indep: build install
-# We have nothing to do by default.
+	dh_testdir
+	dh_testroot
+	dh_link -i
+	dh_compress -i
+	dh_fixperms -i
+	dh_installdeb -i
+	dh_gencontrol -i
+	dh_md5sums -i
+	dh_builddeb -i
 
 # Build architecture-dependent files here.
 binary-arch: build install
-#	dh_testversion
 	dh_testdir
 	dh_testroot
 #	dh_installdebconf	




More information about the Pkg-multimedia-commits mailing list