[Python-modules-commits] [vine] 01/05: Fix file-contains-trailing-whitespace in control and changelog

Christopher Stuart Hoskin mans0954 at moszumanska.debian.org
Wed Jan 24 22:52:39 UTC 2018


This is an automated email from the git hooks/post-receive script.

mans0954 pushed a commit to branch master
in repository vine.

commit ba557cc00460e598b9d62ca92dc171bece19bb4f
Author: Christopher Hoskin <mans0954 at debian.org>
Date:   Wed Jan 24 22:36:24 2018 +0000

    Fix file-contains-trailing-whitespace in control and changelog
---
 debian/changelog | 14 ++++++++++----
 debian/control   |  6 +++---
 2 files changed, 13 insertions(+), 7 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index ce1ccd6..31f218a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,15 @@
+vine (1.1.4+dfsg-2) UNRELEASED; urgency=medium
+
+  * Fix file-contains-trailing-whitespace in control and changelog
+
+ -- Christopher Hoskin <mans0954 at debian.org>  Wed, 24 Jan 2018 22:35:36 +0000
+
 vine (1.1.4+dfsg-1) unstable; urgency=medium
 
-  * Fix "please make the build reproducible" included patch Reproducible-build 
+  * Fix "please make the build reproducible" included patch Reproducible-build
     provided by bug submitter (Closes: #858926)
-  * Add new signing key https://github.com/celery/kombu/issues/773 
-  * New upstream release (1.1.4) 
+  * Add new signing key https://github.com/celery/kombu/issues/773
+  * New upstream release (1.1.4)
   * Use secure uri in debian/watch
   * Force use of python3-sphinx by build conflicting on python-sphinx
   * Update Standards-Version from 3.9.8 to 4.1.1 (no change required)
@@ -12,7 +18,7 @@ vine (1.1.4+dfsg-1) unstable; urgency=medium
 
 vine (1.1.3+dfsg-2) unstable; urgency=medium
 
-  * Add Python 2 package 
+  * Add Python 2 package
 
  -- Christopher Hoskin <mans0954 at debian.org>  Sun, 19 Mar 2017 08:31:38 +0000
 
diff --git a/debian/control b/debian/control
index 10244e9..0ab4e3a 100644
--- a/debian/control
+++ b/debian/control
@@ -48,9 +48,9 @@ Depends: ${sphinxdoc:Depends}, ${misc:Depends}
 Description: vine Python promises documentation
  A Python implementation of the promise pattern for asynchronous programming.
  .
- This is a special implementation of promises in that it can be used both for 
- "promise of a value" and lazy evaluation. The biggest upside for this is that 
- everything in a promise can also be a promise, e.g. filters, callbacks and 
+ This is a special implementation of promises in that it can be used both for
+ "promise of a value" and lazy evaluation. The biggest upside for this is that
+ everything in a promise can also be a promise, e.g. filters, callbacks and
  errbacks can all be promises.
  .
  This is the documentation package.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/vine.git



More information about the Python-modules-commits mailing list