uncommitted - adapt

Ready changes

Summary

Import uploads missing from VCS:

Diff

diff --git a/debian/changelog b/debian/changelog
index 1314d6c..001eab1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+adapt (1.0.0-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Add the missing build dependency on python3-six. (Closes: #1002210)
+
+ -- Adrian Bunk <bunk@debian.org>  Mon, 24 Jan 2022 16:42:31 +0200
+
 adapt (1.0.0-1) unstable; urgency=medium
 
   * New upstream release.
diff --git a/debian/control b/debian/control
index 2b0d2f8..cd2650b 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: adapt
 Section: python
 Priority: optional
 Maintainer: Wouter Verhelst <wouter@debian.org>
-Build-Depends: debhelper-compat (= 13), dh-python, python3-setuptools, python3-all
+Build-Depends: debhelper-compat (= 13), dh-python, python3-setuptools, python3-all, python3-six
 Standards-Version: 4.5.1
 Homepage: https://github.com/MycroftAI/adapt
 Vcs-Browser: https://salsa.debian.org/mycroftai-team/adapt
@@ -13,6 +13,7 @@ Rules-Requires-Root: no
 Package: python3-adapt
 Architecture: all
 Depends: ${python3:Depends}, ${misc:Depends}
+Suggests: python-adapt-doc
 Description: Adapt Intent Parser (Python 3)
  The Adapt Intent Parser is a flexible and extensible intent definition
  and determination framework. It is intended to parse natural language

Debdiff

File lists identical (after any substitutions)

Control files: lines which differ (wdiff format)

  • Suggests: python-adapt-doc

Run locally

More details

Full run details