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
|
dmarcts-report-parser (1.0+git20230715.9dd92cf-3) unstable; urgency=medium
* debian/post*:
+ Create / remove _dmarcts system user.
+ Create user with --allow-bad-names / --force-badname.
+ Let system user own a home directory.
* debian/default:
+ Add default configuration file.
* debian/dmarcts-report-parser.conf:
+ Provide default (unconfigured) configuration file.
+ Explain how to configure dmarcts-report-parser before enabling it.
* debian/dmarcts-report-parser.cronjob:
+ Add simple CRON job script.
* debian/{install,cron.d}:
+ Install config and CRON job into package.
* debian/dmarcts-report-parser.{service,timer}:
+ Add systemd equivalent to our CRON job.
* debian/patches:
+ Trivial rebase of 0001_allow-tls-verify-in-imapssl-mode.patch.
+ Extend 2001_fix-paths-for-Debian.patch. Adjust more paths and filenames
for Debian.
* debian/docs:
+ Add README.mysql that explains how to set up a MySQL / MariaDB database.
* debian/upstream/metadata:
+ Add file. Comply with DEP-12.
* debian/control:
+ Add to D: adduser.
-- Mike Gabriel <sunweaver@debian.org> Sun, 07 Apr 2024 20:03:19 +0200
dmarcts-report-parser (1.0+git20230715.9dd92cf-2) unstable; urgency=medium
* Fix broken upload 1.0+git20230715.9dd92cf-1, lacking achievements of uploads
1.0+git20190809.1.bb5dd8b6-5 and 1.0+git20220721.51ba1de-1.
* debian/copyright:
+ Update copyright attributions for debian/.
-- Mike Gabriel <sunweaver@debian.org> Sun, 07 Apr 2024 19:25:40 +0200
dmarcts-report-parser (1.0+git20230715.9dd92cf-1) unstable; urgency=medium
* New upstream Git snapshot.
* debian/watch:
+ Obtain orig tarball from upstream Git HEAD.
* debian/rules:
+ Switch to uscan packing the orig tarball from the Git upstream snapshot.
* debian/copyright:
+ Update copyright attributions.
* debian/control:
+ Bump to DH compat level 13.
+ Bump Standards-Version: to 4.6.2. No changes needed.
-- Mike Gabriel <sunweaver@debian.org> Sun, 07 Apr 2024 17:44:55 +0200
dmarcts-report-parser (1.0+git20220721.51ba1de-1) unstable; urgency=medium
* New upstream Git snapshot.
* debian/rules:
+ Let uscan handle Git snapshot retrieval from upstream.
* debian/control:
+ Bump Standards-Version: to 4.6.2. No changes needed.
+ Bump DH compat level to version 13.
* debian/patches:
+ Add 2001_fix-paths-for-Debian.patch. Fix installation path of
dbx_<dbtype>.pl include files.
* debian/install:
+ Install dbx_<dbtype>.pl include files to DATADIR.
* debian/copyright:
+ Update copyright attributions.
-- Mike Gabriel <sunweaver@debian.org> Tue, 07 Feb 2023 00:16:51 +0100
dmarcts-report-parser (1.0+git20190809.1.bb5dd8b6-5) unstable; urgency=medium
* debian/watch:
+ Obtain orig tarball from upstream Git HEAD.
-- Mike Gabriel <sunweaver@debian.org> Fri, 03 Feb 2023 11:19:02 +0100
dmarcts-report-parser (1.0+git20190809.1.bb5dd8b6-4) unstable; urgency=medium
* Re-upload to unstable source-only."
-- Mike Gabriel <sunweaver@debian.org> Sun, 29 Jan 2023 13:13:58 +0100
dmarcts-report-parser (1.0+git20190809.1.bb5dd8b6-3) unstable; urgency=medium
* 3rd initial upload to Debian. (Closes: #951270).
* debian/copyright:
+ Fix licensing (BSD-3-clause -> BSD-2-clause).
-- Mike Gabriel <sunweaver@debian.org> Tue, 28 Apr 2020 09:17:42 +0200
dmarcts-report-parser (1.0+git20190809.1.bb5dd8b6-2) REJECTED; urgency=medium
* 2nd initial upload to Debian. (Closes: #951270).
* debian/control:
+ Make dmarcts-report-parser bin:pkg arch:all (not arch:any).
* debian/copyright:
+ Use 'and' operator in License: field for File: dmarcts-report-parser.pl.
Thanks to Sean Whitton for spotting this.
+ Fix debian/* copyright. Copy+paste flaw.
-- Mike Gabriel <sunweaver@debian.org> Fri, 27 Mar 2020 09:00:54 +0100
dmarcts-report-parser (1.0+git20190809.1.bb5dd8b6-1) REJECTED; urgency=medium
* Initial release to Debian. (Closes: #951270).
-- Mike Gabriel <sunweaver@debian.org> Thu, 13 Feb 2020 15:40:24 +0100
|