[Python-modules-commits] [python-deprecation] 05/06: d/control: Standards version is 4.1.3 now (remove trailing whitespaces)

Ondrej Koblizek kobla-guest at moszumanska.debian.org
Tue Feb 6 12:10:01 UTC 2018


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

kobla-guest pushed a commit to branch master
in repository python-deprecation.

commit f69b779167d53900f471a1aa4890fcad42c295f0
Author: Ondřej Kobližek <ondrej.koblizek at firma.seznam.cz>
Date:   Tue Feb 6 13:03:01 2018 +0100

    d/control: Standards version is 4.1.3 now (remove trailing whitespaces)
---
 debian/changelog | 1 +
 debian/control   | 6 +++---
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index f40ec60..7ce069a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ python-deprecation (1.1-1) UNRELEASED; urgency=medium
 
   * New upstream release
   * Update debhelper compat level to 11
+  * d/control: Standards version is 4.1.3 now (remove trailing whitespaces)
 
  -- Ondřej Kobližek <koblizeko at gmail.com>  Mon, 05 Feb 2018 07:40:12 +0100
 
diff --git a/debian/control b/debian/control
index ff6365e..71d73ab 100644
--- a/debian/control
+++ b/debian/control
@@ -14,7 +14,7 @@ Build-Depends-Indep: python-packaging,
                      python3-packaging,
                      python-unittest2,
                      python3-unittest2,
-Standards-Version: 4.0.0
+Standards-Version: 4.1.3
 Homepage: https://github.com/briancurtin/deprecation
 X-Python-Version: >= 2.7
 X-Python3-Version: >= 3.4
@@ -29,7 +29,7 @@ Depends: ${misc:Depends},
 Description: Library to handle automated deprecations - Python 2.x
  Deprecation is a library that enables automated deprecations.
  .
- It offers the deprecated() decorator to wrap functions, providing proper 
+ It offers the deprecated() decorator to wrap functions, providing proper
  warnings both in documentation and via Python’s warnings system, as well as
  the deprecation.fail_if_not_removed() decorator for test methods to ensure
  that deprecated code is eventually removed.
@@ -43,7 +43,7 @@ Depends: ${misc:Depends},
 Description: Library to handle automated deprecations - Python 3.x
  Deprecation is a library that enables automated deprecations.
  .
- It offers the deprecated() decorator to wrap functions, providing proper 
+ It offers the deprecated() decorator to wrap functions, providing proper
  warnings both in documentation and via Python’s warnings system, as well as
  the deprecation.fail_if_not_removed() decorator for test methods to ensure
  that deprecated code is eventually removed.

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



More information about the Python-modules-commits mailing list