From 03aa0f42d9cd38187bca1e03089ec52180e88abd Mon Sep 17 00:00:00 2001 From: Jeroen Ploemen <jcfp@debian.org> Date: Tue, 30 Nov 2021 15:43:27 +0100 Subject: [PATCH] Control: add missing spaces in description. --- debian/changelog | 1 + debian/control | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index ea98c9a..878d367 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 0e65a53..f2637a8 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> -- GitLab