Alexandre Mestiashvili pushed to branch master at Debian Med / gmap
Commits: fcc6623a by Alexandre Mestiashvili at 2020-04-18T20:37:58+02:00 Update d/rules, make build reproducible, thanks to Chris Lamb - - - - - b7a095ec by Alexandre Mestiashvili at 2020-04-18T20:39:31+02:00 Update changelog Gbp-Dch: Ignore - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +gmap (2020-04-08+ds1-2) unstable; urgency=medium + + * Update d/rules, make build reproducible, thanks to Chris Lamb + Closes: #956549 + + -- Alexandre Mestiashvili <[email protected]> Sat, 18 Apr 2020 20:38:39 +0200 + gmap (2020-04-08+ds1-1) unstable; urgency=medium * Do not override missing manpages @@ -12,7 +19,7 @@ gmap (2020-04-08+ds-1) unstable; urgency=medium * New upstream version * Upstream has released gmap under free license * Rework d/copyright - * d/watch: dversionmangle + * d/watch: dversionmangle -- Andreas Tille <[email protected]> Sat, 11 Apr 2020 08:08:20 +0200 ===================================== debian/rules ===================================== @@ -43,6 +43,9 @@ endif override_dh_installexamples: mkdir $(CURDIR)/debian/$(DEB_SOURCE)/usr/share/doc/$(DEB_SOURCE)/examples + find tests/ -type f -print0 | xargs -0r sed -i \ + -e 's@$(CURDIR)@«buildpath»@g' \ + -e 's@\#! /bin/bash@\#! /bin/sh@g' tar --sort=name \ --mtime="@${SOURCE_DATE_EPOCH}" \ --owner=root --group=root --numeric-owner \ View it on GitLab: https://salsa.debian.org/med-team/gmap/-/compare/d6e079459b30423b89967000e84075568ce05343...b7a095ec6f18a054d7678e0215c1671dc6234f77 -- View it on GitLab: https://salsa.debian.org/med-team/gmap/-/compare/d6e079459b30423b89967000e84075568ce05343...b7a095ec6f18a054d7678e0215c1671dc6234f77 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
