Codebase list readosm / 836a4f9
Refresh patches. Bas Couwenberg 6 years ago
2 changed file(s) with 5 addition(s) and 12 deletion(s). Raw diff Collapse all Expand all
44 * Change priority from extra to optional.
55 * Bump Standards-Version to 4.1.0, changes: priority.
66 * Update copyright years in copyright file.
7 * Refresh patches.
78
89 -- Bas Couwenberg <sebastic@debian.org> Mon, 25 Sep 2017 20:22:03 +0200
910
0 From: David Paleino <dapal@debian.org>
1 Subject: disable buildtime tests
2 Origin: vendor
3 Forwarded: no
4
5 ---
6 Makefile.am | 2 +-
7 Makefile.in | 2 +-
8 configure | 3 +--
9 configure.ac | 1 -
10 4 files changed, 3 insertions(+), 5 deletions(-)
0 Description: disable buildtime tests
1 Author: David Paleino <dapal@debian.org>
2 Forwarded: not-needed
113
124 --- a/Makefile.am
135 +++ b/Makefile.am
2820 -SUBDIRS = headers src tests examples
2921 +SUBDIRS = headers src examples
3022 EXTRA_DIST = makefile.vc nmake.opt mainpage.doxy
31 AUTOMAKE_OPTIONS = dist-zip
23 AUTOMAKE_OPTIONS = dist-zip foreign
3224 pkgconfigdir = $(libdir)/pkgconfig
3325 --- a/configure
3426 +++ b/configure