Codebase list libgeotiff / 0ca7a8d
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 4 deletion(s). Raw diff Collapse all Expand all
11
22 * Bump Standards-Version to 4.5.0, no changes.
33 * Drop Name field from upstream metadata.
4 * Bump debhelper compat to 10, changes:
5 - Drop --parallel option, enabled by default
6 - Don't explicitly enable autoreconf, enabled by default
7 - Drop dh-autoreconf build dependency
48
59 -- Bas Couwenberg <sebastic@debian.org> Mon, 30 Sep 2019 19:11:15 +0200
610
44 Bas Couwenberg <sebastic@debian.org>
55 Section: science
66 Priority: optional
7 Build-Depends: debhelper (>= 9.20160114),
8 dh-autoreconf,
7 Build-Depends: debhelper (>= 10~),
98 libjpeg-dev,
109 libproj-dev (>= 6.0.0),
1110 libtiff-dev,
1414 UPSTREAM_VERSION = $(shell echo $(DEB_VERSION_UPSTREAM) | sed -e 's/\+.*//')
1515
1616 %:
17 dh $@ --with autoreconf --parallel
17 dh $@
1818
1919 override_dh_autoreconf:
2020 dh_autoreconf ./autogen.sh