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
|
libexporter-tiny-perl (1.002002-1) unstable; urgency=medium
[ Debian Janitor ]
* Bump debhelper from old 11 to 12.
* Set debhelper-compat version in Build-Depends.
* Set upstream metadata fields: Bug-Database, Repository, Repository-
Browse.
[ gregor herrmann ]
* debian/watch: use uscan version 4.
[ intrigeri ]
* Import new upstream release
* Ensure we use system build dependencies instead of embedded modules in inc/
* Update upstream copyright years and holders
* Tag test-only build dependencies as <!nocheck>
* Declare compliance with Debian Policy 4.5.0
-- intrigeri <intrigeri@debian.org> Sat, 16 May 2020 09:05:00 +0000
libexporter-tiny-perl (1.002001-1) unstable; urgency=medium
[ Salvatore Bonaccorso ]
* Update Vcs-* headers for switch to salsa.debian.org
[ gregor herrmann ]
* debian/*: update URLs from {search,www}.cpan.org to MetaCPAN.
* debian/*: update GitHub URLs to use HTTPS.
[ intrigeri ]
* Port to dh.
* Import new upstream version.
* Add myself to Uploaders.
* Bump debhelper compat level to 11 and update versioned build-dependency
accordingly.
* Declare compliance with Policy 4.1.5.
* Declare that debian/rules does not require root.
* gbp.conf:
- drop settings that should be set per-user and not in every package;
- update section name.
* Update upstream copyright years.
-- intrigeri <intrigeri@debian.org> Thu, 26 Jul 2018 03:41:16 +0000
libexporter-tiny-perl (1.000000-2) unstable; urgency=medium
* Team upload.
* Fix autopkgtest: add debian/tests/pkg-perl/smoke-files.
The tests need the examples/ directory as well.
* Fix Vcs-Git URL in debian/control.
* Use HTTPS for some URLs in debian/copyright. Thanks to duck.
-- gregor herrmann <gregoa@debian.org> Sun, 12 Nov 2017 19:12:43 +0100
libexporter-tiny-perl (1.000000-1) unstable; urgency=medium
* Team upload
* New upstream version 1.000000
* update upstream copyright
* watch: use secure protocol for accessing www.cpan.org
* watch: replace http://search.cpan.org with https://metacpan.org
* bump debhelper compatibility level to 9
* add Testsuite header
* override a lintian warning about an export tag that looks like a typo
* use canonical URL for Vcs-Git
* declare conformance with Policy 4.1.1
-- Damyan Ivanov <dmn@debian.org> Sat, 11 Nov 2017 10:28:38 +0200
libexporter-tiny-perl (0.042-1) unstable; urgency=medium
[ upstream ]
* New release(s).
0.040
+ Document warning and error messages produced by Exporter::Tiny.
+ No longer load B.pm into memory any time anything is exported.
+ No longer die when redefining locally defined subs.
+ Warn when redefining any subs.
0.042
+ Add an "unimport" feature.
+ Fix expand tags before option validation.
+ Document the warning emitted when you provide options to a
function you are unimporting.
+ Housekeeping on %TRACKED.
[ Salvatore Bonaccorso ]
* Update Vcs-Browser URL to cgit use web frontend.
[ Jonas Smedegaard ]
* Declare compliance with Debian Policy 3.9.6.
* Update copyright info:
+ Drop obsolete comment for CONTRIBUTING file.
+ Add alternate IRC and email contact forms.
* Build-depend on libtest-fatal-perl and libtest-warnings-perl: Used
optionally by testsuite.
-- Jonas Smedegaard <dr@jones.dk> Tue, 24 Feb 2015 15:34:22 +0100
libexporter-tiny-perl (0.038-2) unstable; urgency=medium
* Update copyright info:
+ Use git scheme in Github source URI.
+ Fix cover CONTRIBUTING file.
Thanks to Thorsten Alteholz.
-- Jonas Smedegaard <dr@jones.dk> Fri, 30 May 2014 18:24:15 +0200
libexporter-tiny-perl (0.038-1) unstable; urgency=low
* Initial packaging release.
Closes: bug#746492.
-- Jonas Smedegaard <dr@jones.dk> Wed, 30 Apr 2014 17:06:35 +0200
|