Source: python-astropy Version: 2.0.9-1 Severity: minor Tags: patch X-Debbugs-CC: reproducible-b...@lists.alioth.debian.rg
Hi, Noticed via #779627, I saw: override_dh_strip_nondeterminism: dh_strip_nondeterminism -Xinvalid.dat.gz … but the package no long ships this file so this can be safely removed. Patch attached. Regards, -- ,''`. : :' : Chris Lamb `. `'` la...@debian.org / chris-lamb.co.uk `-
diff --git a/debian/rules b/debian/rules index 7e42fd6..864c3d3 100755 --- a/debian/rules +++ b/debian/rules @@ -36,6 +36,3 @@ ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) override_dh_auto_test: python setup.py test -vv --args "-vv --mpl" endif - -override_dh_strip_nondeterminism: - dh_strip_nondeterminism -Xinvalid.dat.gz