Codebase list aisleriot / 25c0aba
Drop override for dh_auto_build. The upstream build system now passes -n to gzip, so no timestamps are stored in the compressed file. Michael Biebl 7 years ago
2 changed file(s) with 2 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
22 * New upstream reelase.
33 * Stop setting CONFIG_SHELL=/bin/bash, doesn't seem to be necessary anymore.
44 Most likely a side-effect of automatic dh-autoreconf.
5 * Drop override for dh_auto_build. The upstream build system now passes -n
6 to gzip, so no timestamps are stored in the compressed file.
57
68 -- Michael Biebl <biebl@debian.org> Mon, 07 Nov 2016 23:46:06 +0100
79
1515 override_dh_autoreconf:
1616 dh_autoreconf --as-needed
1717
18 override_dh_auto_build:
19 dh_auto_build -- GZIP_FLAGS="-9n"
20
2118 override_dh_fixperms:
2219 dh_fixperms -X/usr/games/sol
2320