Bas Couwenberg pushed to branch master at Debian GIS Project / gpsprune
Commits: 64a67101 by Bas Couwenberg at 2022-11-27T18:25:35+01:00 Don't require root for rules. - - - - - 2 changed files: - debian/control - debian/rules Changes: ===================================== debian/control ===================================== @@ -15,7 +15,7 @@ Standards-Version: 4.6.1 Vcs-Browser: https://salsa.debian.org/debian-gis-team/gpsprune Vcs-Git: https://salsa.debian.org/debian-gis-team/gpsprune.git Homepage: https://activityworkshop.net/software/gpsprune/index.html -Rules-Requires-Root: binary-targets +Rules-Requires-Root: no Package: gpsprune Architecture: all ===================================== debian/rules ===================================== @@ -29,8 +29,8 @@ override_dh_auto_install: # Install application icon for size in 16 22 24 32 36 48 64 72 96 128; do \ - install -o root -g root -d $(CURDIR)/debian/gpsprune/usr/share/icons/hicolor/$${size}x$${size}/apps ; \ - install -o root -g root -m 644 $(CURDIR)/tim/prune/gui/images/window_icon_$${size}.png $(CURDIR)/debian/gpsprune/usr/share/icons/hicolor/$${size}x$${size}/apps/gpsprune.png ; \ + install -d $(CURDIR)/debian/gpsprune/usr/share/icons/hicolor/$${size}x$${size}/apps ; \ + install -m 644 $(CURDIR)/tim/prune/gui/images/window_icon_$${size}.png $(CURDIR)/debian/gpsprune/usr/share/icons/hicolor/$${size}x$${size}/apps/gpsprune.png ; \ done override_jh_depends: View it on GitLab: https://salsa.debian.org/debian-gis-team/gpsprune/-/commit/64a67101f89e6f334d13caa90956d09a47cbca5d -- View it on GitLab: https://salsa.debian.org/debian-gis-team/gpsprune/-/commit/64a67101f89e6f334d13caa90956d09a47cbca5d 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
