Codebase list pyosmium / 4c921f2
Bump debhelper compat to 12. Changes: - Drop --list-missing from dh_install Bas Couwenberg 2 years ago
4 changed file(s) with 4 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
00 pyosmium (3.2.0-2) UNRELEASED; urgency=medium
11
22 * Bump Standards-Version to 4.6.0, no changes.
3 * Bump debhelper compat to 12, changes:
4 - Drop --list-missing from dh_install
35
46 -- Bas Couwenberg <sebastic@debian.org> Wed, 08 Sep 2021 17:40:10 +0200
57
+0
-1
debian/compat less more
0 10
33 Section: science
44 Priority: optional
55 Build-Depends: cmake (>= 2.8.12),
6 debhelper (>= 10~),
6 debhelper-compat (= 12),
77 dh-python,
88 libboost-dev,
99 libbz2-dev,
3535 PYBUILD_INSTALL_ARGS="--install-scripts=/usr/lib/{package}" dh_auto_install
3636
3737 override_dh_install:
38 dh_install --list-missing
38 dh_install
3939
4040 # Remove embedded jquery.js in favor of libjs-jquery
4141 $(RM) debian/*/usr/share/doc/*/html/_static/jquery.js