[Python-modules-commits] [numpydoc] 01/08: Filter upstream tarball from vendored sphinx.ext.linkcode

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Fri Dec 23 16:03:43 UTC 2016


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

ghisvail-guest pushed a commit to branch master
in repository numpydoc.

commit 64f36e6a23ba1cd40b41ffb4965b34d8df10668a
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date:   Fri Dec 23 15:30:52 2016 +0000

    Filter upstream tarball from vendored sphinx.ext.linkcode
---
 debian/copyright | 3 +++
 debian/watch     | 4 +++-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/debian/copyright b/debian/copyright
index 6ffc7bf..1d8d0d4 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,6 +1,9 @@
 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: numpydoc
 Source: http://pypi.python.org/pypi/numpydoc
+Comment: Remove vendored linkcode Sphinx extension
+Files-Excluded: numpydoc/linkcode.py
+ numpydoc/tests/test_linkcode.py
 
 Files: numpydoc/numpydoc.py numpydoc/docscrape.py
        numpydoc/docscrape_sphinx.py numpydoc/phantom_import.py
diff --git a/debian/watch b/debian/watch
index 6d41940..26d9cfe 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,3 +1,5 @@
 version=3
-opts=uversionmangle=s/(rc|a|b|c)/~$1/ \
+opts=repacksuffix=+ds1,\
+dversionmangle=s/\+(debian|dfsg|ds|deb)(\.?\d+)?$//,\
+uversionmangle=s/(rc|a|b|c)/~$1/ \
 https://pypi.debian.net/numpydoc/numpydoc-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))

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



More information about the Python-modules-commits mailing list