doc: add 'Software: Extras' page listing all third-party downloads

This commit is contained in:
nodiscc
2021-10-16 00:36:02 +02:00
parent 39a434acdd
commit fb2266cde0
4 changed files with 19 additions and 0 deletions

View File

@@ -1,4 +1,5 @@
#!/usr/bin/make #!/usr/bin/make
# please update doc/md/packages/extras.md after adding changes to this file
WGET=wget --continue --no-verbose --show-progress --directory-prefix=cache/downloads/ WGET=wget --continue --no-verbose --show-progress --directory-prefix=cache/downloads/
all: download_extra all: download_extra

View File

@@ -35,6 +35,7 @@ This repository contains the `live-build` configuration and scripts used to buil
- [Software: System](doc/md/packages/system.md) - [Software: System](doc/md/packages/system.md)
- [Software: Development](doc/md/packages/development.md) - [Software: Development](doc/md/packages/development.md)
- [Software: Games](doc/md/packages/games.md) - [Software: Games](doc/md/packages/games.md)
- [Software: Extras](doc/md/packages/extras.md)
- [Changelog](CHANGELOG.md) - [Changelog](CHANGELOG.md)

View File

@@ -35,6 +35,7 @@ This repository contains the `live-build` configuration and scripts used to buil
- [Software: System](packages/system.md) - [Software: System](packages/system.md)
- [Software: Development](packages/development.md) - [Software: Development](packages/development.md)
- [Software: Games](packages/games.md) - [Software: Games](packages/games.md)
- [Software: Extras](packages/extras.md)
- [Changelog](CHANGELOG.md) - [Changelog](CHANGELOG.md)

16
doc/md/packages/extras.md Normal file
View File

@@ -0,0 +1,16 @@
### Extras
For convenience, some software that are not part of the official Debian distribution is included in the live system/installer. These components are listed in [Makefile.extra](https://gitlab.com/nodiscc/debian-live-config/-/blob/master/Makefile.extra):
<!-- grep '# EXTRA' Makefile.extra -->
- https://github.com/scopatz/nanorc
- https://github.com/az0/cleanerml
- https://github.com/nodiscc/user.js
- https://github.com/EionRobb/pidgin-opensteamworks/
- https://github.com/yt-dlp/yt-dlp
- https://addons.mozilla.org/en-US/firefox/addon/keepassxc-browser/
- https://addons.mozilla.org/en-US/firefox/addon/cookie-autodelete/
These components are not installed from APT repositories and will receive no automatic updates unless someone [packages and uploads them](https://wnpp.debian.net/) to the Debian archive. Please refer to each component's documentation for manual upgrade instructions.