diff --git a/debian/changelog b/debian/changelog
index ea98c9a91b5b3b55be6f4141254cfecac190b305..878d3672575a4fc07e3bd94d8fb87cf2a52b8a1a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -30,6 +30,7 @@ python-agate-excel (0.2.5-1) UNRELEASED; urgency=medium
   [ Jeroen Ploemen ]
   * Control: remove the build profile restriction from the suggested
     dependency of the binary pkg on the -doc pkg.
+  * Control: add missing spaces in description.
 
  -- HÃ¥vard Flaget Aasen <haavard_aasen@yahoo.no>  Mon, 29 Nov 2021 20:04:38 +0100
 
diff --git a/debian/control b/debian/control
index 0e65a533700c251d0bd79aac8d0ea7fc31614b7a..f2637a816ad6fbbf082e2ebd36ee727fb4581c72 100644
--- a/debian/control
+++ b/debian/control
@@ -29,7 +29,7 @@ Suggests: python-agateexcel-doc
 Description: support for Excel files in agate
  Agate-excel adds read support for Excel files (xls and xlsx) to agate. It uses
  a monkey patching pattern to add read methods for xls and xlsx files to all
- agate.Table instances after import of the corresponding agateexcel module.
+ agate. Table instances after import of the corresponding agateexcel module.
  .
  This package provides the modules for Python 3.
 
@@ -42,7 +42,7 @@ Depends: ${misc:Depends},
 Description: documentation for agate-excel
  Agate-excel adds read support for Excel files (xls and xlsx) to agate. It uses
  a monkey patching pattern to add read methods for xls and xlsx files to all
- agate.Table instances after import of the corresponding agateexcel module.
+ agate. Table instances after import of the corresponding agateexcel module.
  .
  This package provides the documentation.
 Build-Profiles: <!nodoc>