r15368 - packages/trunk/gamine/debian/patches

Gonéri Le Bouder goneri at moszumanska.debian.org
Fri Dec 19 23:33:38 UTC 2014


Author: goneri
Date: 2014-12-19 23:33:38 +0000 (Fri, 19 Dec 2014)
New Revision: 15368

Added:
   packages/trunk/gamine/debian/patches/preserve_CC_FLAGS.diff
Modified:
   packages/trunk/gamine/debian/patches/series
Log:
gamine: add preserve_CC_FLAGS.diff 


Added: packages/trunk/gamine/debian/patches/preserve_CC_FLAGS.diff
===================================================================
--- packages/trunk/gamine/debian/patches/preserve_CC_FLAGS.diff	                        (rev 0)
+++ packages/trunk/gamine/debian/patches/preserve_CC_FLAGS.diff	2014-12-19 23:33:38 UTC (rev 15368)
@@ -0,0 +1,47 @@
+Description: <short summary of the patch>
+ TODO: Put a short summary on the line above and replace this paragraph
+ with a longer explanation of this change. Complete the meta-information
+ with other relevant fields (see below for details). To make it easier, the
+ information below has been extracted from the changelog. Adjust it or drop
+ it.
+ .
+ gamine (1.2-1) experimental; urgency=medium
+ .
+   * New upstream release
+     - Switch to Alexey Loginov fork
+     - Use libgtk-3-dev and libgstream1.0-dev
+   * Upload in experimental because of the freeze
+   * Use my @debian email address
+   * Bump du Standard-Version 3.9.6, no change
+Author: Gonéri Le Bouder <goneri at debian.org>
+
+---
+The information above should follow the Patch Tagging Guidelines, please
+checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
+are templates for supplementary fields that you might want to add:
+
+Origin: <vendor|upstream|other>, <url of original patch>
+Bug: <url in upstream bugtracker>
+Bug-Debian: https://bugs.debian.org/<bugnumber>
+Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
+Forwarded: <no|not-needed|url proving that it has been forwarded>
+Reviewed-By: <name and email of someone who approved the patch>
+Last-Update: <YYYY-MM-DD>
+
+--- gamine-1.2.orig/Makefile
++++ gamine-1.2/Makefile
+@@ -10,10 +10,10 @@ ICONDIR = $(DATADIR)/icons/hicolor/scala
+ LOCALEDIR = $(DATADIR)/locale
+ MANDIR = $(DATADIR)/man/man6
+ 
+-CFLAGS = -Wall -g
+-CPPFLAGS = $(shell pkg-config --cflags gtk+-3.0 cairo glib-2.0 gstreamer-1.0)  -DDATADIR=\""$(PKGDATADIR)"\"  -DLOCALDIR=\""$(LOCALEDIR)"\" -DSYSCONFDIR=\""$(SYSCONFDIR)"\"
+-LDLIBS = $(shell pkg-config --libs gtk+-3.0 cairo glib-2.0 gstreamer-1.0)  -DDATADIR=\""$(PKGDATADIR)"\"  -DLOCALDIR=\""$(LOCALEDIR)"\" -DSYSCONFDIR=\""$(SYSCONFDIR)"\" -lm
+-LDFLAGS = -g 
++CFLAGS += -Wall -g
++CPPFLAGS += $(shell pkg-config --cflags gtk+-3.0 cairo glib-2.0 gstreamer-1.0)  -DDATADIR=\""$(PKGDATADIR)"\"  -DLOCALDIR=\""$(LOCALEDIR)"\" -DSYSCONFDIR=\""$(SYSCONFDIR)"\"
++LDLIBS += $(shell pkg-config --libs gtk+-3.0 cairo glib-2.0 gstreamer-1.0)  -DDATADIR=\""$(PKGDATADIR)"\"  -DLOCALDIR=\""$(LOCALEDIR)"\" -DSYSCONFDIR=\""$(SYSCONFDIR)"\" -lm
++LDFLAGS += -g
+ CC = gcc
+ target = gamine
+ objs = gamine.o

Modified: packages/trunk/gamine/debian/patches/series
===================================================================
--- packages/trunk/gamine/debian/patches/series	2014-12-19 23:10:47 UTC (rev 15367)
+++ packages/trunk/gamine/debian/patches/series	2014-12-19 23:33:38 UTC (rev 15368)
@@ -0,0 +1 @@
+preserve_CC_FLAGS.diff




More information about the Pkg-games-commits mailing list