diff options
author | B. Watson <urchlay@slackware.uk> | 2023-08-18 03:12:18 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-08-26 19:07:11 +0700 |
commit | 02ff565a8b1a8fb693e251b60af4b2379187636c (patch) | |
tree | 7e7ecae1bf17e3d2bb8cf8044c7d4d82928ff9d0 /misc | |
parent | b3a3b09e68fb017e297f16f7c49a19c48e949196 (diff) |
misc/bdf2psf: Note to self.
Signed-off-by: B. Watson <urchlay@slackware.uk>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'misc')
-rw-r--r-- | misc/bdf2psf/bdf2psf.SlackBuild | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/misc/bdf2psf/bdf2psf.SlackBuild b/misc/bdf2psf/bdf2psf.SlackBuild index 857c5ce01763e..30e39142ad183 100644 --- a/misc/bdf2psf/bdf2psf.SlackBuild +++ b/misc/bdf2psf/bdf2psf.SlackBuild @@ -2,11 +2,19 @@ # Slackware build script for bdf2psf -# Originally written 2015 Didier Spaier Paruis, France +# Originally written 2015 Didier Spaier Paris, France # Now maintained by B. Watson (urchlay@slackware.uk) # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 20230818 bkw: No changes, just a note to myself: +# repology complains that this is outdated, and indeed Debian has a +# v1.222. However, it's v1.222 of the 'parent' package, console-setup. +# The contents of Debian's bdf2psf 1.207 and 1.222 .deb packages are +# identical, except changelog.gz differences that document changes to +# console-setup (none of which change the bdf2psf portion of it). So +# this doesn't need an update. + # 20221228 bkw: move ARCH assignment to top of script. # 20220110 bkw: |