[Debian-astro-maintainers] Bug#914612: python-astropy: Please drop unnecessary dh_strip_nondeterminism override
Chris Lamb
lamby at debian.org
Sun Nov 25 16:59:59 GMT 2018
Source: python-astropy
Version: 2.0.9-1
Severity: minor
Tags: patch
X-Debbugs-CC: reproducible-bugs at 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
`. `'` lamby at debian.org / chris-lamb.co.uk
`-
-------------- next part --------------
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
More information about the Debian-astro-maintainers
mailing list