[Python-modules-commits] [authres] 05/06: Bump standards version to 3.9.8, bump compat to 9, refer to RFC 7601, switch for format 3.0 (quilt).

Scott Kitterman kitterman at moszumanska.debian.org
Sun Dec 11 07:01:16 UTC 2016


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

kitterman pushed a commit to branch master
in repository authres.

commit 0fe69000c5a3da3fef3c29c95fa7050d83d59f3c
Author: Scott Kitterman <scott at kitterman.com>
Date:   Sun Dec 11 01:46:03 2016 -0500

    Bump standards version to 3.9.8, bump compat to 9, refer to RFC 7601, switch for format 3.0 (quilt).
    
    * Bump standards version to 3.9.8 without further change
    * Bump compat/debhelper requirement to 9 to avoid deprecation warning
    * Update package description to refer to RFC 7601 vice RFC 7001
    * Switch to source format 3.0 (quilt) and remove README.source
---
 debian/README.source |  5 -----
 debian/changelog     |  6 +++++-
 debian/compat        |  2 +-
 debian/control       | 20 ++++++++++----------
 4 files changed, 16 insertions(+), 17 deletions(-)

diff --git a/debian/README.source b/debian/README.source
deleted file mode 100644
index 1bc0f57..0000000
--- a/debian/README.source
+++ /dev/null
@@ -1,5 +0,0 @@
-This package will use quilt for patches if needed.  dpkg-source -x does
-produce source ready for building with dpkg-buildpackage.  It does not produce
-source ready for editing.  See /usr/share/doc/quilt/README.source for
-information on using quilt.
-
diff --git a/debian/changelog b/debian/changelog
index 7cc3d3b..075095f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,8 +8,12 @@ authres (0.900-1) UNRELEASED; urgency=medium
 
   [ Scott Kitterman ]
   * New upstream release
+  * Bump standards version to 3.9.8 without further change
+  * Bump compat/debhelper requirement to 9 to avoid deprecation warning
+  * Update package description to refer to RFC 7601 vice RFC 7001
+  * Switch to source format 3.0 (quilt) and remove README.source
 
- -- Scott Kitterman <scott at kitterman.com>  Sun, 11 Dec 2016 01:38:50 -0500
+ -- Scott Kitterman <scott at kitterman.com>  Sun, 11 Dec 2016 01:44:57 -0500
 
 authres (0.800-2) unstable; urgency=medium
 
diff --git a/debian/compat b/debian/compat
index 45a4fb7..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-8
+9
diff --git a/debian/control b/debian/control
index bef4f77..a63c88f 100644
--- a/debian/control
+++ b/debian/control
@@ -3,8 +3,8 @@ Section: python
 Priority: optional
 Maintainer: Scott Kitterman <scott at kitterman.com>
 Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 8), dh-python, python-all (>= 2.6.5-2~), python3-all (>= 3.1.2-10~)
-Standards-Version: 3.9.6
+Build-Depends: debhelper (>= 9), dh-python, python-all (>= 2.6.5-2~), python3-all (>= 3.1.2-10~)
+Standards-Version: 3.9.8
 Homepage: https://launchpad.net/authentication-results-python
 X-Python-Version: >= 2.6
 Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/authres.git
@@ -13,23 +13,23 @@ Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/authres.git
 Package: python-authres
 Architecture: all
 Depends: ${python:Depends}, ${misc:Depends}
-Description: RFC 7001 Authentication Results Header manipulation for Python
- Python module to create and parse RFC 7001 Authentication Results headers.
+Description: RFC 7601 Authentication Results Header manipulation for Python
+ Python module to create and parse RFC 7601 Authentication Results headers.
  .
  The module provides a class for creating and parsing RFC compliant headers
  for use in Python applications. It supports all currently registered
- extensions in addition to the core RFC 7001 types.
+ extensions in addition to the core RFC 7601 types.
  .
- http://tools.ietf.org/rfc/rfc7001.txt
+ http://tools.ietf.org/rfc/rfc7601.txt
 
 Package: python3-authres
 Architecture: all
 Depends: ${python3:Depends}, ${misc:Depends}
-Description: RFC 7001 Authentication Results Header manipulation for Python3
- Python3 module to create and parse RFC 7001 Authentication Results headers.
+Description: RFC 7601 Authentication Results Header manipulation for Python3
+ Python3 module to create and parse RFC 7601 Authentication Results headers.
  .
  The module provides a class for creating and parsing RFC compliant headers
  for use in Python3 applications. It supports all currently registered
- extensions in addition to the core RFC 7001 types.
+ extensions in addition to the core RFC 7601 types.
  .
- http://tools.ietf.org/rfc/rfc7001.txt
+ http://tools.ietf.org/rfc/rfc7601.txt

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



More information about the Python-modules-commits mailing list