r16808 - in /packages/unstable/brasero/debian: changelog patches/001-fix-valist.patch patches/006-fix-libdvdcss.patch patches/007-fix-gnome-doc-utils-path.patch patches/series

kov at users.alioth.debian.org kov at users.alioth.debian.org
Wed Aug 27 20:49:46 UTC 2008


Author: kov
Date: Wed Aug 27 20:49:45 2008
New Revision: 16808

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=16808
Log:
reverting new upstream release

Added:
    packages/unstable/brasero/debian/patches/001-fix-valist.patch
      - copied unchanged from r16686, packages/unstable/brasero/debian/patches/001-fix-valist.patch
Modified:
    packages/unstable/brasero/debian/changelog
    packages/unstable/brasero/debian/patches/006-fix-libdvdcss.patch
    packages/unstable/brasero/debian/patches/007-fix-gnome-doc-utils-path.patch
    packages/unstable/brasero/debian/patches/series

Modified: packages/unstable/brasero/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/brasero/debian/changelog?rev=16808&op=diff
==============================================================================
--- packages/unstable/brasero/debian/changelog (original)
+++ packages/unstable/brasero/debian/changelog Wed Aug 27 20:49:45 2008
@@ -1,16 +1,10 @@
-brasero (0.8.1-1) unstable; urgency=low
+brasero (0.8.0-2) unstable; urgency=low
 
   [ Loic Minier ]
   * Build-dep on libcam-dev for kfreebsd-i386 and kfreebsd-amd64 and also pass
     --disable-inotify to configure when DEB_BUILD_ARCH_OS isn't linux; fixes
     building on GNU/kFreeBSD; thanks Petr Salinger; Closes: #493359.
   
-  [ Alan Baghumian ]
-  * New upstream bugfix release, merged changelog entries.
-  * Dropped 001-fix-valist.patch, merged upstream.
-  * Refreshed 006-fix-libdvdcss and 007-fix-gnome-doc-utils-path patches
-    to be applied cleanly. 
-
   [ Gustavo Noronha Silva ]
   * debian/patches/008-fix-volume-identifier-crash.patch:
   - patch from upstream #1149 changeset to fix the crash when some
@@ -18,7 +12,7 @@
   * debian/control.in:
   - added Vcs-* headers
 
- -- Gustavo Noronha Silva <kov at debian.org>  Tue, 26 Aug 2008 20:34:35 -0300
+ -- Gustavo Noronha Silva <kov at debian.org>  Wed, 27 Aug 2008 17:46:22 -0300
 
 brasero (0.8.0-2) unstable; urgency=low
 

Modified: packages/unstable/brasero/debian/patches/006-fix-libdvdcss.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/brasero/debian/patches/006-fix-libdvdcss.patch?rev=16808&op=diff
==============================================================================
--- packages/unstable/brasero/debian/patches/006-fix-libdvdcss.patch (original)
+++ packages/unstable/brasero/debian/patches/006-fix-libdvdcss.patch Wed Aug 27 20:49:45 2008
@@ -1,10 +1,12 @@
-diff -urN brasero-0.8.1/src/plugins/dvdcss/burn-dvdcss.c brasero-0.8.1.new/src/plugins/dvdcss/burn-dvdcss.c
---- brasero-0.8.1/src/plugins/dvdcss/burn-dvdcss.c	2008-08-09 15:41:21.000000000 +0200
-+++ brasero-0.8.1.new/src/plugins/dvdcss/burn-dvdcss.c	2008-08-10 14:07:51.000000000 +0200
-@@ -77,7 +77,7 @@
+Launchpad #134828; New patch, 006-fix-libdvdcss, load libdvdcss lib with SONAME
+version as to not require the -dev package.
+
+--- brasero-0.6.90.orig/src/plugins/dvdcss/burn-dvdcss.c	2007-11-25 14:48:23.000000000 +0000
++++ brasero-0.6.90/src/plugins/dvdcss/burn-dvdcss.c	2007-12-17 20:14:02.639203793 +0000
+@@ -76,7 +76,7 @@ brasero_dvdcss_library_init (GError **er
  		return TRUE;
  
- 	/* load libdvdcss library and see the version (mine is 1.2.0) */
+ 	/* load libdvdcss library and see the version (min is 1.2.0) */
 -	module = g_module_open ("libdvdcss.so", G_MODULE_BIND_LOCAL);
 +	module = g_module_open ("libdvdcss.so.2", G_MODULE_BIND_LOCAL);
  	if (!module)

Modified: packages/unstable/brasero/debian/patches/007-fix-gnome-doc-utils-path.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/brasero/debian/patches/007-fix-gnome-doc-utils-path.patch?rev=16808&op=diff
==============================================================================
--- packages/unstable/brasero/debian/patches/007-fix-gnome-doc-utils-path.patch (original)
+++ packages/unstable/brasero/debian/patches/007-fix-gnome-doc-utils-path.patch Wed Aug 27 20:49:45 2008
@@ -1,15 +1,15 @@
-diff -urN brasero-0.8.1/help/Makefile.am brasero-0.8.1.new/help/Makefile.am
---- brasero-0.8.1/help/Makefile.am	2008-08-09 15:41:23.000000000 +0200
-+++ brasero-0.8.1.new/help/Makefile.am	2008-08-10 14:09:01.000000000 +0200
+diff -urN brasero-0.8.0/help/Makefile.am brasero-0.8.0.new/help/Makefile.am
+--- brasero-0.8.0/help/Makefile.am	2008-07-13 17:55:15.000000000 +0200
++++ brasero-0.8.0.new/help/Makefile.am	2008-07-13 20:04:05.000000000 +0200
 @@ -1,4 +1,4 @@
 -include $(top_srcdir)/gnome-doc-utils.make
 +include $(prefix)/share/gnome-doc-utils/gnome-doc-utils.make
  dist-hook: doc-dist-hook
  
  # Module name
-diff -urN brasero-0.8.1/help/Makefile.in brasero-0.8.1.new/help/Makefile.in
---- brasero-0.8.1/help/Makefile.in	2008-08-09 15:41:42.000000000 +0200
-+++ brasero-0.8.1.new/help/Makefile.in	2008-08-10 14:09:01.000000000 +0200
+diff -urN brasero-0.8.0/help/Makefile.in brasero-0.8.0.new/help/Makefile.in
+--- brasero-0.8.0/help/Makefile.in	2008-07-13 17:55:32.000000000 +0200
++++ brasero-0.8.0.new/help/Makefile.in	2008-07-13 20:05:02.000000000 +0200
 @@ -56,7 +56,7 @@
  build_triplet = @build@
  host_triplet = @host@
@@ -19,7 +19,7 @@
  subdir = help
  ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  am__aclocal_m4_deps = $(top_srcdir)/m4/gnome-doc-utils.m4 \
-@@ -377,7 +377,7 @@
+@@ -373,7 +373,7 @@
  all: all-am
  
  .SUFFIXES:

Modified: packages/unstable/brasero/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/brasero/debian/patches/series?rev=16808&op=diff
==============================================================================
--- packages/unstable/brasero/debian/patches/series (original)
+++ packages/unstable/brasero/debian/patches/series Wed Aug 27 20:49:45 2008
@@ -1,3 +1,4 @@
+001-fix-valist.patch
 006-fix-libdvdcss.patch
 007-fix-gnome-doc-utils-path.patch
 008-fix-volume-identifier-crash.patch




More information about the pkg-gnome-commits mailing list