diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2022-10-02 20:33:39 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2022-10-02 20:33:39 +0200 |
commit | ac6e0b731b9f0b2efd392e3309a5c07e2a66adad (patch) | |
tree | d3225c4f583bbc2dd2d4d1270599bdc91d6bbb57 /debian/patches/0105-gitversion.patch | |
parent | beb8b0dad71871aa66b63901b3e6b6c047e1a646 (diff) | |
parent | 133064a8fce1a02e83874295ab20ab1dee304777 (diff) |
Merge branch 'release/debian/0.30.17-1'debian/0.30.17-1
Diffstat (limited to 'debian/patches/0105-gitversion.patch')
-rw-r--r-- | debian/patches/0105-gitversion.patch | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/debian/patches/0105-gitversion.patch b/debian/patches/0105-gitversion.patch deleted file mode 100644 index aba218b..0000000 --- a/debian/patches/0105-gitversion.patch +++ /dev/null @@ -1,19 +0,0 @@ -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; |