r16523 - in /packages/unstable/brasero/debian: changelog control control.in patches/007-fix-desktop-file-mime-typo.patch patches/007-fix-gnome-doc-utils-path.patch patches/series

alanbach-guest at users.alioth.debian.org alanbach-guest at users.alioth.debian.org
Sun Jul 13 18:57:03 UTC 2008


Author: alanbach-guest
Date: Sun Jul 13 18:57:03 2008
New Revision: 16523

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=16523
Log:
* New upstream stable release
  - fixed 4GB size problem, Closes: #489154.
* debian/control*:
  - dropped GnomeVFS buid-dep, uses GIO instead
  - added build dep to libgvfscommon-dev
  - dropped Nautilus-Burn build-dep
  - bump glib2.0 build-dep to 2.15.6
  - bump standards version to 3.8.0, no extra changes needed
  - added gnome-doc-utils to build deps
* Dropped 007-fix-desktop-file-mime-typo.patch, merged upstream
* Added 007-fix-gnome-doc-utils-path.patch, fixes 
  gnome-doc-utils.make include path

Added:
    packages/unstable/brasero/debian/patches/007-fix-gnome-doc-utils-path.patch
Removed:
    packages/unstable/brasero/debian/patches/007-fix-desktop-file-mime-typo.patch
Modified:
    packages/unstable/brasero/debian/changelog
    packages/unstable/brasero/debian/control
    packages/unstable/brasero/debian/control.in
    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=16523&op=diff
==============================================================================
--- packages/unstable/brasero/debian/changelog (original)
+++ packages/unstable/brasero/debian/changelog Sun Jul 13 18:57:03 2008
@@ -1,3 +1,20 @@
+brasero (0.8.0-1) unstable; urgency=low
+
+  * New upstream stable release
+    - fixed 4GB size problem, Closes: #489154.
+  * debian/control*:
+    - dropped GnomeVFS buid-dep, uses GIO instead
+    - added build dep to libgvfscommon-dev
+    - dropped Nautilus-Burn build-dep
+    - bump glib2.0 build-dep to 2.15.6
+    - bump standards version to 3.8.0, no extra changes needed
+    - added gnome-doc-utils to build deps
+    * Dropped 007-fix-desktop-file-mime-typo.patch, merged upstream
+    * Added 007-fix-gnome-doc-utils-path.patch, fixes 
+      gnome-doc-utils.make include path
+
+ -- Alan Baghumian <alan at technotux.org>  Sun, 13 Jul 2008 20:50:37 +0200
+
 brasero (0.7.1-3) unstable; urgency=low
 
   * DEB_DESTDIR := instead of =.

Modified: packages/unstable/brasero/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/brasero/debian/control?rev=16523&op=diff
==============================================================================
--- packages/unstable/brasero/debian/control (original)
+++ packages/unstable/brasero/debian/control Sun Jul 13 18:57:03 2008
@@ -8,9 +8,8 @@
                libgnome2-dev (>= 2.10.0),
                libgtk2.0-dev (>= 2.12.0),
                libgnomeui-dev (>= 2.10.0),
-               libgnomevfs2-dev (>= 2.14.2),
+               libgvfscommon-dev,
                gnome-pkg-tools,
-               libnautilus-burn-dev (>= 2.16.0),
                pkg-config,
                libgstreamer0.10-dev (>= 0.10.6),
                libgstreamer-plugins-base0.10-dev (>= 0.10.0),
@@ -20,12 +19,13 @@
                libdbus-glib-1-dev (>= 0.7.2),
                libxml-parser-perl,
                libnotify-dev,
-               libglib2.0-dev (>= 2.6.0),
+               libglib2.0-dev (>= 2.15.6),
                quilt,
                libbeagle-dev (>= 0.3.0),
+               gnome-doc-utils,
                libc0.1-dev (>= 2.5) | libc0.3-dev (>= 2.5) | libc6-dev (>= 2.5) | libc6.1-dev (>= 2.5)
 Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Loic Minier <lool at dooz.org>, Sebastian Dröge <slomo at debian.org>
-Standards-Version: 3.7.3
+Standards-Version: 3.8.0
 
 Package: brasero
 Architecture: any

Modified: packages/unstable/brasero/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/brasero/debian/control.in?rev=16523&op=diff
==============================================================================
--- packages/unstable/brasero/debian/control.in (original)
+++ packages/unstable/brasero/debian/control.in Sun Jul 13 18:57:03 2008
@@ -8,9 +8,8 @@
                libgnome2-dev (>= 2.10.0),
                libgtk2.0-dev (>= 2.12.0),
                libgnomeui-dev (>= 2.10.0),
-               libgnomevfs2-dev (>= 2.14.2),
+               libgvfscommon-dev,
                gnome-pkg-tools,
-               libnautilus-burn-dev (>= 2.16.0),
                pkg-config,
                libgstreamer0.10-dev (>= 0.10.6),
                libgstreamer-plugins-base0.10-dev (>= 0.10.0),
@@ -20,12 +19,13 @@
                libdbus-glib-1-dev (>= 0.7.2),
                libxml-parser-perl,
                libnotify-dev,
-               libglib2.0-dev (>= 2.6.0),
+               libglib2.0-dev (>= 2.15.6),
                quilt,
                libbeagle-dev (>= 0.3.0),
+               gnome-doc-utils,
                libc0.1-dev (>= 2.5) | libc0.3-dev (>= 2.5) | libc6-dev (>= 2.5) | libc6.1-dev (>= 2.5)
 Uploaders: @GNOME_TEAM@
-Standards-Version: 3.7.3
+Standards-Version: 3.8.0
 
 Package: brasero
 Architecture: any

Added: 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=16523&op=file
==============================================================================
--- packages/unstable/brasero/debian/patches/007-fix-gnome-doc-utils-path.patch (added)
+++ packages/unstable/brasero/debian/patches/007-fix-gnome-doc-utils-path.patch Sun Jul 13 18:57:03 2008
@@ -1,0 +1,30 @@
+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.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@
+ DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
+-	$(top_srcdir)/gnome-doc-utils.make ChangeLog
++	$(prefix)/share/gnome-doc-utils/gnome-doc-utils.make ChangeLog
+ subdir = help
+ ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
+ am__aclocal_m4_deps = $(top_srcdir)/m4/gnome-doc-utils.m4 \
+@@ -373,7 +373,7 @@
+ all: all-am
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/gnome-doc-utils.make $(am__configure_deps)
++$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(prefix)/share/gnome-doc-utils/gnome-doc-utils.make $(am__configure_deps)
+ 	@for dep in $?; do \
+ 	  case '$(am__configure_deps)' in \
+ 	    *$$dep*) \

Modified: packages/unstable/brasero/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/brasero/debian/patches/series?rev=16523&op=diff
==============================================================================
--- packages/unstable/brasero/debian/patches/series (original)
+++ packages/unstable/brasero/debian/patches/series Sun Jul 13 18:57:03 2008
@@ -1,2 +1,2 @@
 006-fix-libdvdcss.patch
-007-fix-desktop-file-mime-typo.patch
+007-fix-gnome-doc-utils-path.patch




More information about the pkg-gnome-commits mailing list