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 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75
|
python-axolotl-curve25519 (0.4.1.post2-3) unstable; urgency=medium
[ Debian Janitor ]
* Apply multi-arch hints.
+ python3-axolotl-curve25519: Add Multi-Arch: same.
[ Josue Ortega ]
* Fix PyModule initialization. (Closes: #1075413)
* debian/control:
+ Update debhelper-compat to (= 13)
+ Update Homepage to Github page instead of Pypi.
* debian/copyright:
+ Update copyright holder year for debian/* files.
+ Update copyright holder email for debian/* files.
* Bump Standards-Version to 4.7.0:
+ debian/control: Document rules-requires-root as no.
* debian/watch: Bump version to 4.
-- Josue Ortega <josue@debian.org> Sun, 28 Jul 2024 15:45:38 +0900
python-axolotl-curve25519 (0.4.1.post2-2) unstable; urgency=medium
[ Ondřej Nový ]
* d/control: Remove ancient X-Python-Version field
[ Josue Ortega ]
* Add salsa-ci configuration file
* Update to use debhelper-compat (= 12)
* Remove python2 package
* Add Debian CI test
* Bump Standards-Version to 4.4.0. No changes required.
-- Josue Ortega <josue@debian.org> Tue, 13 Aug 2019 11:24:59 -0600
python-axolotl-curve25519 (0.4.1.post2-1) unstable; urgency=medium
* New upstream release (0.4.1.post2):
- Upstream has applied the following patches, they are not longer needed:
fix-unsigned-char-warnings.patch, removes-unused-variables.patch.
https://github.com/tgalal/python-axolotl-curve25519/pull/2
- Updates add-prototype.patch.
- Removes reproducible-build.patch, fixed in upstream source code.
* debian/control:
- Bumps X-Python3-Version to 3.6.
- Updates VCS fields to use salsa.debian.org.
* Bumps compat level from 9 to 11.
* Bumps Standards-Version from 3.9.8 to 4.1.4:
- debian/copyright: format field changed to use HTTPS.
* debian/watch: Updates URI to use HTTPS.
-- Josue Ortega <josue@debian.org> Sat, 05 May 2018 18:09:14 -0600
python-axolotl-curve25519 (0.1-3) unstable; urgency=medium
* Makes the package build reproducible, thanks to
Reiner Herrmann <reiner@reiner-h.de> for the patch (Closes: #842991).
* debian/control:
- Updates X-Python3-Version to >= 3.5.
- Updates maintainer email.
- Bumps Standards-Version to 3.9.8, no changes required.
- Updates VCS-* fields to use secure uri.
-- Josue Ortega <josue@debian.org> Sat, 05 Nov 2016 17:27:50 -0600
python-axolotl-curve25519 (0.1-2) unstable; urgency=medium
* Upload to unstable.
-- Josue Ortega <josueortega@debian.org.gt> Mon, 27 Apr 2015 22:14:57 -0600
python-axolotl-curve25519 (0.1-1) experimental; urgency=low
* Initial release (Closes: #777367)
-- Josue Ortega <josueortega@debian.org.gt> Sun, 08 Feb 2015 15:42:58 -0600
|