[Python-modules-commits] [dkimpy] 04/04: Minor packaging cleanup

Scott Kitterman kitterman at moszumanska.debian.org
Wed Feb 7 06:44:05 UTC 2018


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

kitterman pushed a commit to branch debian/master
in repository dkimpy.

commit 32784ad95edc22fea2af4fcda2306f72a3c93131
Author: Scott Kitterman <scott at kitterman.com>
Date:   Wed Feb 7 01:33:19 2018 -0500

    Minor packaging cleanup
    
    * Update debian/watch to use secure URI
    * Fixup trailing whitespace
    * Bump standards-version to 4.1.3 without further change
---
 debian/changelog | 13 ++++++++-----
 debian/control   |  4 ++--
 debian/watch     |  2 +-
 3 files changed, 11 insertions(+), 8 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 2380d74..58e0aa8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,13 +2,16 @@ dkimpy (0.7.0-1) unstable; urgency=medium
 
   * New upstream release
     - Includes experimental support for new Ed25519 signatures
+  * Update debian/watch to use secure URI
+  * Fixup trailing whitespace
+  * Bump standards-version to 4.1.3 without further change
 
- -- Scott Kitterman <scott at kitterman.com>  Wed, 07 Feb 2018 01:24:34 -0500
+ -- Scott Kitterman <scott at kitterman.com>  Wed, 07 Feb 2018 01:31:25 -0500
 
 dkimpy (0.6.2-1) unstable; urgency=medium
 
   * New upstream release
-    - Bug fixes, including Closes: #863690 
+    - Bug fixes, including Closes: #863690
 
  -- Scott Kitterman <scott at kitterman.com>  Sat, 10 Jun 2017 16:44:45 -0400
 
@@ -118,7 +121,7 @@ pydkim (0.5-1) unstable; urgency=low
     - Drop debian/patches/adjust-setup.py.patch, essential parts incorporated
       upstream
     - Remove the no longer existing (and never very useful) dkimsend.sh from
-      debian/docs 
+      debian/docs
 
  -- Scott Kitterman <scott at kitterman.com>  Wed, 26 Oct 2011 17:39:45 -0400
 
@@ -161,7 +164,7 @@ pydkim (0.3-6) unstable; urgency=low
   * Rebuild for python transition
   * Bump Standards-Version to 3.9.2 without futher change
   * Drop Breaks: ${python:Breaks} since it is no longer used
-  
+
  -- Scott Kitterman <scott at kitterman.com>  Wed, 20 Apr 2011 00:12:53 -0400
 
 pydkim (0.3-5) unstable; urgency=low
@@ -219,7 +222,7 @@ pydkim (0.3-2) unstable; urgency=low
 pydkim (0.3-1) unstable; urgency=low
 
   * Initial Debian package (Closes: #502264)
-  * Add adjust-setup.py.patch to correct shebang in setup.py and to 
+  * Add adjust-setup.py.patch to correct shebang in setup.py and to
     not install dkimsend.sh in /usr/bin (at best it's an example and not
     suitable for actual use - will install with docs)
 
diff --git a/debian/control b/debian/control
index 3331d86..2cb7cea 100644
--- a/debian/control
+++ b/debian/control
@@ -2,13 +2,13 @@ Source: dkimpy
 Section: python
 Priority: optional
 Maintainer: Scott Kitterman <scott at kitterman.com>
-Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org> 
+Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Build-Depends: debhelper (>= 9), python, python3, dh-python
 X-Python-Version: >= 2.7
 X-Python3-Version: >= 3.5
 Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/dkimpy.git
 Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/dkimpy.git
-Standards-Version: 3.9.8
+Standards-Version: 4.1.3
 Homepage: https://launchpad.net/dkimpy
 
 Package: python-dkim
diff --git a/debian/watch b/debian/watch
index 40f1fdd..8c0f5b7 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,3 +1,3 @@
 version=3
-http://launchpad.net/dkimpy/+download https://launchpad.net/dkimpy/.*/.*/dkimpy-(.*)\.tar\.gz
+https://launchpad.net/dkimpy/+download https://launchpad.net/dkimpy/.*/.*/dkimpy-(.*)\.tar\.gz
 

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



More information about the Python-modules-commits mailing list