Codebase list readosm / 8cc149c
Bump debhelper compat to 10. Changes: - Drop --parallel option, enabled by default - Don't explicitly enable autoreconf, enabled by default - Drop dh-autoreconf build dependency Bas Couwenberg 4 years ago
4 changed file(s) with 7 addition(s) and 5 deletion(s). Raw diff Collapse all Expand all
33 * Add Build-Depends-Package field to symbols file.
44 * Update gbp.conf to use --source-only-changes by default.
55 * Drop Name field from upstream metadata.
6 * Bump debhelper compat to 10, changes:
7 - Drop --parallel option, enabled by default
8 - Don't explicitly enable autoreconf, enabled by default
9 - Drop dh-autoreconf build dependency
610
711 -- Bas Couwenberg <sebastic@debian.org> Sun, 05 Aug 2018 20:56:27 +0200
812
33 Bas Couwenberg <sebastic@debian.org>
44 Section: libs
55 Priority: optional
6 Build-Depends: debhelper (>= 9.20160114),
7 autotools-dev,
8 dh-autoreconf,
6 Build-Depends: debhelper (>= 10~),
97 libexpat1-dev,
108 zlib1g-dev,
119 doxygen,
1111 UPSTREAM_VERSION=$(shell echo $(DEB_VERSION_UPSTREAM) | sed -e 's/\+.*//')
1212
1313 %:
14 dh $@ --with autoreconf --parallel
14 dh $@
1515
1616 override_dh_clean:
1717 dh_clean