diff --git a/debian/changelog b/debian/changelog index b04753e..e3291d2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +golang-github-emersion-go-maildir (0.2.0-2) UNRELEASED; urgency=low + + * Trim trailing whitespace. + + -- Debian Janitor Sun, 06 Sep 2020 20:59:55 -0000 + golang-github-emersion-go-maildir (0.2.0-1) unstable; urgency=medium * Initial release (Closes: #958039) diff --git a/debian/control b/debian/control index 42271db..35259d1 100644 --- a/debian/control +++ b/debian/control @@ -20,6 +20,6 @@ Description: Maildir library for Go (library) go-maildir library is maildir implementation in go. . - The Maildir e-mail format is a common way of storing email messages in which - each message is stored in a separate file with a unique name, and each mail + The Maildir e-mail format is a common way of storing email messages in which + each message is stored in a separate file with a unique name, and each mail folder is a file system directory.