[Python-modules-commits] r29340 - in packages/python-cryptography-vectors/trunk/debian (3 files)

mithrandi at users.alioth.debian.org mithrandi at users.alioth.debian.org
Sun Jun 15 18:46:52 UTC 2014


    Date: Sunday, June 15, 2014 @ 18:46:51
  Author: mithrandi
Revision: 29340

Tweaks.

Modified:
  packages/python-cryptography-vectors/trunk/debian/changelog
  packages/python-cryptography-vectors/trunk/debian/control
  packages/python-cryptography-vectors/trunk/debian/copyright

Modified: packages/python-cryptography-vectors/trunk/debian/changelog
===================================================================
--- packages/python-cryptography-vectors/trunk/debian/changelog	2014-06-15 09:33:28 UTC (rev 29339)
+++ packages/python-cryptography-vectors/trunk/debian/changelog	2014-06-15 18:46:51 UTC (rev 29340)
@@ -1,5 +1,5 @@
-python-cryptography-vectors (0.3-1) UNRELEASED; urgency=medium
+python-cryptography-vectors (0.4-1) UNRELEASED; urgency=medium
 
   * Initial release (Closes: #742911).
 
- -- Tristan Seligmann <mithrandi at debian.org>  Fri, 21 Feb 2014 18:36:35 +0200
+ -- Tristan Seligmann <mithrandi at debian.org>  Sun, 15 Jun 2014 20:25:27 +0200

Modified: packages/python-cryptography-vectors/trunk/debian/control
===================================================================
--- packages/python-cryptography-vectors/trunk/debian/control	2014-06-15 09:33:28 UTC (rev 29339)
+++ packages/python-cryptography-vectors/trunk/debian/control	2014-06-15 18:46:51 UTC (rev 29340)
@@ -17,7 +17,7 @@
 X-Python3-Version: >= 3.2
 
 Package: python-cryptography-vectors
-Architecture: any
+Architecture: all
 Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
 Description: Test vectors for python-cryptography (Python 2)
  The test vectors for the cryptography library are rather large; thus, they are
@@ -27,8 +27,8 @@
  This package contains the Python 2 version of cryptography_vectors.
 
 Package: python3-cryptography-vectors
-Architecture: any
-Depends: ${python3:Depends}, ${shlibs:Depends}, ${misc:Depends}, ${cffi3:Depends}
+Architecture: all
+Depends: ${python3:Depends}, ${shlibs:Depends}, ${misc:Depends}
 Description: Test vectors for python-cryptography (Python 3)
  The test vectors for the cryptography library are rather large; thus, they are
  broken out into their own package so that users who do not need to run the

Modified: packages/python-cryptography-vectors/trunk/debian/copyright
===================================================================
--- packages/python-cryptography-vectors/trunk/debian/copyright	2014-06-15 09:33:28 UTC (rev 29339)
+++ packages/python-cryptography-vectors/trunk/debian/copyright	2014-06-15 18:46:51 UTC (rev 29340)
@@ -7,6 +7,11 @@
 Files: *
 Copyright: 2013-2014 The cryptography developers
 License: Apache
+Comment: The test vectors themselves are largely sourced from official
+ standards; the exact sources are documented in
+ docs/development/test-vectors.rst. However, these are non-copyrightable, thus
+ the copyright statement is only expected to apply to the surrounding library
+ elements.
 
 Files: debian/*
 Copyright: 2014 Tristan Seligmann <mithrandi at debian.org>




More information about the Python-modules-commits mailing list