[Debian-astro-commits] [python-astropy] 01/01: Override missing-build-dependency-for-dh_-command

Ole Streicher olebole at moszumanska.debian.org
Fri Jan 13 08:01:16 UTC 2017


This is an automated email from the git hooks/post-receive script.

olebole pushed a commit to branch debian
in repository python-astropy.

commit aceeed3b3c1052fcb88d606f5c5f2f50d18914f1
Author: Ole Streicher <olebole at debian.org>
Date:   Fri Jan 13 09:00:25 2017 +0100

    Override missing-build-dependency-for-dh_-command
    
    See https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/python-astropy.html
    Actually, it shouldn't be necessary for python-astropy to build-depends
    on dh-strip-nondeterminism.  The override_dh_strip_nondeterminism
    target in debian/rules will be ignored unless debhelper actually
    tries to call dh_strip_nondeterminism, in which case debhelper itself
    would depend on dh-strip-nondeterminism. (Andrew Ayer)
---
 debian/source/lintian-overrides | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/debian/source/lintian-overrides b/debian/source/lintian-overrides
index 1323579..dbcec4a 100644
--- a/debian/source/lintian-overrides
+++ b/debian/source/lintian-overrides
@@ -1,3 +1,10 @@
 # We don't use the convinience copies of wcslib, so we can
 # safely ignore their lintian warnings.
 outdated-autotools-helper-file cextern/wcslib/config/config.*
+# See https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/python-astropy.html:
+# Actually, it shouldn't be necessary for python-astropy to build-depends
+# on dh-strip-nondeterminism.  The override_dh_strip_nondeterminism
+# target in debian/rules will be ignored unless debhelper actually
+# tries to call dh_strip_nondeterminism, in which case debhelper itself
+# would depend on dh-strip-nondeterminism. (Andrew Ayer)
+missing-build-dependency-for-dh_-command
\ No newline at end of file

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-astro/packages/python-astropy.git



More information about the Debian-astro-commits mailing list