r43289 - in /desktop/unstable/gcr/debian: changelog patches/ patches/bgo737622.patch patches/series

ah at users.alioth.debian.org ah at users.alioth.debian.org
Tue Sep 30 20:09:05 UTC 2014


Author: ah
Date: Tue Sep 30 20:09:04 2014
New Revision: 43289

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=43289
Log:
* Add debian/patches/bgo737622.patch
  - fix race in Makefile to avoid FTBFS.

Added:
    desktop/unstable/gcr/debian/patches/
    desktop/unstable/gcr/debian/patches/bgo737622.patch
    desktop/unstable/gcr/debian/patches/series
Modified:
    desktop/unstable/gcr/debian/changelog

Modified: desktop/unstable/gcr/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gcr/debian/changelog?rev=43289&op=diff
==============================================================================
--- desktop/unstable/gcr/debian/changelog	[utf-8] (original)
+++ desktop/unstable/gcr/debian/changelog	[utf-8] Tue Sep 30 20:09:04 2014
@@ -1,3 +1,10 @@
+gcr (3.14.0-2) unstable; urgency=medium
+
+  * Add debian/patches/bgo737622.patch
+    - fix race in Makefile to avoid FTBFS.
+
+ -- Andreas Henriksson <andreas at fatal.se>  Tue, 30 Sep 2014 22:05:30 +0200
+
 gcr (3.14.0-1) unstable; urgency=medium
 
   * New upstream release.

Added: desktop/unstable/gcr/debian/patches/bgo737622.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gcr/debian/patches/bgo737622.patch?rev=43289&op=file
==============================================================================
--- desktop/unstable/gcr/debian/patches/bgo737622.patch	(added)
+++ desktop/unstable/gcr/debian/patches/bgo737622.patch	[utf-8] Tue Sep 30 20:09:04 2014
@@ -0,0 +1,23 @@
+From: Andreas Henriksson <andreas at fatal.se>
+Subject: Fix build race in gcr Makefile
+
+See https://bugzilla.gnome.org/show_bug.cgi?id=737622
+
+
+--- gcr-3.14.0/gcr/Makefile.am	2014-09-23 07:40:08.000000000 +0000
++++ gcr-3.14.0.fixed/gcr/Makefile.am	2014-09-29 20:05:12.000000000 +0000
+@@ -161,12 +161,12 @@
+ 	$(AM_V_GEN) sed -e 's/gcr_dbus/_gcr_dbus/g' \
+ 		gcr/gcr-dbus-generated.c > gcr/gcr-dbus-generated.c.tmp && \
+ 	mv gcr/gcr-dbus-generated.c.tmp gcr/gcr-dbus-generated.c
+-
+-gcr/gcr-dbus-generated.h: gcr/gcr-dbus-generated.c
+ 	$(AM_V_GEN) sed -e 's/gcr_dbus/_gcr_dbus/g' \
+ 		gcr/gcr-dbus-generated.h > gcr/gcr-dbus-generated.h.tmp && \
+ 	mv gcr/gcr-dbus-generated.h.tmp gcr/gcr-dbus-generated.h
+ 
++gcr/gcr-dbus-generated.h: gcr/gcr-dbus-generated.c
++
+ pkgconfig_DATA += \
+ 	gcr-base-$(GCR_MAJOR).pc
+ 

Added: desktop/unstable/gcr/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gcr/debian/patches/series?rev=43289&op=file
==============================================================================
--- desktop/unstable/gcr/debian/patches/series	(added)
+++ desktop/unstable/gcr/debian/patches/series	[utf-8] Tue Sep 30 20:09:04 2014
@@ -0,0 +1 @@
+bgo737622.patch




More information about the pkg-gnome-commits mailing list