Bas Couwenberg pushed to branch master at Debian GIS Project / grass
Commits: 4cb58afe by Bas Couwenberg at 2018-12-23T11:08:14Z Also strip .note section from binaries. - - - - - 672d7cad by Bas Couwenberg at 2018-12-23T11:09:04Z Bump Standards-Version to 4.3.0, changes: strip binaries. - - - - - 3 changed files: - debian/changelog - debian/control - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +grass (7.4.3-2) UNRELEASED; urgency=medium + + * Also strip .note section from binaries. + * Bump Standards-Version to 4.3.0, changes: strip binaries. + + -- Bas Couwenberg <[email protected]> Sun, 23 Dec 2018 12:08:06 +0100 + grass (7.4.3-1) unstable; urgency=medium * New upstream release. ===================================== debian/control ===================================== @@ -50,7 +50,7 @@ Build-Depends: autoconf2.13, python-wxgtk3.0, unixodbc-dev, zlib1g-dev -Standards-Version: 4.2.1 +Standards-Version: 4.3.0 Vcs-Browser: https://salsa.debian.org/debian-gis-team/grass Vcs-Git: https://salsa.debian.org/debian-gis-team/grass.git Homepage: http://grass.osgeo.org/ ===================================== debian/rules ===================================== @@ -234,11 +234,8 @@ override_dh_auto_install-indep: install-arch-stamp override_dh_install-arch: # Strip binaries - strip debian/tmp/usr/lib/$(BASE_NAME)/bin/r.in.png - strip debian/tmp/usr/lib/$(BASE_NAME)/bin/r.out.png - - strip --remove-section=.comment debian/tmp/usr/lib/$(BASE_NAME)/bin/r.in.png - strip --remove-section=.comment debian/tmp/usr/lib/$(BASE_NAME)/bin/r.out.png + 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 View it on GitLab: https://salsa.debian.org/debian-gis-team/grass/compare/091f9470e5d803025322ce252c11a9e1b3fb4642...672d7cadc7adb37f63155e65d0266c1c954d006a -- View it on GitLab: https://salsa.debian.org/debian-gis-team/grass/compare/091f9470e5d803025322ce252c11a9e1b3fb4642...672d7cadc7adb37f63155e65d0266c1c954d006a 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
