Bas Couwenberg pushed to branch master at Debian GIS Project / gdal
Commits: f6a8a1a4 by Bas Couwenberg at 2022-11-27T18:37:00+01:00 Don't require root for rules. - - - - - 2 changed files: - debian/control - debian/rules Changes: ===================================== debian/control ===================================== @@ -63,7 +63,7 @@ Standards-Version: 4.6.1 Vcs-Browser: https://salsa.debian.org/debian-gis-team/gdal Vcs-Git: https://salsa.debian.org/debian-gis-team/gdal.git Homepage: http://www.gdal.org/ -Rules-Requires-Root: binary-targets +Rules-Requires-Root: no Package: libgdal32 Architecture: any ===================================== debian/rules ===================================== @@ -111,8 +111,8 @@ override_dh_auto_install: done # install man pages - install -o root -g root -d $(CURDIR)/debian/tmp/usr/share/man/man1 - install -o root -g root -m 644 $(CURDIR)/man/man1/*.1 $(CURDIR)/debian/tmp/usr/share/man/man1 + install -d $(CURDIR)/debian/tmp/usr/share/man/man1 + install -m 644 $(CURDIR)/man/man1/*.1 $(CURDIR)/debian/tmp/usr/share/man/man1 # removing useless autogenerated man pages rm -f $(CURDIR)/debian/tmp/usr/share/man/man1/_*_apps_.1 @@ -124,8 +124,8 @@ override_dh_auto_install: -find $(CURDIR)/debian/tmp/usr/lib -type f -name "*.so*" -exec chrpath --delete {} \; # copy sample programs for python3-gdal - install -o root -g root -d $(CURDIR)/debian/tmp/usr/share/doc/python3-gdal/examples - install -o root -g root -m 644 $(CURDIR)/swig/python/gdal-utils/osgeo_utils/samples/*.py $(CURDIR)/debian/tmp/usr/share/doc/python3-gdal/examples/. + install -d $(CURDIR)/debian/tmp/usr/share/doc/python3-gdal/examples + install -m 644 $(CURDIR)/swig/python/gdal-utils/osgeo_utils/samples/*.py $(CURDIR)/debian/tmp/usr/share/doc/python3-gdal/examples/. rm -f $(CURDIR)/debian/tmp/usr/share/doc/python3-gdal/examples/__init__.py override_dh_installchangelogs: View it on GitLab: https://salsa.debian.org/debian-gis-team/gdal/-/commit/f6a8a1a4cd6ea196aa4dd0a463ae970a46a4aeba -- View it on GitLab: https://salsa.debian.org/debian-gis-team/gdal/-/commit/f6a8a1a4cd6ea196aa4dd0a463ae970a46a4aeba 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
