[Python-modules-commits] [python-pygraphviz] 01/14: Import Debian patch 1.3.1-1.1
Sandro Tosi
morph at moszumanska.debian.org
Sun Jan 8 20:06:45 UTC 2017
This is an automated email from the git hooks/post-receive script.
morph pushed a commit to branch master
in repository python-pygraphviz.
commit 182b7ee07e91bfe7f68cc147bb78783532f49eef
Author: Cyril Brulebois <kibi at debian.org>
Date: Sun Oct 30 03:09:42 2016 +0100
Import Debian patch 1.3.1-1.1
---
debian/changelog | 9 +++++++++
debian/rules | 1 -
setup.py | 1 +
3 files changed, 10 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 25fc9ab..68af1f3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+python-pygraphviz (1.3.1-1.1) unstable; urgency=high
+
+ * Non-maintainer upload.
+ * Remove “set -e; \” line in the dh_auto_test override, which was commented
+ out already. Test results are ignored entirely anyway. This fixes the
+ FTBFS with /bin/sh as bash, thanks to Chris Lamb (Closes: #840845).
+
+ -- Cyril Brulebois <kibi at debian.org> Sun, 30 Oct 2016 03:09:42 +0100
+
python-pygraphviz (1.3.1-1) unstable; urgency=medium
[ Sandro Tosi ]
diff --git a/debian/rules b/debian/rules
index fcb04c5..6b80a2c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -42,7 +42,6 @@ override_dh_installdocs:
override_dh_auto_test:
ifeq ($(filter nocheck,$(DEB_BUILD_OPTIONS)),)
- #set -e; \
-for python in $(PYTHON2) $(PYTHON3); do \
echo "-- running tests for "$$python" plain --" ; \
LIB=$$($$python -c "from distutils.command.build import build ; from distutils.core import Distribution ; b = build(Distribution()) ; b.finalize_options() ; print (b.build_platlib)") ; \
diff --git a/setup.py b/setup.py
index cde50c4..fc0a96f 100644
--- a/setup.py
+++ b/setup.py
@@ -75,6 +75,7 @@ if __name__ == "__main__":
download_url=release.download_url,
classifiers=release.classifiers,
packages=packages,
+ data_files=data,
ext_modules=extension,
cmdclass={
'install': AddExtensionInstallCommand,
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-pygraphviz.git
More information about the Python-modules-commits
mailing list