From 8f3b4c02579d1ad244663842b792919dd6ef6c6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Tue, 1 May 2018 18:12:06 +0200 Subject: work on patches --- debian/changelog | 3 +++ debian/files | 1 - debian/patches/0105-gitversion.patch | 19 +++++++++++++++++++ debian/patches/series | 3 ++- 4 files changed, 24 insertions(+), 2 deletions(-) delete mode 100644 debian/files create mode 100644 debian/patches/0105-gitversion.patch diff --git a/debian/changelog b/debian/changelog index 5d8ef77..83f73cf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,9 @@ shotwell (0.28.2-1) UNRELEASED; urgency=medium * New upstream release. + * Remove upstream applied patches: + - 0100-ios8.patch + * New debian/patches/0105-gitversion.patch to fix FTBFS. -- Jörg Frings-Fürst Tue, 01 May 2018 14:40:57 +0200 diff --git a/debian/files b/debian/files deleted file mode 100644 index be40916..0000000 --- a/debian/files +++ /dev/null @@ -1 +0,0 @@ -shotwell_0.26.4-1_source.buildinfo gnome optional diff --git a/debian/patches/0105-gitversion.patch b/debian/patches/0105-gitversion.patch new file mode 100644 index 0000000..aba218b --- /dev/null +++ b/debian/patches/0105-gitversion.patch @@ -0,0 +1,19 @@ +Description: Typo in git version macro +Author: Jörg Fringy-Fürst +Forwarded: https://bugzilla.gnome.org/show_bug.cgi?id=795719 +Last-Update: 2018-05-01 +--- +This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ +Index: trunk/src/Resources.vala +=================================================================== +--- trunk.orig/src/Resources.vala ++++ trunk/src/Resources.vala +@@ -18,7 +18,7 @@ namespace Resources { + public const string APP_DIRECT_ROLE = _("Photo Viewer"); + public const string APP_VERSION = _VERSION; + +-#if _GITVERSION ++#if _GIT_VERSION + public const string? GIT_VERSION = _GIT_VERSION; + #else + public const string? GIT_VERSION = null; diff --git a/debian/patches/series b/debian/patches/series index ab17c96..035a6e6 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -6,6 +6,7 @@ #0502-Have-all-soup-sessions-validate-TLS-certificates.patch #0503-facebook-Dont-disable-XSS-auditor.patch #0600-remove_wrong_marco.patch -0100-ios8.patch +#0100-ios8.patch #0510-Delay_size_request.patch #0515-Fix_background_color_drawing.patch +0105-gitversion.patch -- cgit v1.2.3