Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | build: replace autotools with cmake | Rafael G. Martins | 2024-05-21 | 1 | -134/+0 |
| | | | | | | | | | | | | | | | this patch removes all the autoconf/automake/libtool build infrastructure and replaces it with cmake. notable default behavior changes: - man pages are not pre-built, and are not built by default, must be enabled with `-DBUILD_MANPAGES=ON`. removed features: - srpm packaging, to be reintroduced at some point. - deb packaging, now handled externally via rafaelmartins/deb.rgm.io more stuff must be missing, please report bugs! | ||||
* | build: debian: use pbuilder-chroots from github releases | Rafael G. Martins | 2023-03-06 | 1 | -35/+16 |
| | |||||
* | build: debian: disable tests for correct version | Rafael G. Martins | 2023-02-12 | 1 | -1/+1 |
| | |||||
* | build: debian: disable tests for recent distros | Rafael G. Martins | 2023-02-12 | 1 | -0/+3 |
| | | | | | git-fast-import hangs for some reason I don't know yet when running under dpkg-buildpackage, but works fine otherwise. | ||||
* | build: debian: upgrade releases | Rafael G. Martins | 2023-02-12 | 1 | -2/+5 |
| | |||||
* | build: debian: fix sed calls | Rafael G. Martins | 2023-02-12 | 1 | -2/+2 |
| | |||||
* | build: debian: readd MY_P variable | Rafael G. Martins | 2022-02-13 | 1 | -0/+1 |
| | |||||
* | build: debian: always build against same source file | Rafael G. Martins | 2022-02-13 | 1 | -5/+31 |
| | | | | this will avoid problems with debian source repositories. | ||||
* | build: update debian/ubuntu releases | Rafael G. Martins | 2022-02-02 | 1 | -5/+5 |
| | |||||
* | build: debian: update chroot before building debs | Rafael G. Martins | 2021-02-10 | 1 | -1/+7 |
| | |||||
* | build: debian: always include original source | Rafael G. Martins | 2021-01-02 | 1 | -0/+1 |
| | |||||
* | build: debian: do not download pbuilder chroot if not building debs | Rafael G. Martins | 2021-01-02 | 1 | -5/+5 |
| | |||||
* | build: debian: typo | Rafael G. Martins | 2021-01-02 | 1 | -1/+1 |
| | |||||
* | build: debian do not build version bump commits | Rafael G. Martins | 2021-01-02 | 1 | -1/+5 |
| | |||||
* | build: debian: split jobs | Rafael G. Martins | 2021-01-02 | 1 | -70/+61 |
| | |||||
* | build: debian: fix metadata | Rafael G. Martins | 2021-01-02 | 1 | -2/+2 |
| | |||||
* | build: debian: several improvements to debian/ubuntu repos | Rafael G. Martins | 2021-01-02 | 1 | -23/+22 |
| | |||||
* | build: debian: fix versioning and ship all deb artifacts | Rafael G. Martins | 2020-12-31 | 1 | -4/+29 |
| | |||||
* | added debian packaging | Rafael G. Martins | 2020-12-31 | 1 | -0/+94 |