[Python-modules-commits] [adapt-parser] 01/01: Improving packaging

Clive Johnston clivejo-guest at moszumanska.debian.org
Mon Jul 24 21:39:26 UTC 2017


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

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

commit 76800e97bca5bc337c3f1904e995dd19cbaf8328
Author: Clive Johnston <clivejo at kubuntu.org>
Date:   Mon Jul 24 22:39:23 2017 +0100

    Improving packaging
    
    - Add homepage
    - Add vcs fields
    - Performed wrap-and-sort
    - Removed empty docs file
---
 debian/control | 11 +++++++----
 debian/docs    |  0
 2 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/debian/control b/debian/control
index 698d048..a2618ca 100644
--- a/debian/control
+++ b/debian/control
@@ -6,19 +6,22 @@ Uploaders: Mycroft Devs <devops at mycroft.ai>
 Build-Depends: debhelper (>= 9),
                dh-python,
                python-all,
-               python-setuptools,
                python-pyee,
-               python3-pyee,
+               python-setuptools,
                python3-all,
+               python3-pyee,
                python3-setuptools
 Standards-Version: 4.0.0
+Homepage: https://adapt.mycroft.ai/
+Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/adapt-parser.git
+Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/adapt-parser.git
 
 Package: python-adapt-parser
 Architecture: all
 Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
 XB-Python-Version: ${python:Versions}
 Description: Text-to-intent parsing framework
- This package contains the adapt module for Python 2. 
+ This package contains the adapt module for Python 2.
  The Adapt Intent Parser is a flexible and extensible intent definition and
  determination framework. It is intended to parse natural language text into
  a structured intent that can then be invoked programmatically.
@@ -27,7 +30,7 @@ Package: python3-adapt-parser
 Architecture: all
 Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}
 Description: Text-to-intent parsing framework
- This package contains the adapt module for Python 3. 
+ This package contains the adapt module for Python 3.
  The Adapt Intent Parser is a flexible and extensible intent definition and
  determination framework. It is intended to parse natural language text into
  a structured intent that can then be invoked programmatically.
diff --git a/debian/docs b/debian/docs
deleted file mode 100644
index e69de29..0000000

-- 
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