diff -Nru update-inetd-4.52/debian/changelog update-inetd-4.53/debian/changelog --- update-inetd-4.52/debian/changelog 2023-02-09 22:19:30.000000000 +0000 +++ update-inetd-4.53/debian/changelog 2023-02-26 22:37:54.000000000 +0000 @@ -1,3 +1,11 @@ +update-inetd (4.53) unstable; urgency=medium + + * Packaging: + - Do not trim debian/changelog. + - Update copyright years. + + -- Guillem Jover Sun, 26 Feb 2023 23:37:54 +0100 + update-inetd (4.52) unstable; urgency=medium * Use /run instead of deprecated /var/run. diff -Nru update-inetd-4.52/debian/control update-inetd-4.53/debian/control --- update-inetd-4.52/debian/control 2023-02-09 21:51:04.000000000 +0000 +++ update-inetd-4.53/debian/control 2023-02-11 01:43:42.000000000 +0000 @@ -8,6 +8,7 @@ Rules-Requires-Root: no Build-Depends: debhelper-compat (= 13), + debhelper (>= 13.10~), po-debconf, Package: update-inetd diff -Nru update-inetd-4.52/debian/copyright update-inetd-4.53/debian/copyright --- update-inetd-4.52/debian/copyright 2021-10-23 00:24:29.000000000 +0000 +++ update-inetd-4.53/debian/copyright 2023-02-26 22:36:38.000000000 +0000 @@ -6,7 +6,7 @@ Copyright © 1995, 1996 Peter Tobias Copyright © 1995, 1996 Ian Jackson Copyright © 2009-2012 Serafeim Zanikolas - Copyright © 2018-2020 Guillem Jover + Copyright © 2018-2023 Guillem Jover License: GPL-2+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff -Nru update-inetd-4.52/debian/rules update-inetd-4.53/debian/rules --- update-inetd-4.52/debian/rules 2023-02-09 22:15:37.000000000 +0000 +++ update-inetd-4.53/debian/rules 2023-02-11 01:43:01.000000000 +0000 @@ -30,3 +30,6 @@ override_dh_auto_test: prove -Ilib -f + +override_dh_installchangelogs: + dh_installchangelogs --no-trim