summaryrefslogtreecommitdiff
path: root/debian/patches
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2015-04-03 14:12:08 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2015-04-03 14:12:08 +0200
commited257925f271e8e729d425f2246015cb1cd591a8 (patch)
tree78e8ca76f91656592a7d2a0bca01a3ce2a2b336f /debian/patches
parentbc53b714952ceb0afd02b591403cb2bc0cb1aab9 (diff)
New upstream-release, remove/refresh patches
Diffstat (limited to 'debian/patches')
-rw-r--r--debian/patches/500-buildflags.patch4
-rw-r--r--debian/patches/505-fix-viewer-desktop-file.patch3
-rw-r--r--debian/patches/hardening.patch14
-rw-r--r--debian/patches/series1
4 files changed, 11 insertions, 11 deletions
diff --git a/debian/patches/500-buildflags.patch b/debian/patches/500-buildflags.patch
index 46cf411..a8030ec 100644
--- a/debian/patches/500-buildflags.patch
+++ b/debian/patches/500-buildflags.patch
@@ -7,7 +7,7 @@ Index: trunk/Makefile
===================================================================
--- trunk.orig/Makefile
+++ trunk/Makefile
-@@ -394,10 +394,11 @@ VALA_CFLAGS := `pkg-config --cflags $(EX
+@@ -395,10 +395,11 @@ VALA_CFLAGS := `pkg-config --cflags $(EX
$(foreach def,$(DEFINES),-D$(def))
VALA_LDFLAGS := `pkg-config --libs $(EXT_PKGS) $(DIRECT_LIBS) gthread-2.0`
@@ -20,7 +20,7 @@ Index: trunk/Makefile
# setting CFLAGS in configure.mk overrides build type
ifndef CFLAGS
-@@ -410,8 +411,8 @@ PLUGIN_CFLAGS = -O2 -g -pipe
+@@ -411,8 +412,8 @@ PLUGIN_CFLAGS = -O2 -g -pipe
endif
endif
diff --git a/debian/patches/505-fix-viewer-desktop-file.patch b/debian/patches/505-fix-viewer-desktop-file.patch
index eeaa76c..30505b5 100644
--- a/debian/patches/505-fix-viewer-desktop-file.patch
+++ b/debian/patches/505-fix-viewer-desktop-file.patch
@@ -5,7 +5,8 @@ Author: Raphaël Halimi <raphael.halimi@gmail.com>
Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=776745
Bug: https://bugzilla.gnome.org/show_bug.cgi?id=743799
Forwarded: https://bugzilla.gnome.org/show_bug.cgi?id=743799
-Last-Update: 2015-02-01
+Applied-Upstream: 0.22.0, https://git.gnome.org/browse/shotwell/commit/?id=2ecda59a5562565967647b6c3d44dd99a48a04ef
+Last-Update: 2015-04-03
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
Index: trunk/Makefile
diff --git a/debian/patches/hardening.patch b/debian/patches/hardening.patch
index 33d92a6..c60496f 100644
--- a/debian/patches/hardening.patch
+++ b/debian/patches/hardening.patch
@@ -3,9 +3,9 @@ Author: Devid Antonio Filoni <d.filoni@ubuntu.com>
Index: trunk/Makefile
===================================================================
---- trunk.orig/Makefile 2014-10-09 12:18:23.260829459 +0200
-+++ trunk/Makefile 2014-10-09 12:18:23.252829340 +0200
-@@ -35,7 +35,7 @@
+--- trunk.orig/Makefile
++++ trunk/Makefile
+@@ -35,7 +35,7 @@ CORE_SUPPORTED_LANGUAGES=$(shell cat po/
LOCAL_LANG_DIR=locale-langpack
SYSTEM_LANG_DIR := $(DESTDIR)$(PREFIX)/share/locale
@@ -14,7 +14,7 @@ Index: trunk/Makefile
ifdef UNITY_SUPPORT
VALAFLAGS := $(VALAFLAGS) --define UNITY_SUPPORT
endif
-@@ -671,7 +671,7 @@
+@@ -673,7 +673,7 @@ $(EXPANDED_C_FILES): $(VALA_STAMP)
@
$(EXPANDED_OBJ_FILES): %.o: %.c $(CONFIG_IN) Makefile
@@ -25,9 +25,9 @@ Index: trunk/Makefile
$(CC) $(EXPANDED_OBJ_FILES) $(CFLAGS) $(LDFLAGS) $(RESOURCES) $(VALA_LDFLAGS) $(EXPORT_FLAGS) -o $@
Index: trunk/plugins/Makefile.plugin.mk
===================================================================
---- trunk.orig/plugins/Makefile.plugin.mk 2014-10-09 12:18:23.260829459 +0200
-+++ trunk/plugins/Makefile.plugin.mk 2014-10-09 12:19:22.945701585 +0200
-@@ -41,7 +41,7 @@
+--- trunk.orig/plugins/Makefile.plugin.mk
++++ trunk/plugins/Makefile.plugin.mk
+@@ -41,7 +41,7 @@ DEFINES := -D_VERSION='"$(PLUGINS_VERSIO
all: $(PLUGIN).so
.stamp: $(SRC_FILES) $(MAKE_FILES) $(HEADER_FILES)
diff --git a/debian/patches/series b/debian/patches/series
index 782add2..bfb8f07 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,4 +1,3 @@
500-buildflags.patch
-505-fix-viewer-desktop-file.patch
hardening.patch
libexec.patch