[Python-modules-commits] [python-whoosh] 01/01: Adopt into DPMT

Barry Warsaw barry at moszumanska.debian.org
Tue Feb 7 14:54:41 UTC 2017


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

barry pushed a commit to branch master
in repository python-whoosh.

commit d22ea437691acc9ebc09afab0676c30b7a82d946
Author: Barry Warsaw <barry at ubuntu.com>
Date:   Tue Feb 7 09:54:24 2017 -0500

    Adopt into DPMT
---
 debian/changelog | 10 ++++++++++
 debian/control   | 36 ++++++++++++++++++++++++------------
 debian/copyright |  4 ++--
 3 files changed, 36 insertions(+), 14 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index da18cef..b274314 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+python-whoosh (2.7.0-3) UNRELEASED; urgency=medium
+
+  * d/control: Package adopted into the DPMT so update:
+    - Maintainer: DPMT
+    - Uploaders: Me
+    - Vcs-{Git,Browser}
+  * wrap-and-sort -at
+
+ -- Barry Warsaw <barry at debian.org>  Tue, 07 Feb 2017 09:51:53 -0500
+
 python-whoosh (2.7.0-2) unstable; urgency=medium
 
   * QA upload.
diff --git a/debian/control b/debian/control
index 03c4a04..62aacd9 100644
--- a/debian/control
+++ b/debian/control
@@ -1,20 +1,30 @@
 Source: python-whoosh
 Section: python
 Priority: optional
-Maintainer: Debian QA Group <packages at qa.debian.org>
-Build-Depends: debhelper (>= 9), dh-python, python-setuptools, python3-setuptools, sphinx-common
-Build-Depends-Indep: python3-sphinx (>= 1.0.7+dfsg), python-all (>= 2.6.6-2), python3-all, python-pytest, python3-pytest
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Barry Warsaw <barry at debian.org>,
+Build-Depends: debhelper (>= 9),
+               dh-python,
+               python-setuptools,
+               python3-setuptools,
+               sphinx-common,
+Build-Depends-Indep: python-all (>= 2.6.6-2),
+                     python-pytest,
+                     python3-all,
+                     python3-pytest,
+                     python3-sphinx (>= 1.0.7+dfsg),
 Standards-Version: 3.9.8
 Homepage: http://bitbucket.org/mchaput/whoosh/
 X-Python-Version: >= 2.5
 X-Python3-Version: >= 3.2
-Vcs-Git: https://anonscm.debian.org/git/collab-maint/python-whoosh.git
-Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/python-whoosh.git
+Vcs-Git: http://anonscm.debian.org/git/python-modules/packages/python-whoosh.git
+Vcs-Browser: http://anonscm.debian.org/cgit/python-modules/packages/python-whoosh.git
 
 Package: python-whoosh
 Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}
-Suggests: python-whoosh-doc
+Depends: ${misc:Depends},
+         ${python:Depends},
+Suggests: python-whoosh-doc,
 Description: pure-Python full-text indexing, search, and spell checking library (Python 2)
  Whoosh is a fast, pure-Python indexing and search library. Programmers
  can use it to easily add search functionality to their applications and
@@ -28,8 +38,9 @@ Description: pure-Python full-text indexing, search, and spell checking library
 
 Package: python3-whoosh
 Architecture: all
-Depends: ${python3:Depends}, ${misc:Depends}
-Suggests: python-whoosh-doc
+Depends: ${misc:Depends},
+         ${python3:Depends},
+Suggests: python-whoosh-doc,
 Description: pure-Python full-text indexing, search, and spell checking library (Python 3)
  Whoosh is a fast, pure-Python indexing and search library. Programmers
  can use it to easily add search functionality to their applications and
@@ -45,9 +56,10 @@ Package: python-whoosh-doc
 Architecture: all
 Section: doc
 Priority: extra
-Pre-Depends: ${misc:Pre-Depends}
-Depends: ${misc:Depends}, ${sphinxdoc:Depends}
-Replaces: python-whoosh (<< 2.1.0)
+Pre-Depends: ${misc:Pre-Depends},
+Depends: ${misc:Depends},
+         ${sphinxdoc:Depends},
+Replaces: python-whoosh (<< 2.1.0),
 Description: full-text indexing, search, and spell checking library (doc)
  Whoosh is a fast, pure-Python indexing and search library. Programmers
  can use it to easily add search functionality to their applications and
diff --git a/debian/copyright b/debian/copyright
index 09c67de..dff5928 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -76,8 +76,8 @@ License: PSF
  prepare derivative works, distribute, and otherwise use Python
  alone or in any derivative version, provided, however, that PSF's
  License Agreement and PSF's notice of copyright, i.e., "Copyright (c)
- 2001, 2002, 2003, 2004, 2005, 2006, 2007 Python Software Foundation; 
- All Rights Reserved" are retained in Python alone or in any derivative 
+ 2001, 2002, 2003, 2004, 2005, 2006, 2007 Python Software Foundation;
+ All Rights Reserved" are retained in Python alone or in any derivative
  version prepared by Licensee.
  .
  3. In the event Licensee prepares a derivative work that is based on

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



More information about the Python-modules-commits mailing list