[Python-modules-commits] [python-pex] 05/05: * d/patches/bump-setuptools-max-version.patch: Bump the maximum allowed setuptools version to coincide with what's in Debian, which allows the manpages to be built. * d/rules: Remove the overrides for upstream issue #51, which has been fixed released.
Barry Warsaw
barry at moszumanska.debian.org
Thu Aug 13 22:14:17 UTC 2015
This is an automated email from the git hooks/post-receive script.
barry pushed a commit to branch master
in repository python-pex.
commit 365e3d3cb8d1aafb7dc9be89a9515913a90c68cc
Author: Barry Warsaw <barry at debian.org>
Date: Thu Aug 13 18:14:12 2015 -0400
* d/patches/bump-setuptools-max-version.patch: Bump the maximum allowed
setuptools version to coincide with what's in Debian, which allows the
manpages to be built.
* d/rules: Remove the overrides for upstream issue #51, which has been
fixed released.
---
debian/changelog | 5 +++++
debian/rules | 14 --------------
2 files changed, 5 insertions(+), 14 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 117556a..5c59e3b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,11 @@
python-pex (1.0.3-1) UNRELEASED; urgency=medium
* New upstream release.
+ * d/patches/bump-setuptools-max-version.patch: Bump the maximum allowed
+ setuptools version to coincide with what's in Debian, which allows the
+ manpages to be built.
+ * d/rules: Remove the overrides for upstream issue #51, which has been
+ fixed released.
-- Barry Warsaw <barry at debian.org> Thu, 13 Aug 2015 17:07:53 -0400
diff --git a/debian/rules b/debian/rules
index e1cd727..b3f6dfa 100755
--- a/debian/rules
+++ b/debian/rules
@@ -23,17 +23,3 @@ override_dh_installman:
--no-discard-stderr --no-info \
debian/python-pex-cli/usr/bin/pex
dh_installman
-
-# Disable docs and tests until upstream tarball includes them.
-
-override_dh_installdocs:
- dh_installdocs
- echo "https://github.com/pantsbuild/pex/issues/51"
-
-override_dh_autotest:
- dh_autotest
- echo "https://github.com/pantsbuild/pex/issues/51"
-
-# override_dh_installdocs:
-# python setup.py build_sphinx
-# dh_installdocs
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-pex.git
More information about the Python-modules-commits
mailing list