[Python-modules-commits] [dkimpy] 04/05: Various packaging updates
Scott Kitterman
kitterman at moszumanska.debian.org
Mon Jan 23 20:30:51 UTC 2017
This is an automated email from the git hooks/post-receive script.
kitterman pushed a commit to branch master
in repository dkimpy.
commit b2c0cff58d33bf307d9c5a86fc22b8ce68c336b1
Author: Scott Kitterman <scott at kitterman.com>
Date: Mon Jan 23 14:39:56 2017 -0500
Various packaging updates
* Updated debian/copyright
* Updated debian/rules to install new scripts
* Adjusted required python versions
* Updated package descriptions
* Bumped debhelper version requirement and compat to 9
---
debian/changelog | 7 ++++++-
debian/compat | 3 +--
debian/control | 24 +++++++++++++++---------
debian/copyright | 6 ++++--
debian/rules | 3 +++
5 files changed, 29 insertions(+), 14 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 4090e66..3e9adfb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,13 @@
dkimpy (0.6.0-1) UNRELEASED; urgency=medium
* New upstream release
+ * Updated debian/copyright
+ * Updated debian/rules to install new scripts
+ * Adjusted required python versions
+ * Updated package descriptions
+ * Bumped debhelper version requirement and compat to 9
- -- Scott Kitterman <scott at kitterman.com> Mon, 23 Jan 2017 14:24:40 -0500
+ -- Scott Kitterman <scott at kitterman.com> Mon, 23 Jan 2017 14:39:08 -0500
dkimpy (0.5.6-2) unstable; urgency=medium
diff --git a/debian/compat b/debian/compat
index 2f95459..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1,2 +1 @@
-8
-
+9
diff --git a/debian/control b/debian/control
index c477dc3..3331d86 100644
--- a/debian/control
+++ b/debian/control
@@ -3,9 +3,9 @@ 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.1), python (>= 2.6.5-2~), python3, dh-python
-X-Python-Version: >= 2.6
-X-Python3-Version: >= 3.1
+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
@@ -14,14 +14,20 @@ Homepage: https://launchpad.net/dkimpy
Package: python-dkim
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}, python-dns|python-dnspython
-Description: Python module for DKIM signing and verification
+Description: Python module for DKIM and ARC signing and verification
Python module that implements DKIM (DomainKeys Identified Mail) email signing
- and verification. It also provides helper scripts for command line signing
- and verification.
+ and verification as well as ARC (Authenticated Received Chain) signing and
+ verification. It also provides helper scripts for key generation and command
+ line signing and verification.
+ .
+ This is the Python (2) version of the package.
Package: python3-dkim
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}, python3-dns|python3-dnspython
-Description: Python 3 module for DKIM signing and verification
- Python 3 module that implements DKIM (DomainKeys Identified Mail) email signing
- and verification.
+Description: Python 3 module for DKIM and ARC signing and verification
+ Python 3 module that implements DKIM (DomainKeys Identified Mail) email
+ signing and verification as well as ARC (Authenticated Received Chain)
+ signing and verification.
+ .
+ This is the Python 3 version of the package.
diff --git a/debian/copyright b/debian/copyright
index 06002d2..7c4e00c 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -6,7 +6,9 @@ It was downloaded from http://hewgill.com/pydkim
Copyright Holders:
Copyright © 2008 Greg Hewgill http://hewgill.com
Copyright © 2011 William Grant <me at williamgrant.id.au>
-Copyright © 2011,2012 Scott Kitterman <scott at kitterman.com>
+Copyright © 2011,2012,2106,2017 Scott Kitterman <scott at kitterman.com>
+Copyright © 2016 Google, Inc.
+Copyright © 2017 Valimail Inc
Every file for which the original upstream specified copyright in the original
has been modified from in this altered version of the software.
@@ -31,5 +33,5 @@ License:
#
# Copyright © 2008 Greg Hewgill http://hewgill.com
-The Debian packaging is © 2008-11, Scott Kitterman <scott at kitterman.com> and
+The Debian packaging is © 2008-17, Scott Kitterman <scott at kitterman.com> and
is licensed under the same terms as pydkim, see above.
diff --git a/debian/rules b/debian/rules
index 21f47a6..4f8950f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,6 +11,9 @@ override_dh_auto_install:
--root $(CURDIR)/debian/python-dkim
mv debian/python-dkim/usr/bin/dkimsign.py debian/python-dkim/usr/bin/dkimsign
mv debian/python-dkim/usr/bin/dkimverify.py debian/python-dkim/usr/bin/dkimverify
+ mv debian/python-dkim/usr/bin/arcsign.py debian/python-dkim/usr/bin/arcsign
+ mv debian/python-dkim/usr/bin/arcverify.py debian/python-dkim/usr/bin/arcverify
+ mv debian/python-dkim/usr/bin/dknewkey.py debian/python-dkim/usr/bin/dknewkey
python3 $(CURDIR)/setup.py install --install-layout=deb \
--root $(CURDIR)/debian/python3-dkim
rm -rf $(CURDIR)/debian/python3-dkim/usr/bin
--
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