summaryrefslogtreecommitdiffstats
path: root/build-aux/build-debian.sh
Commit message (Collapse)AuthorAgeFilesLines
* build: replace autotools with cmakeRafael G. Martins2024-05-211-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 releasesRafael G. Martins2023-03-061-35/+16
|
* build: debian: disable tests for correct versionRafael G. Martins2023-02-121-1/+1
|
* build: debian: disable tests for recent distrosRafael G. Martins2023-02-121-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 releasesRafael G. Martins2023-02-121-2/+5
|
* build: debian: fix sed callsRafael G. Martins2023-02-121-2/+2
|
* build: debian: readd MY_P variableRafael G. Martins2022-02-131-0/+1
|
* build: debian: always build against same source fileRafael G. Martins2022-02-131-5/+31
| | | | this will avoid problems with debian source repositories.
* build: update debian/ubuntu releasesRafael G. Martins2022-02-021-5/+5
|
* build: debian: update chroot before building debsRafael G. Martins2021-02-101-1/+7
|
* build: debian: always include original sourceRafael G. Martins2021-01-021-0/+1
|
* build: debian: do not download pbuilder chroot if not building debsRafael G. Martins2021-01-021-5/+5
|
* build: debian: typoRafael G. Martins2021-01-021-1/+1
|
* build: debian do not build version bump commitsRafael G. Martins2021-01-021-1/+5
|
* build: debian: split jobsRafael G. Martins2021-01-021-70/+61
|
* build: debian: fix metadataRafael G. Martins2021-01-021-2/+2
|
* build: debian: several improvements to debian/ubuntu reposRafael G. Martins2021-01-021-23/+22
|
* build: debian: fix versioning and ship all deb artifactsRafael G. Martins2020-12-311-4/+29
|
* added debian packagingRafael G. Martins2020-12-311-0/+94