[Python-modules-commits] [python-xapian-haystack] 01/02: change version to 2.1.0-2 (UNRELEASED) Add python(3)-xapian to Depends. change urgency to medium

Michael Fladischer fladi at moszumanska.debian.org
Thu Apr 6 07:06:26 UTC 2017


This is an automated email from the git hooks/post-receive script.

fladi pushed a commit to branch master
in repository python-xapian-haystack.

commit 3991404e628f864d288146019f037fcd305cf394
Author: Michael Fladischer <FladischerMichael at fladi.at>
Date:   Thu Apr 6 09:02:11 2017 +0200

    change version to 2.1.0-2 (UNRELEASED)
    Add python(3)-xapian to Depends.
    change urgency to medium
---
 debian/changelog | 6 ++++++
 debian/control   | 6 ++++--
 2 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 08a9dcf..13a851b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+python-xapian-haystack (2.1.0-2) UNRELEASED; urgency=medium
+
+  * Add python(3)-xapian to Depends.
+
+ -- Michael Fladischer <fladi at debian.org>  Thu, 06 Apr 2017 09:02:11 +0200
+
 python-xapian-haystack (2.1.0-1) unstable; urgency=low
 
   * Initial release (Closes: #858216).
diff --git a/debian/control b/debian/control
index 2867559..d593625 100644
--- a/debian/control
+++ b/debian/control
@@ -18,7 +18,8 @@ Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-xapian-ha
 
 Package: python-xapian-haystack
 Architecture: all
-Depends: ${misc:Depends},
+Depends: python-xapian,
+         ${misc:Depends},
          ${python:Depends}
 Enhances: python-django-haystack
 Description: Xapian backend for Django-Haystack (Python2 version)
@@ -36,7 +37,8 @@ Description: Xapian backend for Django-Haystack (Python2 version)
 
 Package: python3-xapian-haystack
 Architecture: all
-Depends: ${misc:Depends},
+Depends: python3-xapian,
+         ${misc:Depends},
          ${python3:Depends}
 Enhances: python3-django-haystack
 Description: Xapian backend for Django-Haystack (Python3 version)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-xapian-haystack.git



More information about the Python-modules-commits mailing list