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 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144
|
libmath-random-perl (0.72-3) unstable; urgency=medium
* Add libcrypt-dev to Build-Depends. (Closes: #1106940)
* Update years of upstream copyright.
* Declare compliance with Debian Policy 4.7.2.
* Add debian/tests/pkg-perl/smoke-setup to enable test.pl.
-- gregor herrmann <gregoa@debian.org> Sun, 01 Jun 2025 02:34:19 +0200
libmath-random-perl (0.72-2) unstable; urgency=medium
[ Salvatore Bonaccorso ]
* debian/control: Use HTTPS transport protocol for Vcs-Git URI
[ gregor herrmann ]
* debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
* Remove Jonathan Yu from Uploaders. Thanks for your work!
[ Salvatore Bonaccorso ]
* Update Vcs-* headers for switch to salsa.debian.org
[ gregor herrmann ]
* debian/control: update Build-Depends for cross builds.
* debian/watch: use uscan version 4.
[ Debian Janitor ]
* Bump debhelper from old 9 to 12.
* Set debhelper-compat version in Build-Depends.
* Bump debhelper from old 12 to 13.
[ gregor herrmann ]
* Enable all hardening flags.
* Remove $Config{vendorarch} from debian/rules.
Causes issues with cross-builds, and can be replaced by
`find … -delete'.
* Update years of packaging copyright.
* Declare compliance with Debian Policy 4.6.0.
* Set Rules-Requires-Root: no.
-- gregor herrmann <gregoa@debian.org> Fri, 05 Nov 2021 18:38:14 +0100
libmath-random-perl (0.72-1) unstable; urgency=medium
* New upstream release.
[ Salvatore Bonaccorso ]
* Update Vcs-Browser URL to cgit web frontend
[ Axel Beckert ]
* d/copyright: Remove quotes around URL in comment to unconfuse DUCK.
[ Charles Plessy ]
* Update Standards-Version to reflect conformance with Policy 3.9.6.
* Remove debian/patches/random-seed.patch, applied upstream.
-- Charles Plessy <plessy@debian.org> Thu, 24 Sep 2015 21:57:58 +0900
libmath-random-perl (0.71-5) unstable; urgency=medium
* Use $Config{vendorarch} to get library path in debian/rules.
* Update years of packaging copyright.
-- gregor herrmann <gregoa@debian.org> Mon, 11 Aug 2014 19:16:26 +0200
libmath-random-perl (0.71-4) unstable; urgency=low
* Team upload
[ Ansgar Burchardt ]
* debian/control: Convert Vcs-* fields to Git.
[ Salvatore Bonaccorso ]
* Change Vcs-Git to canonical URI (git://anonscm.debian.org)
* Change search.cpan.org based URIs to metacpan.org based URIs
[ Axel Beckert ]
* debian/copyright: migrate pre-1.0 format to 1.0 using "cme fix dpkg-
copyright"
[ gregor herrmann ]
* Strip trailing slash from metacpan URLs.
[ Florian Schlichting ]
* Switch dh compatibility to level 9 to enable passing of hardening flags
* Fix a typo in debian/copyright
* Do not separate Files: with comma
* Declare compliance with Debian Policy 3.9.5
-- Florian Schlichting <fsfs@debian.org> Thu, 24 Apr 2014 10:30:31 +0200
libmath-random-perl (0.71-3) unstable; urgency=medium
[ Ryan Niebur ]
* Email change: Jonathan Yu -> jawnsy@cpan.org
[ gregor herrmann ]
* debian/control: add XS-Autobuild header (closes: #625908).
* Switch to source format 3.0 (quilt); remove quilt framework.
* debian/copyright: update formatting.
* Set Standards-Version to 3.9.2 (no changes).
* Bump debhelper compatibility level to 8.
* Add /me to Uploaders.
* Update patch headers.
* Set urgeny to medium (RC bug, perl 5.12 transition).
-- gregor herrmann <gregoa@debian.org> Mon, 09 May 2011 20:35:46 +0200
libmath-random-perl (0.71-2) unstable; urgency=low
[ Jonathan Yu ]
* Added another way of seeding, proposed by Don Armstrong (Closes: #537952)
+ Will fall back to localtime for seed on systems without Perl_seed
* Standards-Version 3.8.2 (no changes)
* Added myself to Uploaders
* Changed to new short d/rules format
* Cleaned up control description
* Added a patch to get rid of POD errors
* Remove examples mistakenly installed in /usr/perl5/lib
[ Charles Plessy ]
* Added non-free disclaimer in debian/copyright.
[ gregor herrmann ]
* debian/control: fix spacing in long description, thanks to Rhonda for the
bug report (closes: #520130).
[ Nathan Handler ]
* debian/watch: Update to ignore development releases.
[ Damyan Ivanov ]
* Drop the version from perl build-dependency (satisfied by oldstable)
* Add debian/README.source to document quilt usage
* Standards-Version: 3.8.3 (no changes)
[ gregor herrmann ]
* Remove the generated test.pl via debian/clean.
-- Jonathan Yu <frequency@cpan.org> Wed, 26 Aug 2009 06:55:54 -0400
libmath-random-perl (0.71-1) unstable; urgency=low
* Initial Release (Closes: #505182).
-- Charles Plessy <plessy@debian.org> Mon, 10 Nov 2008 14:32:20 +0900
|