r36881 - in /desktop/experimental/gvfs/debian: changelog patches/70_fix_autoreconf_m4.patch patches/series

pochu at users.alioth.debian.org pochu at users.alioth.debian.org
Tue Mar 5 17:07:13 UTC 2013


Author: pochu
Date: Tue Mar  5 17:07:12 2013
New Revision: 36881

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=36881
Log:
  + debian/patches/70_fix_autoreconf_m4.patch:
    - New patch, remove broken arguments for aclocal that make
      autoreconf abort.

Added:
    desktop/experimental/gvfs/debian/patches/70_fix_autoreconf_m4.patch
Modified:
    desktop/experimental/gvfs/debian/changelog
    desktop/experimental/gvfs/debian/patches/series

Modified: desktop/experimental/gvfs/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gvfs/debian/changelog?rev=36881&op=diff
==============================================================================
--- desktop/experimental/gvfs/debian/changelog [utf-8] (original)
+++ desktop/experimental/gvfs/debian/changelog [utf-8] Tue Mar  5 17:07:12 2013
@@ -15,6 +15,9 @@
       - Enable MTP support.
     + debian/patches/*:
       - Refreshed.
+    + debian/patches/70_fix_autoreconf_m4.patch:
+      - New patch, remove broken arguments for aclocal that make
+        autoreconf abort.
 
  -- Josselin Mouette <joss at debian.org>  Sat, 05 Jan 2013 12:09:20 +0100
 

Added: desktop/experimental/gvfs/debian/patches/70_fix_autoreconf_m4.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gvfs/debian/patches/70_fix_autoreconf_m4.patch?rev=36881&op=file
==============================================================================
--- desktop/experimental/gvfs/debian/patches/70_fix_autoreconf_m4.patch (added)
+++ desktop/experimental/gvfs/debian/patches/70_fix_autoreconf_m4.patch [utf-8] Tue Mar  5 17:07:12 2013
@@ -1,0 +1,13 @@
+Bug: https://bugzilla.gnome.org/show_bug.cgi?id=693634
+
+--- a/Makefile.am
++++ b/Makefile.am
+@@ -15,7 +15,7 @@
+ SUBDIRS += man
+ endif
+ 
+-ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
++ACLOCAL_AMFLAGS = ${ACLOCAL_FLAGS}
+ 
+ DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc
+ 

Modified: desktop/experimental/gvfs/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gvfs/debian/patches/series?rev=36881&op=diff
==============================================================================
--- desktop/experimental/gvfs/debian/patches/series [utf-8] (original)
+++ desktop/experimental/gvfs/debian/patches/series [utf-8] Tue Mar  5 17:07:12 2013
@@ -9,3 +9,4 @@
 handle-inactive-vfs.patch
 ref-jobs-in-thread.patch
 build_old_libgphoto.patch
+70_fix_autoreconf_m4.patch




More information about the pkg-gnome-commits mailing list