summaryrefslogtreecommitdiff
path: root/debian/patches/0105-gitversion.patch
blob: aba218b97083c011bc301a953df933c6c892b902 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Description: Typo in git version macro
Author: Jörg Fringy-Fürst <debian@jff.email>
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;