Codebase list geocode-glib / 378db0b
New upstream release This includes changes equivalent to the patch from Chris Lamb previously applied via d/patches. Simon McVittie 5 years ago
3 changed file(s) with 5 addition(s) and 24 deletion(s). Raw diff Collapse all Expand all
0 geocode-glib (3.25.4.1-4.1) UNRELEASED; urgency=medium
0 geocode-glib (3.26.0-1) UNRELEASED; urgency=medium
11
2 * d/p/reproducible-build.patch:
3 Apply patch from Chris Lamb to make json-enum-types.h reproducible
4 (Closes: #882446) and multi-arch co-installable (Closes: #897328)
2 * New upstream release
3 - Makes json-enum-types.h reproducible (Closes: #882446) and
4 multi-arch co-installable (Closes: #897328)
55 * d/tests: Add a trivial compile/link/run autopkgtest
66
7 -- Simon McVittie <smcv@debian.org> Tue, 01 May 2018 17:06:25 +0100
7 -- Simon McVittie <smcv@debian.org> Wed, 04 Jul 2018 09:34:53 +0100
88
99 geocode-glib (3.25.4.1-4) unstable; urgency=medium
1010
+0
-18
debian/patches/reproducible-build.patch less more
0 Description: Make the build reproducible
1 Author: Chris Lamb <lamby@debian.org>
2 Date: Thu, 23 Nov 2017 10:31:24 +0900
3
4 Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=882446
5 Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=897328
6
7 --- geocode-glib-3.25.4.1.orig/geocode-glib/geocode-enum-types.h.in
8 +++ geocode-glib-3.25.4.1/geocode-glib/geocode-enum-types.h.in
9 @@ -9,7 +9,7 @@ G_BEGIN_DECLS
10
11 /*** BEGIN file-production ***/
12
13 -/* enumerations from "@filename@" */
14 +/* enumerations from "@basename@" */
15 /*** END file-production ***/
16
17 /*** BEGIN value-header ***/
+0
-1
debian/patches/series less more
0 reproducible-build.patch