[Python-modules-commits] [nose] 01/02: Override Lintian false-positive warning about missing source

Dmitry Shachnev mitya57 at moszumanska.debian.org
Wed Feb 3 07:15:46 UTC 2016


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

mitya57 pushed a commit to branch master
in repository nose.

commit b539385b61ca1eacd65710cd3de9ee574d047d84
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date:   Wed Feb 3 10:03:02 2016 +0300

    Override Lintian false-positive warning about missing source
---
 debian/changelog                | 2 ++
 debian/source/lintian-overrides | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index bf06d7f..91419ef 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,8 @@ nose (1.3.7-1) UNRELEASED; urgency=medium
   * Backport upstream commit that fixes tests failures with Python 3.5
     (closes: #811468).
   * Use HTTPS in Vcs-Git field and in debian/watch.
+  * Override Lintian false-positive warning about missing source for
+    unit_tests/support/doctest/noname_wrapped.not_pyc.
 
  -- Brian May <bam at debian.org>  Thu, 19 Nov 2015 11:10:05 +1100
 
diff --git a/debian/source/lintian-overrides b/debian/source/lintian-overrides
new file mode 100644
index 0000000..eaf0e8f
--- /dev/null
+++ b/debian/source/lintian-overrides
@@ -0,0 +1,2 @@
+# source is actually in noname_wrapped.not_py
+nose source: source-is-missing unit_tests/support/doctest/noname_wrapped.not_pyc

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



More information about the Python-modules-commits mailing list