[Python-modules-commits] [adapt-parser] 01/02: Change uploader

Ethan Ward ethanward-guest at moszumanska.debian.org
Thu Jul 27 20:17:50 UTC 2017


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

ethanward-guest pushed a commit to branch master
in repository adapt-parser.

commit 2cf2b84dad999ea8e83ac1c333a04f5304446e3b
Author: Ethan Ward <ethan.ward at mycroft.ai>
Date:   Thu Jul 27 15:08:27 2017 -0500

    Change uploader
---
 debian/changelog |  2 +-
 debian/control   | 10 ++++++----
 2 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 71b41e8..7f6d57f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,4 +2,4 @@ adapt-parser (0.3.0-1) UNRELEASED; urgency=medium
 
   * Initial Debian release (closes: #869100)
 
- -- Mycroft Devs <devops at mycroft.ai>  Fri, 14 Jul 2017 09:53:40 -0500
+ -- Ethan Ward <ethan.ward at mycroft.ai>  Fri, 14 Jul 2017 09:53:40 -0500
diff --git a/debian/control b/debian/control
index a2618ca..e7e955b 100644
--- a/debian/control
+++ b/debian/control
@@ -2,15 +2,17 @@ Source: adapt-parser
 Section: python
 Priority: optional
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Uploaders: Mycroft Devs <devops at mycroft.ai>
+Uploaders: Ethan Ward <ethan.ward at mycroft.ai>
 Build-Depends: debhelper (>= 9),
                dh-python,
                python-all,
                python-pyee,
                python-setuptools,
+               python-six,
                python3-all,
                python3-pyee,
-               python3-setuptools
+               python3-setuptools,
+               python3-six
 Standards-Version: 4.0.0
 Homepage: https://adapt.mycroft.ai/
 Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/adapt-parser.git
@@ -18,7 +20,7 @@ Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/adapt-parse
 
 Package: python-adapt-parser
 Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
+Depends: ${misc:Depends}, ${python:Depends}
 XB-Python-Version: ${python:Versions}
 Description: Text-to-intent parsing framework
  This package contains the adapt module for Python 2.
@@ -28,7 +30,7 @@ Description: Text-to-intent parsing framework
 
 Package: python3-adapt-parser
 Architecture: all
-Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}
+Depends: ${misc:Depends}, ${python3:Depends}
 Description: Text-to-intent parsing framework
  This package contains the adapt module for Python 3.
  The Adapt Intent Parser is a flexible and extensible intent definition and

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



More information about the Python-modules-commits mailing list