summaryrefslogtreecommitdiff
path: root/debian/patches/series
Commit message (Collapse)AuthorAge
* Use Python 3 for testsGravatar Benjamin Barenblat2019-10-27
|
* Use sh as the shell for rcmGravatar Benjamin Barenblat2018-12-20
| | | | | | rcm only requires a POSIX-compliant shell – not Bash. The various sh options in Debian are POSIX-compliant, and many of them are substantially faster than Bash. Force rcm to run under /bin/sh.
* Patch out references to macOS in the man pagesGravatar Benjamin Barenblat2018-12-20
| | | | | Debian isn’t macOS; our man pages don’t need to cover hostname(1)’s foibles there.
* Move contributor list to its own fileGravatar Benjamin Barenblat2018-12-20
Upstream puts the output of git-shortlog into a man page. However, that’s not suitable for Debian – we can’t ship the entire Git history in a source package. It’s also unclear whether contributor lists even really belong in a man page. Pregenerate the contributor list, and install it in /usr/share/doc/rcm. Future developers: You can regenerate the contributor list with git shortlog -es v$UPSTREAM_VERSION >debian/doc/CONTRIBUTORS