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 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172
|
libemail-mime-createhtml-perl (1.042-3) unstable; urgency=medium
[ gregor herrmann ]
* debian/watch: use uscan version 4.
[ Debian Janitor ]
* Bump debhelper from old 10 to 12.
* Set debhelper-compat version in Build-Depends.
* Set upstream metadata fields: Repository-Browse.
* Remove obsolete fields Contact, Name from debian/upstream/metadata (already present in machine-readable debian/copyright).
* Remove constraints unnecessary since buster
* Bump debhelper from old 12 to 13.
* Update standards version to 4.1.5, no changes needed.
-- Jelmer Vernooij <jelmer@debian.org> Tue, 06 Dec 2022 16:33:20 +0000
libemail-mime-createhtml-perl (1.042-2) unstable; urgency=medium
* Add patch to optionally use Email::Address::XS instead of
Email::Address in a test.
Thanks to Pali Rohár for the bug report and the patch.
(Closes: #899179)
* Update build dependencies: libemail-address-perl →
libemail-address-xs-perl.
-- gregor herrmann <gregoa@debian.org> Wed, 23 May 2018 19:01:40 +0200
libemail-mime-createhtml-perl (1.042-1) 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 AGOSTINI Yves from Uploaders. Thanks for your work!
[ Salvatore Bonaccorso ]
* Import upstream version 1.042
* Update Vcs-* headers for switch to salsa.debian.org
[ gregor herrmann ]
* Make (build) dependency on libmime-types-perl versioned.
* Update upstream Contact address.
* Declare compliance with Debian Policy 4.1.4.
* Bump debhelper compatibility level to 10.
* Update years of packaging copyright.
-- gregor herrmann <gregoa@debian.org> Tue, 10 Apr 2018 21:23:40 +0200
libemail-mime-createhtml-perl (1.041-1) unstable; urgency=medium
* Add debian/upstream/metadata.
* Import upstream version 1.041.
* Update years of packaging copyright.
* Update (build) dependencies.
* Mark package as autopkgtest-able.
* Declare compliance with Debian Policy 3.9.6.
-- gregor herrmann <gregoa@debian.org> Sat, 04 Jul 2015 20:18:58 +0200
libemail-mime-createhtml-perl (1.040-1) unstable; urgency=medium
[ gregor herrmann ]
* Strip trailing slash from metacpan URLs.
[ Salvatore Bonaccorso ]
* Update Vcs-Browser URL to cgit web frontend
* Imported Upstream version 1.040
* Drop 0001-use-blessed-not-UNIVERSAL-isa-to-test-objecthood.patch
-- Salvatore Bonaccorso <carnil@debian.org> Wed, 20 Aug 2014 08:06:10 +0200
libemail-mime-createhtml-perl (1.030-2) unstable; urgency=low
[ Ansgar Burchardt ]
* debian/control: Convert Vcs-* fields to Git.
[ gregor herrmann ]
* debian/control: update {versioned,alternative} (build) dependencies.
[ Salvatore Bonaccorso ]
* 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 ]
* Add patch from CPAN RT to fix build failure under 5.18.
(Closes: #711439)
* Update years of packaging copyright.
* Bump debhelper compatibility level to 8.
* Declare compliance with Debian Policy 3.9.5.
-- gregor herrmann <gregoa@debian.org> Sun, 24 Nov 2013 17:11:31 +0100
libemail-mime-createhtml-perl (1.030-1) unstable; urgency=low
* Team Upload.
[ Salvatore Bonaccorso ]
* New upstream release.
* Update my email address.
[ Ansgar Burchardt ]
* Add libfile-policy-perl as a runtime dependency as well. (Closes: #612003)
* debian/copyright: Formatting changes, refer to "Debian systems" instead of
"Debian GNU/Linux systems".
* Use source format 3.0 (quilt).
* Bump Standards-Version to 3.9.1.
-- Ansgar Burchardt <ansgar@debian.org> Fri, 04 Feb 2011 21:15:18 +0100
libemail-mime-createhtml-perl (1.029-1) unstable; urgency=low
* New upstream release
* Bump Standards-Version to 3.8.4.
* Drop patches applied upstream:
- pod.patch
- add_missing_use_Carp_in_CreateHTML.patch
* Drop use of quilt as package does not need any patch anymore. Remove
README.source.
* debian/control:
- Lower Build-Depends on debhelper (>= 7).
- Drop dublicated Build-Depends-Indep on libtest-assertions-perl.
- Drop Depends on libtest-assertions-perl.
* Referesh debian/copyright and update Copyright years for debian/*
packaging.
-- Salvatore Bonaccorso <salvatore.bonaccorso@gmail.com> Thu, 11 Feb 2010 15:57:40 +0100
libemail-mime-createhtml-perl (1.026-3) unstable; urgency=low
[ gregor herrmann ]
* debian/control: change (build) dependency on "libemail-mime-
{creator,modifier}-perl" to "libemail-mime-perl (>= 1.901) |
libemail-mime-{creator,modifier}-perl".
[ Salvatore Bonaccorso ]
* Add myself to Uploaders.
* Add missing use Carp in lib/Email/MIME/CreateHTML.pm causing FTBFS
(Closes: #555888).
* Bump compat level to debhelper 7.
* Drop override target for dh_installchangelogs (not needed anymore). Lower
requirements on debhelper to (>= 7.0.8).
* Refresh debian/copyright to the proposal of the machine readable format
specification in DEP5.
-- Salvatore Bonaccorso <salvatore.bonaccorso@gmail.com> Thu, 12 Nov 2009 21:36:27 +0100
libemail-mime-createhtml-perl (1.026-2) unstable; urgency=low
[ gregor herrmann ]
* debian/control: Changed: Switched Vcs-Browser field to ViewSVN
(source stanza).
[ Nathan Handler ]
* debian/watch: Update to ignore development releases.
[ gregor herrmann ]
* Add patch to POD to work with newer Pod::Simple; add quilt framework.
Closes: #546224.
* Set Standards-Version to 3.8.3; remove version from perl build dependency.
* Add /me to Uploaders.
-- gregor herrmann <gregoa@debian.org> Sat, 19 Sep 2009 21:44:02 +0200
libemail-mime-createhtml-perl (1.026-1) unstable; urgency=low
* Initial Release (Closes: #476968)
-- AGOSTINI Yves <agostini@univ-metz.fr> Sun, 20 Apr 2008 11:42:25 +0200
|