Author: tille Date: 2015-01-20 12:26:42 +0000 (Tue, 20 Jan 2015) New Revision: 18597
Modified: trunk/packages/raster3d/trunk/debian/changelog trunk/packages/raster3d/trunk/debian/rules Log: Make the build reproducible: Stop recording user and group when creating diffs.tar. Modified: trunk/packages/raster3d/trunk/debian/changelog =================================================================== --- trunk/packages/raster3d/trunk/debian/changelog 2015-01-20 11:05:45 UTC (rev 18596) +++ trunk/packages/raster3d/trunk/debian/changelog 2015-01-20 12:26:42 UTC (rev 18597) @@ -1,3 +1,12 @@ +raster3d (3.0-3-2) UNRELEASED; urgency=medium + + [ Jérémy Bobbio ] + * Make the build reproducible: + - Stop recording user and group when creating diffs.tar. + Closes: #775810 + + -- Andreas Tille <[email protected]> Tue, 20 Jan 2015 13:23:55 +0100 + raster3d (3.0-3-1) unstable; urgency=medium * New upstream version Modified: trunk/packages/raster3d/trunk/debian/rules =================================================================== --- trunk/packages/raster3d/trunk/debian/rules 2015-01-20 11:05:45 UTC (rev 18596) +++ trunk/packages/raster3d/trunk/debian/rules 2015-01-20 12:26:42 UTC (rev 18597) @@ -13,7 +13,8 @@ override_dh_auto_configure: mkdir debian/tmp - cd debian/patches/ && tar -cf ../diffs.tar *.diff || true + cd debian/patches/ && tar --owner=root --group=root --numeric-owner \ + -cf ../diffs.tar *.diff || true # dh_auto_configure override_dh_auto_build: _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
