[Python-modules-commits] [astroid] 05/06: add wrapt and lazy_object_proxy to b-d, needed to trigger the packages dependencies detection
Sandro Tosi
morph at moszumanska.debian.org
Sat Jan 2 16:39:02 UTC 2016
This is an automated email from the git hooks/post-receive script.
morph pushed a commit to branch master
in repository astroid.
commit f3d87d41e22b10d50b11c79329f0bf39513d53a5
Author: Sandro Tosi <morph at debian.org>
Date: Sat Jan 2 16:30:14 2016 +0000
add wrapt and lazy_object_proxy to b-d, needed to trigger the packages dependencies detection
---
debian/changelog | 5 ++++-
debian/control | 2 +-
2 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index a52265d..d99ac5d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,8 +5,11 @@ astroid (1.4.1-1) UNRELEASED; urgency=medium
- correctly handle multiprocessing; Closes: #790884
* debian/copyright
- extend packaging copyright years
+ * debian/control
+ - add wrapt and lazy_object_proxy to b-d, needed to trigger the packages
+ dependencies detection
- -- Sandro Tosi <morph at debian.org> Sat, 02 Jan 2016 16:08:46 +0000
+ -- Sandro Tosi <morph at debian.org> Sat, 02 Jan 2016 16:29:23 +0000
astroid (1.3.8-1) unstable; urgency=medium
diff --git a/debian/control b/debian/control
index 6cbf33d..938e0f2 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.0.0), python, python3, dh-python, python-setuptools, python3-setuptools, python-nose, python3-nose
+Build-Depends: debhelper (>= 9.0.0), python, python3, dh-python, python-setuptools, python3-setuptools, python-nose, python3-nose, python-wrapt, python3-wrapt, python-lazy-object-proxy, python3-lazy-object-proxy
Standards-Version: 3.9.6
Homepage: http://www.astroid.org/
Vcs-Git: git://anonscm.debian.org/python-modules/packages/astroid.git
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/astroid.git
More information about the Python-modules-commits
mailing list