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/patches/0105-gitversion.patch | 19 +++++++++++++++++++ debian/patches/series | 3 ++- 2 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 debian/patches/0105-gitversion.patch (limited to 'debian/patches') 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 From 55778740c211992cc86ea87588ab62c6750f36d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Tue, 1 May 2018 18:41:09 +0200 Subject: Declare compliance with Debian Policy 4.1.4; typo in debian/patches/series --- debian/patches/series | 1 + 1 file changed, 1 insertion(+) (limited to 'debian/patches') diff --git a/debian/patches/series b/debian/patches/series index 035a6e6..f52cd58 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -9,4 +9,5 @@ #0100-ios8.patch #0510-Delay_size_request.patch #0515-Fix_background_color_drawing.patch +#505-fix-viewer-desktop-file.patch 0105-gitversion.patch -- cgit v1.2.3