File: changelog

package info (click to toggle)
spf-engine 3.1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 484 kB
  • sloc: python: 1,625; sh: 116; makefile: 14
file content (624 lines) | stat: -rw-r--r-- 21,967 bytes parent folder | download
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
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
spf-engine (3.1.0-2) unstable; urgency=medium

  * Team Upload
  * Drop dependency on python3-pkg-resources (Closes: #1083778)
  * Use dh-sequence-python3
  * Set DPT as Maintainer per new Team Policy

 -- Alexandre Detiste <tchet@debian.org>  Sun, 12 Jan 2025 17:59:15 +0100

spf-engine (3.1.0-1) unstable; urgency=medium

  * New upstream release (Closes: #994872)

 -- Scott Kitterman <scott@kitterman.com>  Sun, 07 Jul 2024 01:35:46 -0400

spf-engine (3.0.4-3) unstable; urgency=medium

  * Install pyspf-milter.service in the post usr-move location (Closes:
    #1073609)
  * Bump standards version to 4.7.0 without further change
  * Add Rules-Requires-Root: no

 -- Scott Kitterman <scott@kitterman.com>  Tue, 18 Jun 2024 08:21:56 -0400

spf-engine (3.0.4-2) unstable; urgency=medium

  * Upload to unstable

 -- Scott Kitterman <scott@kitterman.com>  Thu, 27 Apr 2023 07:47:47 -0400

spf-engine (3.0.4-2~exp1) experimental; urgency=medium

  * Update logcheck rule for postfix-policyd-spf-python to account for logging
    changes in Bookworm (Closes: #1034727)
    - Thanks to Mathias Gibbens for the report and the fix

 -- Scott Kitterman <scott@kitterman.com>  Sun, 23 Apr 2023 15:49:01 -0400

spf-engine (3.0.4-1) unstable; urgency=medium

  * New upstream release

 -- Scott Kitterman <scott@kitterman.com>  Sun, 09 Apr 2023 09:24:11 -0400

spf-engine (3.0.3-1) unstable; urgency=medium

  * New upstream release

 -- Scott Kitterman <scott@kitterman.com>  Sun, 19 Feb 2023 20:13:27 -0500

spf-engine (3.0.2-1) unstable; urgency=medium

  * Install logcheck file using .install file instead of using dh_install
  * Delete debian/python3-spf-engine.install, not needed with pyproject
    plugin, remove dh_python3 override that was only needed because of the
    .install file
  * New upstream release (Closes: #1026025)
    - Refresh patches
  * Bump standards-version to 4.6.2 without further change

 -- Scott Kitterman <scott@kitterman.com>  Sat, 17 Dec 2022 00:27:12 -0500

spf-engine (3.0.1-1) unstable; urgency=medium

  * New upstream release
    - Refresh patches
  * Set minimum dh-python version to 5.20221205~ due to changes in script
    installation paths in the pyproject plugin
  * Update .install files for new script installation location
  * Move dh-python from Build-Depends-Indep to Build-Depends since it is at
    least theoretically needed for clean
  * Update .install, .docs, and .manpages files for new upstream locations and
    use only files from the build instead of the upstream source
  * Remove extra license file

 -- Scott Kitterman <scott@kitterman.com>  Thu, 08 Dec 2022 10:57:56 -0500

spf-engine (3.0.0-1) unstable; urgency=medium

  * New upstream release (Closes: #1006283, #1019193)
  * Replace python3-setuptools with flit and pybuild-plugin-pyproject in
    build-depends and use pyproject.toml dependencies instead of manually
    specifying
  * Remove obsolete Breaks/Replaces
  * Replace d/p/0001-install-conf-fix.patch with d/p/
    0001-debian-install-locations.patch which reflects upstream package
    restructure
  * Delete debian/pyspf-milter.conf, provided upstream now
  * Update d/rules for new upstream file locations and to use more dh_auto_*
  * Add debian/py3dist-overrides so dh-python can find 'pyspf'
  * Update .install, .docs, and .manpages files for new upstream locations
  * Move python related Build-Depends to Build-Depends-Indep since they are no
    longer required for clean and the packages are all arch: all
  * Add Bug-Database information to debian/upstream/metadata

 -- Scott Kitterman <scott@kitterman.com>  Wed, 30 Nov 2022 10:20:20 -0500

spf-engine (2.9.3-2) unstable; urgency=medium

  [ Debian Janitor ]
  * Bump debhelper from old 12 to 13.
  * Set upstream metadata fields: Name, Repository-Browse.
  * Set upstream metadata fields: Repository.
  * Update standards version to 4.6.1, no changes needed.

  [ Scott Kitterman ]
  * Update d/p/0001-install-conf-fix.patch so that init script looks for
    milter config file in the correct location (Closes: 1006660)

 -- Scott Kitterman <scott@kitterman.com>  Sat, 26 Nov 2022 14:54:24 -0500

spf-engine (2.9.3-1.1) unstable; urgency=medium

  * Non-maintainer upload.
  * No source change upload to rebuild with debhelper 13.10.

 -- Michael Biebl <biebl@debian.org>  Sat, 15 Oct 2022 12:48:35 +0200

spf-engine (2.9.3-1) unstable; urgency=medium

  * postfix-policyd-spf-python and pyspf-milter require the python3-spf-engine
    be the same version as they are, add binary:Version constraints to the
    depends for both (Closes: #951134)
  * New upstream release (Closes: #1005110)
  * Remove long obsolete debian NEWS file
  * Add misc:Pre-Depends to pyspf-milter
  * Bump watch file to version 4
  * Bump standards-version to 4.6.0 without further change

 -- Scott Kitterman <scott@kitterman.com>  Mon, 07 Feb 2022 23:14:25 -0500

spf-engine (2.9.2-2) unstable; urgency=low

  [ Debian Janitor ]
  * Trim trailing whitespace.
  * Bump debhelper from deprecated 9 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Fix day-of-week for changelog entry 0.4-3.

  [ Ondřej Nový ]
  * d/control: Update Vcs-* fields with new Debian Python Team Salsa
    layout.

  [ Sandro Tosi ]
  * Use the new Debian Python Team contact name and address

 -- Sandro Tosi <morph@debian.org>  Thu, 16 Sep 2021 23:11:25 -0400

spf-engine (2.9.2-1) unstable; urgency=medium

  [ Ondřej Nový ]
  * Bump Standards-Version to 4.4.1.

  [ Scott Kitterman ]
  * New upstream release
  * Update d/watch and add upstream signing key to check GPG signature when
    new versions are downloaded

 -- Scott Kitterman <scott@kitterman.com>  Fri, 22 Nov 2019 19:42:45 -0500

spf-engine (2.9.1-1) unstable; urgency=medium

  [ Ondřej Nový ]
  * Bump Standards-Version to 4.4.0.

  [ Scott Kitterman ]
  * New upstream release
  * Put upstream provided init file where dh_installinit expects to find it
    so it is properly registered on install
  * Update debian/patches/0001-install-conf-fix.patch for missed change needed
    in sysv init

 -- Scott Kitterman <scott@kitterman.com>  Sun, 06 Oct 2019 20:44:25 -0400

spf-engine (2.9.0-4) unstable; urgency=medium

  * Fix missing depends on python3-pkg-resources:
    - For postfix-policyd-spf-python (Closes: #928487)
    - For pyspf-milter (Closes: #928488)

 -- Scott Kitterman <scott@kitterman.com>  Sun, 05 May 2019 18:07:33 -0400

spf-engine (2.9.0-3) unstable; urgency=medium

  * Install pyspf-milter config file in /etc/pyspf-milter/pyspf-milter.conf
    and update the service file so it is used (Closes: #926752)

 -- Scott Kitterman <scott@kitterman.com>  Wed, 10 Apr 2019 00:28:09 -0400

spf-engine (2.9.0-2) unstable; urgency=high

  * Add Breaks/Replaces for python3-spf-engine to fix upgrade issues (Closes:
    #921476)

 -- Scott Kitterman <scott@kitterman.com>  Tue, 05 Feb 2019 19:04:23 -0500

spf-engine (2.9.0-1) unstable; urgency=medium

  * New upstream release
  * Add new binary package pyspf-milter to support the new milter interface
  * Add new binary package for python3-spf-engine for the common code
  * Refactor debian/rules, etc for multiple binary package
  * Update debian/copyright
  * Bump standards-version to 4.3.0 without further change

 -- Scott Kitterman <scott@kitterman.com>  Fri, 01 Feb 2019 21:04:51 -0500

spf-engine (2.1.0-1) unstable; urgency=medium

  [ Ondřej Nový ]
  * d/changelog: Remove trailing whitespaces
  * d/control: Remove ancient X-Python3-Version field

  [ Scott Kitterman ]
  * Rename source to match new upstream name, update:
    - debian/watch
    - debian/control: source name, homepage, Vcs-*
    - debian/changelog
  * New upstream release
  * Rebase and restructure patches for new file layout
  * Add build-depends on python3-setuptools
  * Bump standards-version to 4.1.4 without further change
  * Switch to source format 3 vice quilt patches
  * Use pybuild for build system
  * Update debian/copyright

 -- Scott Kitterman <scott@kitterman.com>  Sun, 17 Jun 2018 21:04:54 -0400

pypolicyd-spf (2.0.2-1) unstable; urgency=medium

  * New upstream release
  * Update debian/watch to use secure URI
  * Update Vcs-Browser to use secure URI
  * Bump standards-version to 4.1.2 without further change

 -- Scott Kitterman <scott@kitterman.com>  Thu, 14 Dec 2017 14:43:33 -0500

pypolicyd-spf (2.0.1-1) unstable; urgency=medium

  * New upstream release
  * Add lintian override for spelling-error-in-readme-debian since the check
    is wrong in this case, but it isn't something lintian can reliably fix

 -- Scott Kitterman <scott@kitterman.com>  Fri, 09 Dec 2016 00:04:12 -0500

pypolicyd-spf (2.0.0-1) unstable; urgency=medium

  * New upstream release (Closes: #808847, #816850)
  * Update compat and debhelper version to 9 without further change
  * Bump standards-version to 3.9.8 without further change
  * Fix postinst adduser invocation to properly deal with /home
  * Correct name of installed logcheck file (Closes: #807543)
  * Refresh patches
  * Explicitly add dh-python to build-depends

 -- Scott Kitterman <scott@kitterman.com>  Fri, 02 Dec 2016 01:28:16 -0500

pypolicyd-spf (1.3.2-1) unstable; urgency=medium

  * New upstream release
    - Multiple bug fixes (See CHANGES for details)
    - Update debian/copyright
    - Refresh patches
  * Rename logcheck file so it gets used (Closes: #751137)
  * Promote python3-authres from Suggests to Depends (Closes: #794307)
  * Drop unneeded dh_usrlocal override
  * Bump standards version to 3.9.6 without further change

 -- Scott Kitterman <scott@kitterman.com>  Wed, 12 Aug 2015 23:22:34 -0400

pypolicyd-spf (1.3.1-1) unstable; urgency=medium

  * Fix crashes caused by non-ascii characters in email addresses and lack
    of input validation (LP: #1325579)

 -- Scott Kitterman <scott@kitterman.com>  Wed, 04 Jun 2014 02:24:50 -0400

pypolicyd-spf (1.3-1) unstable; urgency=medium

  * New upstream release
    - Updated to support RFC 7208
    - New configuration parameter to adjust DNS timeout delay, Lookup_Time
      (Closes: #747349)
    - When used witn pyspf 2.0.9 meets all RFC 7208 requirements (set minimum
      python3-spf version)
    - Refreshed patches
  * Updated package description
  * Bump standards version to 3.9.5 without further change
  * Update debian/README.Debian to match current user name and file
    locations (Closes: #741516)

 -- Scott Kitterman <scott@kitterman.com>  Sat, 10 May 2014 02:08:19 -0400

pypolicyd-spf (1.2-1) unstable; urgency=low

  [ Jakub Wilk ]
  * Fix a typo in README.source.

  [ Scott Kitterman ]
  * New upstream release
    - Bump minimum python3 version to 3.3 for ipaddress
    - Refreshed patches

 -- Scott Kitterman <scott@kitterman.com>  Thu, 25 Jul 2013 15:15:14 -0400

pypolicyd-spf (1.1.2-1) unstable; urgency=low

  * New upstream release
    - Makes upstream documentation Python3 compatible
  * Update README.Debian to be Python3 compatible and match upstream
    documentation
  * Add NEWS.Debian with postfix configuration changes needed to work with
    the new version

 -- Scott Kitterman <scott@kitterman.com>  Fri, 10 May 2013 13:26:12 -0400

pypolicyd-spf (1.1-3) unstable; urgency=low

  * Upload to unstable

  [ Jakub Wilk ]
  * Use canonical URIs for Vcs-* fields.

  [ Scott Kitterman ]
  * Bump standards version to 3.9.4
    - Bump minimum debhelper version to 8.1.0
    - Set compat to 8

 -- Scott Kitterman <scott@kitterman.com>  Thu, 09 May 2013 00:14:21 -0400

pypolicyd-spf (1.1-2) experimental; urgency=low

  * Simplify debian/rules to build using python3 to avoid distutils shebang
    rewriting

 -- Scott Kitterman <scott@kitterman.com>  Thu, 02 Aug 2012 17:03:48 -0400

pypolicyd-spf (1.1-1) experimental; urgency=low

  * New upstream release
    - Ported to Python 3
    - Update build-depends/depends/suggests and build --with python3
    - Override override_dh_auto_build, auto_install, and auto_clean since
      debhelper doesn't know about python3 distutils
    - Refresh patches

 -- Scott Kitterman <scott@kitterman.com>  Sat, 21 Jul 2012 21:45:30 -0400

pypolicyd-spf (1.0-2) unstable; urgency=low

  * Move logcheck rules out of subdirectory (Closes: #675789)
    - Install as postfix-policyd-spf-python.logcheck
  * Fix debian watch to work with Launchpad again

 -- Scott Kitterman <scott@kitterman.com>  Tue, 05 Jun 2012 01:04:16 -0400

pypolicyd-spf (1.0-1) unstable; urgency=low

  * New upstream release
    - Refreshed patch
  * Bumped standards version to 3.9.3 without further change

 -- Scott Kitterman <scott@kitterman.com>  Sun, 18 Mar 2012 00:33:00 -0400

pypolicyd-spf (0.9-1) unstable; urgency=low

  * New upstream release
    - Update debian/copyright for licensing changes
    - Update debian/patches/install-conf-fix.patch for new release
    - Add Suggests: python-authres for support for optional RFC 5451
      Authentication-Results header support
  * Stop installing two copies of upstream changelog (CHANGES)

 -- Scott Kitterman <scott@kitterman.com>  Tue, 10 Jan 2012 22:50:51 -0500

pypolicyd-spf (0.8.1-2) unstable; urgency=low

  * Rebuild for python transition
  * Drop ancient version requirements for python-spf and postfix depends
  * Bump Standards-Version to 3.9.2 without further change

 -- Scott Kitterman <scott@kitterman.com>  Tue, 19 Apr 2011 23:47:33 -0400

pypolicyd-spf (0.8.1-1) unstable; urgency=low

  * New upstream release
  * Bump standards version to 3.9.1 without further change
  * Update for recent Python policy changes:
    - Change XS-Python-Version X-Python-Version and bump minimum python
      version to 2.6.5-13~
    - Drop XB-Python-Version

 -- Scott Kitterman <scott@kitterman.com>  Sat, 27 Nov 2010 23:22:23 -0500

pypolicyd-spf (0.8.0-2) unstable; urgency=low

  * Convert from CDBS to Debhelper 7
    - Port debian/rules to DH 7 --with quilt plus overrides
    - Drop cdbs from build-depends
    - Add quilt to build-depends
    - Update debian/README.source
    - Bump debhelper version requirement
    - Change compat to 7
    - Remove cdbs generated pycompat
  * Convert from python-central to dh_python2
    - Drop build-depends on python-central
    - Version build-depend on python (>- 2.6.5.-2~)
    - Add --with python2 to debian/rules
  * Drop obsolete Conflicts/Provides/Replaces: python-policyd-spf
  * Drop obsolete debian/postfix-policyd-spf-python.postrm/preinst
  * Fix XB-Python-Version
  * Bump standards version to 3.8.4 without further change
  * Drop DM-Upload-Allowed

 -- Scott Kitterman <scott@kitterman.com>  Fri, 25 Jun 2010 14:41:35 -0400

pypolicyd-spf (0.8.0-1) unstable; urgency=low

  * New upstream release
    - Updated Debian config patch
  * Update debian/copyright for new year
  * Correct XS/XB-Python-Version to be >= 2.4
  * Build-dep on python-all instead of python
  * Correct short description - the package is not a daemon

 -- Scott Kitterman <scott@kitterman.com>  Wed, 17 Feb 2010 19:12:38 -0500

pypolicyd-spf (0.7.3-1) unstable; urgency=low

  [ Sandro Tosi ]
  * debian/control
    - switch Vcs-Browser field to viewsvn

  [ Scott Kitterman ]
  * New upstream release
    - Works with Python 2.4 now
  * debian/control
    - Update homepage for new upstream location
    - Update XS/XB-Python-Version due to deprecation of current
    - Improve package description
  * Add upstream changelog (CHANGES) to postfix-policyd-spf-python.docs
  * Update debian/watch for the new upstream location

 -- Scott Kitterman <scott@kitterman.com>  Thu, 07 Jan 2010 01:23:58 -0500

pypolicyd-spf (0.7.2-1) unstable; urgency=low

  * New upstream release
    - Fix crash on missing "@" in mail from (closes: #551714)
    - Fix man page type (closes: #517119)
  * Add logcheck filter (closes: #499503)
  * Add ${misc:Depends} to debian/control
  * Bump standards version to 3.8.3 without further change
  * Use proper © symbol in debian/changelog
  * Set -e in all maintainer scripts

 -- Scott Kitterman <scott@kitterman.com>  Thu, 12 Nov 2009 23:55:03 -0500

pypolicyd-spf (0.7.1-1) unstable; urgency=low

  * New upstream release
    - Documentation updates
    - Freshen install-conf-fix.patch for new release
  * Create and use dedicated user instead of nobody
    - Add postfix-policyd-spf-python.postinst to create user if needed
    - Add depends on adduser

 -- Scott Kitterman <scott@kitterman.com>  Sat, 26 Jul 2008 00:14:50 -0400

pypolicyd-spf (0.7-1) unstable; urgency=low

  * New upstream release
    - Added receiver policy options to reject softfail and neutral SPF
      messages
    - Use minimal configuration file by default and provide additional
      fully commented config file
  * Correct README.Debian directory names (thanks to Carlos Pasqualini
    for noticing and letting me know)
  * Freshen debian/patches/install-conf-fix.patch
  * Install new policyd-spf.conf.commented file with docs
  * Bump standards version to 3.8.0 and add README.source
  * Switch to python-central
    - Add XS/XB-Python-Version: current to debian/control
    - Update build-dep and debian/rules
    - Remove debian/pyversions

 -- Scott Kitterman <scott@kitterman.com>  Sun, 22 Jun 2008 17:55:18 -0400

pypolicyd-spf (0.6.1-1) unstable; urgency=low

  [ Scott Kitterman ]
  * New upstream release
    - Fix crash if HELO checking is disabled

  [ Piotr Ożarowski ]
  * Add DM-Upload-Allowed: yes

 -- Scott Kitterman <scott@kitterman.com>  Sat, 05 Apr 2008 01:58:32 -0400

pypolicyd-spf (0.6-2) unstable; urgency=low

  * Remove transitional package (rejected by ftp-masters)
  * Rename debian/docs to debian/postfix-policyd-spf-python.docs for
    consistency

 -- Scott Kitterman <scott@kitterman.com>  Mon, 25 Feb 2008 14:30:12 -0500

pypolicyd-spf (0.6-1) UNRELEASED; urgency=low

  * New upstream release
    - Domain whitelisting fixed
    - IP whitelists with multiple items fixed
    - IPv6 whitelist CIDR length fixed
    - Logging and config file improvements
  * Add transitional package to ease binary package name transition
  * Remove pythonpath.patch (incorporated upstream)
  * Update debian/copyright for 2008
  * Update install-conf-fix.patch for new binary package name
  * Add preinst and prerm to move conffile to correct directory for new
    package name

 -- Scott Kitterman <scott@kitterman.com>  Sat, 23 Feb 2008 00:38:02 -0500

pypolicyd-spf (0.5.2-3) unstable; urgency=low

  * Remove unneeded reference to debian/README.Debian and README in
    debian/docs
  * Change postfix from recommends to depends
  * Rename binary postfix-policyd-spf-python for clarity - add provides,
    conflicts, replaces python-policyd-spf
  * Bump standards version to 3.7.3 without further change

 -- Scott Kitterman <scott@kitterman.com>  Tue, 08 Jan 2008 16:59:39 -0500

pypolicyd-spf (0.5.2-2) unstable; urgency=low

  * Finish freshening install-conf-fix.patch so that we actually use
    the installed config file

 -- Scott Kitterman <scott@kitterman.com>  Wed, 31 Oct 2007 09:13:34 -0400

pypolicyd-spf (0.5.2-1) unstable; urgency=low

  * New upstream release
    - Fixes permerror processing some more
    - Logging is more consistent
  * Freshen install-conf-fix.patch and pythonpath.patch

 -- Scott Kitterman <scott@kitterman.com>  Sat, 27 Oct 2007 12:56:31 -0400

pypolicyd-spf (0.5.1-1) unstable; urgency=low

  [ Piotr Ożarowski ]
  * Rename XS-Vcs-* fields to Vcs-* (dpkg supports them now)

  [ Scott Kitterman ]
  * New upstream release.
    - Fix per user restriction class filtering to work.
    - Fix reject on SPF Permerror to work.
  * Remove man-page-fixup.patch (incorporated upstream).
  * Changed postfix restart to reload in README.Debian (Thanks John A. Martin)
  * Update install-conf-fix.patch to adjust paths for Debian package in man
    pages.

 -- Scott Kitterman <scott@kitterman.com>  Wed, 17 Oct 2007 18:36:46 -0400

pypolicyd-spf (0.5-1) unstable; urgency=low

  * New Upstream release
  * Remove unnecessary python provides in debian/control
  * Patch out usr/local PYTHONPATH addition (pythonpath.patch)
  * Freshen install-conf-fix.patch
  * Add debian/pycompat
  * Add Python Applications Packaging Team as Uploaders
  * Add Homepage: field to debian/control
  * Add XS-Vcs-Svn: and XS-Vcs-Browser: fields to debian/control
  * Add debian/pyversions and remove XS/XB-Python-Version from debian/control
  * Add debian/rules to install new upstream man page
  * Add man-page-fixup.patch to quiet lintian
  * Simplify debian/rules

 -- Scott Kitterman <scott@kitterman.com>  Wed, 03 Oct 2007 16:48:12 -0400

pypolicyd-spf (0.4.1-1) unstable; urgency=low

  * Correct multi-recipient reject processing (Closes: #437361)
  * Correct typos in README.Debian (Closes: #434623)
  * Add debian/watch

 -- Scott Kitterman <scott@kitterman.com>  Mon, 13 Aug 2007 11:03:09 -0400

pypolicyd-spf (0.4-3) unstable; urgency=low

  * Correct debian/rules to fix FTBFS (Closes: #434017)
    - Change config file mv to install in debian/rules with correct path.
    - Change dh_installdirs path to relative rather than absolute.

 -- Scott Kitterman <scott@kitterman.com>  Sat, 21 Jul 2007 11:32:58 -0400

pypolicyd-spf (0.4-2) unstable; urgency=low

  * Merge debian/changelog entries from 0.3-1 and 0.4-1

 -- Scott Kitterman <scott@kitterman.com>  Mon, 09 Jul 2007 23:17:09 -0400

pypolicyd-spf (0.4-1) unstable; urgency=low

  * New upstream release
    - Mutliple receiver policy options controlled by config file
    - SPF Whitelist via config file
    - Many minor changes
  * debian/control - Moved from section Python to Mail
  * debian/rules - Changes to install default config file
  * debian/pycompat - removed
  * debain/README.Debian updated to match upstream changes

 -- Scott Kitterman <scott@kitterman.com>  Mon, 09 Jul 2007 17:37:13 -0400

pypolicyd-spf (0.3-1) unstable; urgency=low

  * Initial Debian package for Python SPF policy server for Postfix
    (Closes: #419887)

 -- Scott Kitterman <scott@kitterman.com>  Wed, 18 Apr 2007 10:11:36 -0400