r41590 - in /attic/libgksu/debian: changelog patches/03_makefile_spaces.patch patches/series

pochu at users.alioth.debian.org pochu at users.alioth.debian.org
Sat May 3 10:00:48 UTC 2014


Author: pochu
Date: Sat May  3 10:00:48 2014
New Revision: 41590

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=41590
Log:
* debian/patches/03_makefile_spaces.patch:
  + New patch, fix build with make 4.0.

Added:
    attic/libgksu/debian/patches/03_makefile_spaces.patch
Modified:
    attic/libgksu/debian/changelog
    attic/libgksu/debian/patches/series

Modified: attic/libgksu/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/attic/libgksu/debian/changelog?rev=41590&op=diff
==============================================================================
--- attic/libgksu/debian/changelog	[utf-8] (original)
+++ attic/libgksu/debian/changelog	[utf-8] Sat May  3 10:00:48 2014
@@ -1,6 +1,11 @@
 libgksu (2.0.13~pre1-7) UNRELEASED; urgency=low
 
+  [ Josselin Mouette ]
   * Update repository URL.
+
+  [ Emilio Pozuelo Monfort ]
+  * debian/patches/03_makefile_spaces.patch:
+    + New patch, fix build with make 4.0.
 
  -- Josselin Mouette <joss at debian.org>  Sat, 31 Dec 2011 14:57:50 +0100
 

Added: attic/libgksu/debian/patches/03_makefile_spaces.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/attic/libgksu/debian/patches/03_makefile_spaces.patch?rev=41590&op=file
==============================================================================
--- attic/libgksu/debian/patches/03_makefile_spaces.patch	(added)
+++ attic/libgksu/debian/patches/03_makefile_spaces.patch	[utf-8] Sat May  3 10:00:48 2014
@@ -0,0 +1,19 @@
+--- a/Makefile.am
++++ b/Makefile.am
+@@ -17,11 +17,11 @@
+ 
+ if GCONF_SCHEMAS_INSTALL
+ install-data-local:
+-        if test -z "$(DESTDIR)" ; then \
+-          for p in $(schemas_DATA) ; do \
+-            GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(srcdir)/$$p ; \
+-          done \
+-        fi
++	if test -z "$(DESTDIR)" ; then \
++	  for p in $(schemas_DATA) ; do \
++	    GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(srcdir)/$$p ; \
++	  done \
++	fi
+ else
+ install-data-local:
+ endif

Modified: attic/libgksu/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/attic/libgksu/debian/patches/series?rev=41590&op=diff
==============================================================================
--- attic/libgksu/debian/patches/series	[utf-8] (original)
+++ attic/libgksu/debian/patches/series	[utf-8] Sat May  3 10:00:48 2014
@@ -1,4 +1,5 @@
 01_tcdrain_kfreebsd.patch
 02_format-security.patch
+03_makefile_spaces.patch
 28_ld_no_as_needed.patch
 99_intltool.patch




More information about the pkg-gnome-commits mailing list