[Python-modules-commits] [sortedcontainers] 01/01: fixes
Sandro Tosi
morph at moszumanska.debian.org
Mon Jun 29 22:42:33 UTC 2015
This is an automated email from the git hooks/post-receive script.
morph pushed a commit to branch master
in repository sortedcontainers.
commit 3ec64651720c078f5f44ac3e3b2452c31d20e95b
Author: Sandro Tosi <morph at debian.org>
Date: Mon Jun 29 18:42:58 2015 -0400
fixes
---
debian/control | 2 +-
debian/rules | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/control b/debian/control
index 9cbc03c..6668a6a 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: python
Priority: optional
Maintainer: Sandro Tosi <morph at debian.org>
Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 9), python, python3, dh-python
+Build-Depends: debhelper (>= 9), python, python3, dh-python, python-setuptools, python3-setuptools
Standards-Version: 3.9.6
Homepage: http://www.grantjenks.com/docs/sortedcontainers/
#Vcs-Git:
diff --git a/debian/rules b/debian/rules
index 54046b4..2311ac5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,7 +5,7 @@
override_dh_auto_install:
python setup.py install --install-layout=deb --root=$(CURDIR)/debian/python-sortedcontainers
- python3 setup.py install --install-layout=deb --root=$(CURDIR)/debian/python-sortedcontainers
+ python3 setup.py install --install-layout=deb --root=$(CURDIR)/debian/python3-sortedcontainers
override_dh_installdocs:
dh_installdocs -A README.rst
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/sortedcontainers.git
More information about the Python-modules-commits
mailing list