Bas Couwenberg pushed to branch experimental at Debian GIS Project / grass
Commits: 9ada9757 by Bas Couwenberg at 2021-09-11T21:46:05+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 @@ grass (7.8.6~rc2-1~exp2) 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]> Thu, 19 Aug 2021 22:24:11 +0200 ===================================== debian/compat deleted ===================================== @@ -1 +0,0 @@ -10 ===================================== debian/control ===================================== @@ -6,7 +6,7 @@ Section: science Priority: optional Build-Depends: autoconf2.13, bison, - debhelper (>= 10~), + debhelper-compat (= 12), dh-python, doxygen, fakeroot, ===================================== debian/rules ===================================== @@ -87,7 +87,7 @@ override_dh_auto_clean: [ ! -f $(CURDIR)/include/Make/Platform.make ] || $(MAKE) distclean override_dh_auto_configure: templates - dh_auto_configure -- \ + DH_COMPAT=10 dh_auto_configure -- \ --prefix=/usr/lib \ --enable-largefile \ --enable-socket \ @@ -242,7 +242,7 @@ override_dh_install-arch: strip --strip-unneeded --remove-section=.comment --remove-section=.note debian/tmp/usr/lib/$(BASE_NAME)/bin/r.in.png strip --strip-unneeded --remove-section=.comment --remove-section=.note debian/tmp/usr/lib/$(BASE_NAME)/bin/r.out.png - dh_install --arch --list-missing + dh_install --arch # delete duplicated grass-gui stuff from grass-core package for COMPONENT in gui wxpython; do \ View it on GitLab: https://salsa.debian.org/debian-gis-team/grass/-/commit/9ada9757f2b44f5c712fa3694f0e319f48090315 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/grass/-/commit/9ada9757f2b44f5c712fa3694f0e319f48090315 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
