summaryrefslogtreecommitdiff
path: root/debian/control
Commit message (Collapse)AuthorAge
* Update compat level and Standards-VersionGravatar Benjamin Barenblat2020-10-15
|
* Update Standards-Version to 4.4.1Gravatar Benjamin Barenblat2019-10-27
| | | | No changes were required.
* Use Python 3 for testsGravatar Benjamin Barenblat2019-10-27
|
* Set Multi-Arch: foreign1.3.3-2Gravatar Benjamin Barenblat2019-01-03
|
* 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
* Begin packaging 1.3.3Gravatar Benjamin Barenblat2018-12-20
|
* Remove upstream’s Debian packagingGravatar Benjamin Barenblat2018-12-20
|
* Start bringing in the Makefile.am from gitshGravatar Mike Burns2014-02-26
| | | | | | | | | | | It introduces the `Makefile.am` from gitsh, and abstracts it a bit. This `Makefile.am`, or most of it, could be dropped into gitsh again. How to use it is documented in `DEVELOPERS.md`. The whole release process is more consistent and simple: `make release` to build a tarball, Homebrew, Arch, Debian, HTML (from manpages), and tag it, pushed to the various repos, and with cleanup. The `release` target is composed of smaller targets that stack well.
* Able to generate deb packagesGravatar Mike Burns2013-07-27
The following command can generate a Debian package: debuild -us uc The directory structure and tarball must be perfectly set up first. This is documented in `DEVELOPERS.md`.