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
|
mtpolicyd (2.04-1) unstable; urgency=medium
[ Scott Kitterman ]
* New upstream release
- Delete reference to README that is no longer provided from
debian/mtpolicyd.docs
* Add set -e to debian/postrm
* Fix spelling error in debian/README.Debian
* Refer to /run instead of /var/run in postinst
* Add debian/patches/0001-fix-perl-interpreter.patch so that the policy
requirement to use /usr/bin/perl instead of /usr/bin/env perl is met
* Switch to using debhelper-compat and update to compat 12
* Bump standards-version to 4.5.0 without further change
* Add Pre-Depends: ${misc:Pre-Depends} due to implicit use of
--skip-systemd-native invoke-rc.d
[ Ondřej Nový ]
* d/copyright: Use https protocol in Format field
-- Scott Kitterman <scott@kitterman.com> Wed, 03 Jun 2020 14:11:50 -0400
mtpolicyd (2.03-1) unstable; urgency=medium
* New upstream release
* Convert from git-dpm to patches unapplied format
* Update Vcs-* for move to salsa.d.o
* Bump standards-version to 4.1.4 without further change
* Update Homepage, debian/watch, and debian/copyright for metacpan migration
-- Scott Kitterman <scott@kitterman.com> Wed, 20 Jun 2018 17:52:35 -0400
mtpolicyd (2.02-3) unstable; urgency=medium
* Add postrm to fix unowned files on purge (Closes: 851265)
* Add systemd service file
* Add README.Debian to document use of the service file
-- Scott Kitterman <scott@kitterman.com> Fri, 13 Jan 2017 17:19:58 -0500
mtpolicyd (2.02-2) unstable; urgency=medium
* Move libnet-server-perl, libjson-perl, libdbd-sqlite3-perl,
libmail-spf-perl, and libgeo-ip-perl from Recommends to Depends, they are
needed for the daemon to run (Closes: #849211)
* Move rundir creation before new user creation to resolve a warning
during install
-- Scott Kitterman <scott@kitterman.com> Fri, 23 Dec 2016 15:35:28 -0500
mtpolicyd (2.02-1) unstable; urgency=medium
* Initial package for Debian (Closes: #783067)
- Bump compat and debhelper requirement to 9
- Use pkg-mtpolicyd mailing list as maintainer and add Markus Benning and
myself as uploaders
- Bump standards version to 3.9.8 without further change
- Move libtime-piece-mysql-perl, libgeo-ip-perl, libnet-server-perl,
libjson-perl, libnet-ldap-perl, libdbd-sqlite3-perl, and
libmail-spf-perl to Recommends since they are only needed for some
plug-ins
- Add myself in debian/copyright for debian packaging
- Create var/run/mtpolicyd in postinst instead of shipping it in the
package and update sysvinit to work similarly
- Delete empty debian/postrm file
- Add Vcs-* for pkg-mtpolicyd
* Move to section mail since this is an application, not a library
* Add debian watch
-- Scott Kitterman <scott@kitterman.com> Thu, 22 Dec 2016 13:02:31 -0500
mtpolicyd (2.02) jessie; urgency=medium
* Initial release of package from non-upstream repo
-- Markus Benning <ich@markusbenning.de> Wed, 10 Aug 2016 21:27:45 +0200
|