Bas Couwenberg pushed to branch experimental at Debian GIS Project / grass
Commits: 9213c541 by Bas Couwenberg at 2021-05-20T10:20:27+02:00 Don't sed absolute path for INST_DIR, DESTDIR now supported. - - - - - cf7ac0b7 by Bas Couwenberg at 2021-05-20T10:53:48+02:00 Set distribution to experimental. - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,10 +1,11 @@ -grass (7.8.6~rc1-1) UNRELEASED; urgency=medium +grass (7.8.6~rc1-1~exp1) experimental; urgency=medium * New upstream release candidate. * Update copyright file. * Update upstream metadata. + * Don't sed absolute path for INST_DIR, DESTDIR now supported. - -- Bas Couwenberg <[email protected]> Thu, 20 May 2021 04:38:40 +0200 + -- Bas Couwenberg <[email protected]> Thu, 20 May 2021 10:53:36 +0200 grass (7.8.5-1) unstable; urgency=medium ===================================== debian/rules ===================================== @@ -140,8 +140,8 @@ override_dh_auto_install-arch: install-arch-stamp install-arch-stamp: # install grass core into debian/tmp dh_auto_install -- \ - INST_DIR=$(CURDIR)/debian/tmp/usr/lib/$(BASE_NAME) \ - UNIX_BIN=$(CURDIR)/debian/tmp/usr/bin + INST_DIR=/usr/lib/$(BASE_NAME) \ + UNIX_BIN=/usr/bin # fix links debian/fixpaths.sh $(CURDIR)/debian/tmp debian/tmp View it on GitLab: https://salsa.debian.org/debian-gis-team/grass/-/compare/88a033f97e60518bbbc5988bc4e143794ed0f498...cf7ac0b7eec39f0e29f2c5d891514e3f0004f8ab -- View it on GitLab: https://salsa.debian.org/debian-gis-team/grass/-/compare/88a033f97e60518bbbc5988bc4e143794ed0f498...cf7ac0b7eec39f0e29f2c5d891514e3f0004f8ab 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
