From 9eedb3c97724dfba146fd99bb9d9ec91a5ad26d3 Mon Sep 17 00:00:00 2001 From: Randall Winkhart Date: Tue, 9 May 2023 15:32:05 -0400 Subject: [PATCH] No longer include changelogs in distribution packages Former-commit-id: f019cfe5a5d5080f02473123cba8e91f23821db2 Former-commit-id: a73603b784e19218c87b6602f9f52a3aaebb3e90 --- package.sh | 3 --- share/doc/sshyp/changelog | 41 --------------------------------------- 2 files changed, 44 deletions(-) delete mode 100644 share/doc/sshyp/changelog diff --git a/package.sh b/package.sh index 41f6897..f6e215a 100755 --- a/package.sh +++ b/package.sh @@ -157,7 +157,6 @@ urls { mv port-jobs/working/* output/haikutemp/lib/sshyp/ # END PORT ln -s /system/lib/sshyp/sshyp.py output/haikutemp/bin/sshyp - cp -r share/doc/sshyp/. output/haikutemp/documentation/packages/sshyp/ cp -r share/licenses/sshyp/. output/haikutemp/documentation/packages/sshyp/ cp extra/completion.bash output/haikutemp/data/bash-completion/completions/sshyp cp extra/completion.zsh output/haikutemp/data/zsh/site-functions/_sshyp @@ -302,7 +301,6 @@ cp -r %%{_sourcedir}/usr %%{buildroot} /usr/share/zsh/site-functions/_sshyp %%license /usr/share/licenses/sshyp/license %%doc -/usr/share/doc/sshyp/changelog /usr/share/man/man1/sshyp.1.gz " > ~/rpmbuild/SPECS/sshyp.spec # START PORT @@ -368,7 +366,6 @@ printf "/usr/bin/sshyp /usr/lib/sshyp/sshyp.py /usr/local/share/bash-completion/completions/sshyp /usr/local/share/zsh/site-functions/_sshyp -/usr/share/doc/sshyp/changelog /usr/share/licenses/sshyp/license /usr/share/man/man1/sshyp.1.gz " > output/freebsdtemp/plist diff --git a/share/doc/sshyp/changelog b/share/doc/sshyp/changelog deleted file mode 100644 index a569b73..0000000 --- a/share/doc/sshyp/changelog +++ /dev/null @@ -1,41 +0,0 @@ -sshyp v1.4.2 -04/30/2023 - -the argumentative agronomist update - patch two - -IMPORTANT: the next major release of sshyp, v1.5.0, will make breaking changes that will require -running through 'sshyp tweak' again - also starting with v1.5.0, a copy of the changelog will no -longer be packaged with sshyp (it will still be available on GitHub) and clipboard tools -(x-clip and wl-clipboard) will be set to optional dependencies ('sshyp tweak' will warn of this) - -this release makes use of a new ports framework to make sshyp even smaller and faster than before - -user-facing features: - -- full WSL (Windows Subsystem for Linux) support -- partial MacOS support - ^ fully functional; packaging support has not yet been added -- dedicated help screen for 'gen' - ^ this was previously not included due to 'sshyp gen' being a valid command prior to v1.4.0 -- removed interactive input for whitelist management - ^ this is to be consistent with the removal of interactive input on clients in v1.4.0 - -fixes/optimizations: - -- leading and following spaces are no longer stripped when printing entry contents -- properly display an error when trying to remove a device from the whitelist that is not whitelisted -- ports framework to remove unneeded code for each platform - ^ BLANKS.py removes all blank lines - ^ CLIPBOARD.py removes non-platform-critical clipboard code - ^ COMMENTS.py removes all comments - ^ RMSERVER.py removes server-only code for creating client-only packages - ^ the Haiku package, which was already unsupported as a server, now only includes client code - ^ SHEBANG.sh sets the shebang to what is required by the platform - ^ TABS.sh converts all groups of spaces to tabs for space efficiency - ^ UNAME.py removes all instances of platform detection and leaves only the platform-required code - ^ THESE SCRIPTS ARE ONLY USED FOR PACKAGING AND DO NOT AFFECT THE SOURCE FILES IN THE GIT REPO - -<><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> - -The full history of changes to "sshyp" can be found on the following page: -https://github.com/rwinkhart/sshyp/tree/main/extra/changelog-archive/