[Python-modules-commits] [epsilon] 13/15: Fix build-depends on python-zope.interface (was using the old package name without a dot).
Tristan Seligmann
mithrandi at moszumanska.debian.org
Sat Oct 10 15:45:40 UTC 2015
This is an automated email from the git hooks/post-receive script.
mithrandi pushed a commit to branch master
in repository epsilon.
commit 7a4641d0fdfa656199b4940a0765798b02e0ae45
Author: Tristan Seligmann <mithrandi at debian.org>
Date: Sat Oct 10 17:27:44 2015 +0200
Fix build-depends on python-zope.interface (was using the old package name without a dot).
---
debian/changelog | 2 ++
debian/control | 4 ++--
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 92efb07..a673e49 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,8 @@ epsilon (0.7.1-1) unstable; urgency=medium
* Bump Standards-Version to 3.9.6 (no changes).
* Use pypi.debian.net redirector in debian/watch.
* Update debian/copyright and switch to machine-readable format.
+ * Fix build-depends on python-zope.interface (was using the old package
+ name without a dot).
-- Tristan Seligmann <mithrandi at debian.org> Sat, 10 Oct 2015 17:16:14 +0200
diff --git a/debian/control b/debian/control
index d7d5b4b..e170ead 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
Uploaders: Tristan Seligmann <mithrandi at debian.org>, Vincent Bernat <bernat at debian.org>
Build-Depends: debhelper (>= 9), python-all, dh-python
-Build-Depends-Indep: python-twisted-core (>= 12.2.0), python-setuptools, python-openssl, python-nevow, python-zopeinterface
+Build-Depends-Indep: python-twisted-core (>= 12.2.0), python-setuptools, python-openssl, python-nevow, python-zope.interface
Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/python-modules/packages/epsilon.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/epsilon.git
@@ -12,7 +12,7 @@ Homepage: https://launchpad.net/epsilon
Package: python-epsilon
Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}, python-twisted-core, python-openssl, python-nevow, python-zopeinterface
+Depends: ${python:Depends}, ${misc:Depends}, python-twisted-core, python-openssl, python-nevow, python-zope.interface
Description: Python utility modules commonly used by Divmod.org project
Epsilon is a set of Python utility modules, commonly used by all
Divmod.org Python projects.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/epsilon.git
More information about the Python-modules-commits
mailing list