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 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394
|
libemail-sender-perl (2.601-1) unstable; urgency=medium
* Team upload
* Import upstream version 2.601.
* Update years of upstream copyright.
* Declare compliance with Debian Policy 4.6.2.
-- gregor herrmann <gregoa@debian.org> Sat, 20 Jan 2024 23:33:19 +0100
libemail-sender-perl (2.600-1) unstable; urgency=medium
* Team upload
* Import upstream version 2.600.
* Drop email-address-xs.patch, applied upstream
* Update upstream copyright and contact email address
* Declare compliance with Debian Policy 4.6.1
-- Florian Schlichting <fsfs@debian.org> Mon, 21 Nov 2022 22:27:57 +0100
libemail-sender-perl (2.500-1) unstable; urgency=medium
* Team upload.
[ Debian Janitor ]
* Remove constraints unnecessary since stretch:
+ Build-Depends-Indep: Drop versioned constraint on libmoo-perl,
libscalar-list-utils-perl and perl.
+ libemail-sender-perl: Drop versioned constraint on libmoo-perl,
libscalar-list-utils-perl and perl in Depends.
* Update standards version to 4.5.1, no changes needed.
[ gregor herrmann ]
* Import upstream version 2.500.
* Refresh email-address-xs.patch.
* Update years of upstream copyright.
* Declare compliance with Debian Policy 4.6.0.
* Update debian/upstream/metadata.
-- gregor herrmann <gregoa@debian.org> Sun, 31 Oct 2021 18:08:00 +0100
libemail-sender-perl (1.300035-1) unstable; urgency=medium
* Team upload.
* Import upstream version 1.300035.
* Drop uversionmangle from debian/watch.
* Drop net-smtp-version-cmp.patch: patched code removed.
* Refresh email-address-xs.patch: offset, fuzz.
* Update years of upstream copyright.
* Declare compliance with Debian Policy 4.5.0.
* Set Rules-Requires-Root: no.
* Bump debhelper-compat to 13.
-- gregor herrmann <gregoa@debian.org> Thu, 15 Oct 2020 19:00:02 +0200
libemail-sender-perl (1.300034-1) unstable; urgency=medium
* Team upload.
[ Xavier Guimard ]
* Email change: Xavier Guimard -> yadd@debian.org
[ Laurent Baillet ]
* fix lintian file-contains-trailing-whitespace warning
[ gregor herrmann ]
* Import upstream version 1.300034.
* Refresh patches (offset, fuzz).
* Update years of upstream copyright.
* Annotate test-only build dependencies with <!nocheck>.
* Declare compliance with Debian Policy 4.4.1.
* Drop unneeded version constraints from (build) dependencies.
* Bump debhelper-compat to 12.
* debian/watch: use uscan version 4.
* Set upstream metadata fields: Bug-Submit.
* Remove obsolete fields Contact, Name from debian/upstream/metadata.
-- gregor herrmann <gregoa@debian.org> Tue, 03 Dec 2019 18:02:00 +0100
libemail-sender-perl (1.300031-2) unstable; urgency=medium
* Team upload.
[ Damyan Ivanov ]
* declare conformance with Policy 4.1.3 (no changes needed)
[ Salvatore Bonaccorso ]
* Update Vcs-* headers for switch to salsa.debian.org
[ gregor herrmann ]
* Add patch to use Email::Address::XS instead of Email::Address.
Thanks to Pali Rohár for the bug report and the patch.
(Closes: #887545)
* Update (build) dependencies: libemail-address-perl →
libemail-address-xs-perl.
* Declare compliance with Debian Policy 4.1.4.
* Bump debhelper compatibility level to 10.
-- gregor herrmann <gregoa@debian.org> Wed, 23 May 2018 18:44:30 +0200
libemail-sender-perl (1.300031-1) unstable; urgency=medium
* New upstream version 1.300031
* Update copyright years for upstream files
* Update copyright years for debian/* packaging files
* Declare compliance with Debian policy 4.0.0
-- Salvatore Bonaccorso <carnil@debian.org> Thu, 03 Aug 2017 17:41:34 +0200
libemail-sender-perl (1.300030-2) unstable; urgency=medium
* Avoid warning in Email::Sender::Transport::SMTP when parsing the version
of Net::SMTP
(Closes: #847219)
* Add myself to Uploaders
-- Damyan Ivanov <dmn@debian.org> Fri, 16 Dec 2016 10:03:05 +0000
libemail-sender-perl (1.300030-1) unstable; urgency=medium
[ Salvatore Bonaccorso ]
* debian/control: Use HTTPS transport protocol for Vcs-Git URI
* Import upstream version 1.300027 and 1.300028
* Update copyright years for upstream files
* Update copyright years for debian/* packaging files
* Add versioned (build-)dependency on perl (>= 5.23.1)
Net::SMTP 3.07 is required, which is in Perl v5.23.1.
* Update versioned (build-)dependency for Moo.
Update versioned Build-Depends-Indep and Depends on libmoo-perl to
(>= 2.000000).
* Declare compliance with Debian policy 3.9.7
[ gregor herrmann ]
* debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
* Remove Jonathan Yu from Uploaders. Thanks for your work!
* Remove Jotam Jr. Trejo from Uploaders. Thanks for your work!
* Remove Nathan Handler from Uploaders. Thanks for your work!
[ Salvatore Bonaccorso ]
* Import upstream version 1.300030
* Declare compliance with Debian policy 3.9.8
* Drop (build-)dependency on liblist-moreutils-perl
* Add (build-)dependency for List::Util.
Add an alternative Build-Depends-Indep and Depends on
libscalar-list-utils-perl (>= 1:1.45) or perl (>= 5.25.1) for the
List::Util 1.45 requirement.
-- Salvatore Bonaccorso <carnil@debian.org> Tue, 04 Oct 2016 10:23:59 +0200
libemail-sender-perl (1.300021-1) unstable; urgency=medium
* Team upload.
* Import upstream version 1.300021.
* Rename autopkgtest configuration files.
-- gregor herrmann <gregoa@debian.org> Sat, 17 Oct 2015 22:17:41 +0200
libemail-sender-perl (1.300020-1) unstable; urgency=medium
* Import upstream version 1.300020
* Bump Debhelper compat level to 9
-- Salvatore Bonaccorso <carnil@debian.org> Fri, 04 Sep 2015 07:28:45 +0200
libemail-sender-perl (1.300018-1) unstable; urgency=medium
* Import upstream version 1.300018
* Update copyright years for upstream files
* Update copyright years for debian/* packaging files
* Simplify Build-Depends-Indep on perl.
Drop the alternative Build-Depends-Indep on perl (>= 5.13.4) or
libtest-simple-perl (>= 0.96) since these versions are already satisfied
in wheezy.
* Mark the package as autopkgtest'able.
Add util directory to list of files to be compied to tempoary directory
used for the smoke tests.
Exclude the Email/Sender/Simple.pm from files to be syntax checked.
-- Salvatore Bonaccorso <carnil@debian.org> Sat, 30 May 2015 18:32:26 +0200
libemail-sender-perl (1.300016-1) unstable; urgency=medium
* Team upload.
* Import upstream version 1.300016
* Add note about behaviour change to debian/NEWS.
* Declare compliance with Debian Policy 3.9.6.
-- gregor herrmann <gregoa@debian.org> Sun, 12 Oct 2014 18:24:41 +0200
libemail-sender-perl (1.300014-1) unstable; urgency=medium
* Update Vcs-Browser URL to cgit web frontend
* Imported Upstream version 1.300014
-- Salvatore Bonaccorso <carnil@debian.org> Fri, 29 Aug 2014 07:56:55 +0200
libemail-sender-perl (1.300012-1) unstable; urgency=medium
* Imported Upstream version 1.300012
-- Salvatore Bonaccorso <carnil@debian.org> Thu, 10 Jul 2014 21:18:18 +0200
libemail-sender-perl (1.300011-1) unstable; urgency=medium
[ gregor herrmann ]
* Strip trailing slash from metacpan URLs.
[ Xavier Guimard ]
* Imported Upstream version 1.300011
* Update years of packaging copyright
-- Xavier Guimard <x.guimard@free.fr> Fri, 21 Mar 2014 06:40:12 +0100
libemail-sender-perl (1.300010-1) unstable; urgency=low
* Imported Upstream version 1.300010
* Update (build-)dependency for Email::Abstract.
Make the Build-Depends-Indep and Depends on libemail-abstract-perl
versioned to (>= 3.006).
* Add NEWS entry mentioning possibly breaking changes to existing code
* Update copyright years for upstream files
* Update copyright years for debian/* packaging files
* Declare compliance with Debian policy 3.9.5
* Wrap and sort fields in debian/control file
-- Salvatore Bonaccorso <carnil@debian.org> Sun, 12 Jan 2014 08:26:37 +0100
libemail-sender-perl (1.300006-1) unstable; urgency=low
[ gregor herrmann ]
* debian/control: update {versioned,alternative} (build) dependencies.
[ Nathan Handler ]
* Email change: Nathan Handler -> nhandler@debian.org
[ Salvatore Bonaccorso ]
* Change Vcs-Git to canonical URI (git://anonscm.debian.org)
* Change search.cpan.org based URIs to metacpan.org based URIs
[ Xavier Guimard ]
* Imported Upstream version 1.300005
* Add debian/NEWS to announce changes
* Update debian/copyright years
* Bump Standards-Version to 3.9.4
* Add libauthen-sasl-perl in Recommends: (Closes: #700507)
* Imported Upstream version 1.300006
-- Xavier Guimard <x.guimard@free.fr> Sun, 05 May 2013 05:32:12 +0200
libemail-sender-perl (0.110005-1) unstable; urgency=low
* Imported Upstream version 0.110005
* Update debian/copyright file.
Update format to copyright-format 1.0 as released together with Debian
policy 3.9.3.
* Bump Standards-Version to 3.9.3
-- Salvatore Bonaccorso <carnil@debian.org> Tue, 06 Mar 2012 13:18:46 +0100
libemail-sender-perl (0.110004-1) unstable; urgency=low
* Imported Upstream version 0.110004
-- Salvatore Bonaccorso <carnil@debian.org> Wed, 22 Feb 2012 07:21:36 +0100
libemail-sender-perl (0.110003-1) unstable; urgency=low
* Imported Upstream version 0.110003
-- Salvatore Bonaccorso <carnil@debian.org> Thu, 02 Feb 2012 07:57:28 +0100
libemail-sender-perl (0.110002-1) unstable; urgency=low
[ Ansgar Burchardt ]
* debian/control: Convert Vcs-* fields to Git.
[ Salvatore Bonaccorso ]
* debian/copyright: Replace DEP5 Format-Specification URL from
svn.debian.org to anonscm.debian.org URL.
* Imported Upstream version 0.110002
* Update debian/copyright file.
Update copyright years for upstream files and for debian/* packaging
files.
-- Salvatore Bonaccorso <carnil@debian.org> Wed, 01 Feb 2012 09:12:30 +0100
libemail-sender-perl (0.110001-1) unstable; urgency=low
[ Salvatore Bonaccorso ]
* Email change: Salvatore Bonaccorso -> carnil@debian.org
[ Ansgar Burchardt ]
* Email change: Ansgar Burchardt -> ansgar@debian.org
[ Jonathan Yu ]
* New upstream release
[ Jotam Jr. Trejo ]
* New upstream release
* debian/control: Bump Standards Version to 3.9.2 (no changes)
* debian/copyright: Refresh upstream copyright statement year
* Add myself to Uploaders and Copyright
[ gregor herrmann ]
* debian/copyright: update license stanzas.
* debian/control: remove versions from (build) dependencies that are
satisfied in oldstable.
-- Jotam Jr. Trejo <jotamjr@debian.org.sv> Mon, 18 Apr 2011 21:27:24 -0600
libemail-sender-perl (0.102370-1) unstable; urgency=low
* New upstream release.
* Remove (build-)dep on libsys-hostname-long-perl.
* debian/control, debian/compat: Use debhelper compat level 8.
* debian/copyright: Refer to /usr/share/common-licenses/GPL-1.
* Bump Standards-Version to 3.9.1.
-- Ansgar Burchardt <ansgar@43-1.org> Thu, 26 Aug 2010 12:21:00 +0900
libemail-sender-perl (0.101760-1) unstable; urgency=low
* New upstream release
* Add myself to Uploaders.
* debian/control:
- Change unversioned dependency on libcapture-tiny-perl to versioned
libcapture-tiny-perl (>= 0.08).
- Re-order the dependencies fields alphabetically.
* Convert to '3.0 (quilt)' source package format.
* Refresh debian/copyright to revision 135 of format-specification in
DEP5 for machine-readable copyright information. Update debian/*
packaging stanza.
-- Salvatore Bonaccorso <salvatore.bonaccorso@gmail.com> Sun, 27 Jun 2010 10:16:24 +0200
libemail-sender-perl (0.100460-1) unstable; urgency=low
[ Jonathan Yu ]
* New upstream release
* Standards-Version 3.8.4 (no changes)
[ Ivan Kohler ]
* Add dependency on libtry-tiny-perl
-- Jonathan Yu <jawnsy@cpan.org> Mon, 15 Feb 2010 13:25:38 -0500
libemail-sender-perl (0.100110-1) unstable; urgency=low
[ Jonathan Yu ]
* New upstream release
* Add dependency on libthrowable-perl
[ gregor herrmann ]
* Update years of copyright.
-- Jonathan Yu <jawnsy@cpan.org> Fri, 15 Jan 2010 20:03:26 -0500
libemail-sender-perl (0.093380-1) unstable; urgency=low
[ Jonathan Yu ]
* New upstream release
+ Add common sendmail locations to default search
+ Fix for RT#47817
* Standards-Version 3.8.3 (no changes)
* Add myself to Uploaders and Copyright
* Refresh copyright
* Rewrite control description
* Don't run release tests because POD Coverage test fails
[ Salvatore Bonaccorso ]
* debian/control: Changed: Replace versioned (build-)dependency on
perl (>= 5.6.0-{12,16}) with an unversioned dependency on perl (as
permitted by Debian Policy 3.8.3).
-- Jonathan Yu <jawnsy@cpan.org> Sat, 05 Dec 2009 07:40:03 -0500
libemail-sender-perl (0.091870-1) unstable; urgency=low
* New upstream release
* debian/control:
- Add myself to list of Uploaders
* debian/copyright:
- Add License-Alias
* debian/watch:
- Modify to ignore development releases
- Remove comments
-- Nathan Handler <nhandler@ubuntu.com> Tue, 07 Jul 2009 02:33:39 +0000
libemail-sender-perl (0.091740-1) unstable; urgency=low
* Initial Release. (Closes: #510687)
-- Ansgar Burchardt <ansgar@43-1.org> Wed, 24 Jun 2009 17:13:51 +0200
|