diff -Nru acct-6.6.4/debian/acct.cron.monthly acct-6.6.4/debian/acct.cron.monthly --- acct-6.6.4/debian/acct.cron.monthly 2020-03-28 11:50:57.000000000 +0000 +++ acct-6.6.4/debian/acct.cron.monthly 2020-09-26 11:39:14.000000000 +0000 @@ -6,7 +6,7 @@ # Modified by Dirk Eddelbuettel # Modified by Tero Tilus # Patch adopted by Christian Perrier for #187538 -# Modified by Marcos Fouces +# Modified by Marcos Fouces # Since logrotate mantainer defined the rotation of wtmp file when it # reach the size of 1 MB instead of doing it monthly, we also need to @@ -27,7 +27,7 @@ # The script process the content of wtmp.1 or wtmp.1.gz (if one of them exists) # and also the data from current wtmp. -if test -f /var/log/wtmp.1 || test -f /var/log/wtmp1.gz; then +if test -f /var/log/wtmp.1 || test -f /var/log/wtmp.1.gz; then if [ -f /var/log/wtmp.1 ] then diff -Nru acct-6.6.4/debian/acct.manpages acct-6.6.4/debian/acct.manpages --- acct-6.6.4/debian/acct.manpages 1970-01-01 00:00:00.000000000 +0000 +++ acct-6.6.4/debian/acct.manpages 2020-09-26 11:39:14.000000000 +0000 @@ -0,0 +1,6 @@ +debian/tmp/usr/share/man/man1/ac.1 +debian/tmp/usr/share/man/man1/lastcomm.1 +debian/tmp/usr/share/man/man8/accton.8 +debian/tmp/usr/share/man/man8/dump-acct.8 +debian/tmp/usr/share/man/man8/dump-utmp.8 +debian/tmp/usr/share/man/man8/sa.8 diff -Nru acct-6.6.4/debian/changelog acct-6.6.4/debian/changelog --- acct-6.6.4/debian/changelog 2020-03-28 11:50:57.000000000 +0000 +++ acct-6.6.4/debian/changelog 2020-09-26 11:39:14.000000000 +0000 @@ -1,3 +1,14 @@ +acct (6.6.4-4) unstable; urgency=medium + + * Bump to debhelper-compat 13 + * Update uploader email to @debian.org + * Define manpages to install in d/acct.manpages. + * Fix typo in acct.cron.monthly (Thanks to Sergio Gelato). + (Closes: #961962) + * Add *.asc pristine-tar commit file (See #954743). + + -- Marcos Fouces Sat, 26 Sep 2020 13:39:14 +0200 + acct (6.6.4-3) unstable; urgency=medium [ Jelmer Vernooij ] diff -Nru acct-6.6.4/debian/control acct-6.6.4/debian/control --- acct-6.6.4/debian/control 2020-03-28 11:50:57.000000000 +0000 +++ acct-6.6.4/debian/control 2020-09-26 11:39:14.000000000 +0000 @@ -2,8 +2,8 @@ Section: admin Priority: optional Maintainer: Debian Security Tools -Uploaders: Marcos Fouces -Build-Depends: debhelper-compat (= 12), texinfo +Uploaders: Marcos Fouces +Build-Depends: debhelper-compat (= 13), texinfo Standards-Version: 4.5.0 Homepage: https://www.gnu.org/software/acct/ Vcs-Git: https://salsa.debian.org/pkg-security-team/acct.git diff -Nru acct-6.6.4/debian/copyright acct-6.6.4/debian/copyright --- acct-6.6.4/debian/copyright 2020-03-28 11:50:57.000000000 +0000 +++ acct-6.6.4/debian/copyright 2020-09-26 11:39:14.000000000 +0000 @@ -26,7 +26,7 @@ can be found in /usr/share/common-licenses/GPL-3 file. Files: debian/* -Copyright: 2016-2020 Marcos Fouces +Copyright: 2016-2020 Marcos Fouces 2014 Alessio Treglia 2009-2011,2014 Mathieu Trudel diff -Nru acct-6.6.4/debian/patches/04_Fix-spelling-errors.patch acct-6.6.4/debian/patches/04_Fix-spelling-errors.patch --- acct-6.6.4/debian/patches/04_Fix-spelling-errors.patch 2020-03-28 11:50:57.000000000 +0000 +++ acct-6.6.4/debian/patches/04_Fix-spelling-errors.patch 2020-09-26 11:39:14.000000000 +0000 @@ -1,5 +1,5 @@ Description: fix minor spelling errors. -Author: Marcos Fouces +Author: Marcos Fouces --- This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ diff -Nru acct-6.6.4/debian/README.Debian acct-6.6.4/debian/README.Debian --- acct-6.6.4/debian/README.Debian 2020-03-28 11:50:57.000000000 +0000 +++ acct-6.6.4/debian/README.Debian 2020-09-26 11:39:14.000000000 +0000 @@ -17,4 +17,4 @@ So you will have all the info that is present in your machine in the monthly report. - -- Marcos Fouces Tue, 17 Mar 2020 20:31:56 +0100 + -- Marcos Fouces Tue, 17 Mar 2020 20:31:56 +0100 diff -Nru acct-6.6.4/debian/rules acct-6.6.4/debian/rules --- acct-6.6.4/debian/rules 2020-03-28 11:50:57.000000000 +0000 +++ acct-6.6.4/debian/rules 2020-09-26 11:39:14.000000000 +0000 @@ -31,8 +31,5 @@ rm -f debian/tmp/usr/bin/last rm -f debian/tmp/usr/share/man/man1/last.1 -override_dh_installman: - dh_installman ac.1 accton.8 dump-acct.8 dump-utmp.8 lastcomm.1 sa.8 - override_dh_installinit: dh_installinit -- start 20 2 3 4 5 . stop 20 1 . diff -Nru acct-6.6.4/debian/upstream/metadata acct-6.6.4/debian/upstream/metadata --- acct-6.6.4/debian/upstream/metadata 1970-01-01 00:00:00.000000000 +0000 +++ acct-6.6.4/debian/upstream/metadata 2020-09-26 11:39:14.000000000 +0000 @@ -0,0 +1 @@ +Repository: http://svn.savannah.gnu.org/svn/acct/