diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-30 03:52:35 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-30 03:53:13 +0000 |
commit | 3ed62f3f92a54d4789f387f9920bd17b8ecba2a0 (patch) | |
tree | 11b7a2f7a05b93e9d8f4bb0107ca0c454808eafa | |
parent | Releasing progress-linux version 2.40.1-2~progress7.99u1. (diff) | |
download | util-linux-3ed62f3f92a54d4789f387f9920bd17b8ecba2a0.tar.xz util-linux-3ed62f3f92a54d4789f387f9920bd17b8ecba2a0.zip |
Merging debian version 2.40.1-3.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | debian/NEWS | 8 | ||||
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/control | 5 | ||||
-rwxr-xr-x | debian/rules | 2 | ||||
-rwxr-xr-x | debian/util-linux-locales.install | 2 | ||||
-rwxr-xr-x | debian/util-linux.install | 2 | ||||
-rwxr-xr-x | debian/util-linux.manpages | 2 |
7 files changed, 19 insertions, 8 deletions
diff --git a/debian/NEWS b/debian/NEWS new file mode 100644 index 0000000..ae050fb --- /dev/null +++ b/debian/NEWS @@ -0,0 +1,8 @@ +util-linux (2.40.1-2) unstable; urgency=medium + + * last(1) has been split off to the wtmpdb package. + If you find last(1) useful, please install wtmpdb and accept the default + PAM configuration changes from libpam-wtmpdb. + * lastb(1) is removed. Please see syslog/journal for failed login attempts. + + -- Chris Hofstaedtler <zeha@debian.org> Wed, 29 May 2024 23:52:19 +0200 diff --git a/debian/changelog b/debian/changelog index 37ff4e7..4413d2d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +util-linux (2.40.1-3) unstable; urgency=medium + + * Stop installing last(1), Suggest: wtmpdb instead + + -- Chris Hofstaedtler <zeha@debian.org> Wed, 29 May 2024 23:58:19 +0200 + util-linux (2.40.1-2~progress7.99u1) graograman-backports; urgency=medium * Uploading to graograman-backports, remaining changes: diff --git a/debian/control b/debian/control index 378e967..1874749 100644 --- a/debian/control +++ b/debian/control @@ -5,9 +5,9 @@ Build-Depends: bison, debhelper-compat (= 13), debhelper (>= 13.11.9~), - dh-sequence-zz-debputy-rrr (>= 0.1.23~), dh-exec, dh-package-notes, + dh-sequence-zz-debputy-rrr (>= 0.1.23~), flex, gettext, libaudit-dev [linux-any] <!stage1>, @@ -58,7 +58,8 @@ Suggests: dosfstools, kbd, util-linux-extra, - util-linux-locales + util-linux-locales, + wtmpdb Provides: hardlink Conflicts: diff --git a/debian/rules b/debian/rules index 6eb6c6b..91dc99a 100755 --- a/debian/rules +++ b/debian/rules @@ -44,6 +44,8 @@ CONFOPTS += --disable-kill CONFOPTS += --disable-chfn-chsh # => bsdmainutils CONFOPTS += --disable-cal +# => wtmpdb +CONFOPTS += --disable-last # Keep hwclock as GPLv2 (and others) CONFOPTS += --disable-hwclock-gplv3 diff --git a/debian/util-linux-locales.install b/debian/util-linux-locales.install index 251a3b5..a578ef8 100755 --- a/debian/util-linux-locales.install +++ b/debian/util-linux-locales.install @@ -53,8 +53,6 @@ debian/tmp/usr/share/man/*/man1/ionice.1 <!nodoc> [linu debian/tmp/usr/share/man/*/man1/ipcmk.1 <!nodoc> debian/tmp/usr/share/man/*/man1/ipcrm.1 <!nodoc> debian/tmp/usr/share/man/*/man1/ipcs.1 <!nodoc> -debian/tmp/usr/share/man/*/man1/last.1 <!nodoc> -debian/tmp/usr/share/man/*/man1/lastb.1 <!nodoc> debian/tmp/usr/share/man/*/man1/lscpu.1 <!nodoc> [linux-any] debian/tmp/usr/share/man/*/man1/lsipc.1 <!nodoc> [linux-any] debian/tmp/usr/share/man/*/man1/lslogins.1 <!nodoc> diff --git a/debian/util-linux.install b/debian/util-linux.install index 5347d2a..fa92269 100755 --- a/debian/util-linux.install +++ b/debian/util-linux.install @@ -32,8 +32,6 @@ usr/bin/ipcmk usr/bin/ipcrm usr/bin/ipcs usr/bin/isosize usr/sbin/ -usr/bin/last -usr/bin/lastb usr/bin/lsns [linux-any] usr/bin/mcookie usr/bin/mesg diff --git a/debian/util-linux.manpages b/debian/util-linux.manpages index 3a75c18..e7ff59c 100755 --- a/debian/util-linux.manpages +++ b/debian/util-linux.manpages @@ -10,8 +10,6 @@ debian/tmp/usr/share/man/man1/ionice.1 [linux-any] debian/tmp/usr/share/man/man1/ipcmk.1 debian/tmp/usr/share/man/man1/ipcrm.1 debian/tmp/usr/share/man/man1/ipcs.1 -debian/tmp/usr/share/man/man1/last.1 -debian/tmp/usr/share/man/man1/lastb.1 debian/tmp/usr/share/man/man1/lscpu.1 [linux-any] debian/tmp/usr/share/man/man1/lsipc.1 [linux-any] debian/tmp/usr/share/man/man1/lslogins.1 |