Bas Couwenberg pushed to branch master at Debian GIS Project / josm
Commits: 836efe49 by Bas Couwenberg at 2021-09-12T07:16:52+02:00 Bump debhelper compat to 12. Changes: - Drop --list-missing from dh_install - - - - - 4 changed files: - debian/changelog - − debian/compat - debian/control - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,6 +1,8 @@ josm (0.0.svn18193+dfsg-2) UNRELEASED; urgency=medium * Bump Standards-Version to 4.6.0, no changes. + * Bump debhelper compat to 12, changes: + - Drop --list-missing from dh_install -- Bas Couwenberg <[email protected]> Wed, 08 Sep 2021 16:32:16 +0200 ===================================== debian/compat deleted ===================================== @@ -1 +0,0 @@ -10 ===================================== debian/control ===================================== @@ -5,7 +5,7 @@ Uploaders: David Paleino <[email protected]>, Bas Couwenberg <[email protected]> Section: utils Priority: optional -Build-Depends: debhelper (>= 10~), +Build-Depends: debhelper-compat (= 12), default-jdk (>= 2:1.9) | java9-sdk, ant, ant-contrib, ===================================== debian/rules ===================================== @@ -61,7 +61,8 @@ override_dh_auto_install: install -o root -g root -m 644 $(CURDIR)/native/linux/tested/usr/share/mime/packages/josm.xml $(CURDIR)/debian/josm/usr/share/mime/packages override_dh_install: - dh_install --list-missing + dh_install + # remove *.lang files, since we ship them in josm-l10n rm -rf $(CURDIR)/debian/josm/usr/share/josm/data/*.lang # remove executable bit View it on GitLab: https://salsa.debian.org/debian-gis-team/josm/-/commit/836efe496245c6b5b2b061b85892832240ec6784 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/josm/-/commit/836efe496245c6b5b2b061b85892832240ec6784 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ Pkg-grass-devel mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel
