summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog7
-rw-r--r--debian/control2
2 files changed, 8 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index c7ec7b0..0873f15 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+aiomysql (0.0.20-2) unstable; urgency=medium
+
+ * Team upload.
+ * Fix short description on python-aiomysql-doc (Closes: #945351)
+
+ -- Emmanuel Arias <eamanu@yaerobi.com> Sat, 23 Nov 2019 14:22:45 -0300
+
aiomysql (0.0.20-1) unstable; urgency=medium
* Initial release (Closes: #860006)
diff --git a/debian/control b/debian/control
index 1a673e5..d92001f 100644
--- a/debian/control
+++ b/debian/control
@@ -44,7 +44,7 @@ Build-Profiles: <!nodoc>
Architecture: all
Section: doc
Depends: ${sphinxdoc:Depends}, ${misc:Depends}
-Description: library for accessing a MySQL using (common documentation)
+Description: library for accessing a MySQL database from the asyncio (common documentation)
aiomysql is a driver for accessing a MySQL database from the asyncio
framework.
.