1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56
|
python-keyczar (0.6~b.061709+svn502-1) unstable; urgency=low
[ Christian Kastner ]
* Grab newest version from SVN. The diff to 0.6~b.061709 is just a few
commits and comprises mainly bugfixes. Closes: #627727
* debian/control:
- Bumped Standards-Version to 3.9.2 (no changes needed)
* debian/svn-get-orig.sh:
- Added this script which creates an upstream tarball from an SVN revision
* debian/rules:
- Added get-orig-source target (via svn-get-orig.sh above)
* debian/patches dropped:
- 0001-use-os-urandom-for-entropy
No longer needed, the current SVN snapshot includes it
[ Jakub Wilk ]
* Add DM-Upload-Allowed.
-- Christian Kastner <debian@kvr.at> Thu, 26 May 2011 23:49:27 +0200
python-keyczar (0.6~b.061709-3) unstable; urgency=low
* Team upload.
[ Christian Kastner ]
* debian/control:
- Bump Standards-Version to 3.9.1 (no changes needed)
[ Luke Faraone ]
* debian/rules:
- Handle cases when Python 2.5 is not used during build. Fixes FTBFS when
running tests. Closes: #601259
* debian/patches:
- Remove 0001-workaround-deprecated-interface
This patch did not work with older versions of PyCrypto. Closes: #601264
- Added 0001-use-os-urandom-for-entropy
This cherry-picked patch uses os.urandom() directly for entropy.
-- Luke Faraone <lfaraone@debian.org> Mon, 08 Nov 2010 22:29:17 -0500
python-keyczar (0.6~b.061709-2) unstable; urgency=low
* debian/copyright:
- Add missing copyright information for PyCrypto documentation included in
source package. Closes: #588704
* debian/patches:
- Added 0001-workaround-deprecated-interface
This resolves the DeprecationWarning printed by PyCrypto.
-- Christian Kastner <debian@kvr.at> Sat, 17 Jul 2010 01:04:30 +0200
python-keyczar (0.6~b.061709-1) unstable; urgency=low
* Initial release (Closes: #494868)
-- Christian Kastner <debian@kvr.at> Fri, 02 Jul 2010 22:49:40 +0200
|