Bas Couwenberg pushed to branch master at Debian GIS Project / grass
Commits: 64b32032 by Bas Couwenberg at 2022-11-27T19:11:41+01:00 Add Rules-Requires-Root to control file. - - - - - 4 changed files: - debian/changelog - debian/control - debian/grass-dev-doc.install - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -2,6 +2,7 @@ grass (8.2.0-3) UNRELEASED; urgency=medium * Add patch to use GRASS version for non-git builds. * Move python3-six from Recommends to Depends. + * Add Rules-Requires-Root to control file. -- Bas Couwenberg <[email protected]> Tue, 25 Oct 2022 18:42:55 +0200 ===================================== debian/control ===================================== @@ -53,6 +53,7 @@ Standards-Version: 4.6.1 Vcs-Browser: https://salsa.debian.org/debian-gis-team/grass Vcs-Git: https://salsa.debian.org/debian-gis-team/grass.git Homepage: https://grass.osgeo.org/ +Rules-Requires-Root: no Package: grass Architecture: all ===================================== debian/grass-dev-doc.install ===================================== @@ -1 +1 @@ -programming-manual/html usr/share/doc/grass-dev-doc/programming-manual +lib/html usr/share/doc/grass-dev-doc/programming-manual ===================================== debian/rules ===================================== @@ -206,11 +206,6 @@ override_dh_auto_install: # Remove empty files find debian/tmp/ -type f -empty -name "class_graphical*" -print -delete - install -m 644 -d debian/tmp - install -m 644 -d debian/tmp/programming-manual/html - cp -r lib/html/* debian/tmp/programming-manual/html/ - rm -f debian/tmp/programming-manual/html/*.md5 - override_dh_install: # Strip binaries strip --strip-unneeded --remove-section=.comment --remove-section=.note debian/tmp/usr/lib/$(BASE_NAME)/bin/r.in.png View it on GitLab: https://salsa.debian.org/debian-gis-team/grass/-/commit/64b32032ee998ebb8ea6c0e29ac18ca8e4bef028 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/grass/-/commit/64b32032ee998ebb8ea6c0e29ac18ca8e4bef028 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
