summaryrefslogtreecommitdiffstats
path: root/debian/bin/gencontrol.sh
Commit message (Collapse)AuthorAgeFilesLines
* debian: drop clang hackMichael Olbrich2023-06-281-7/+1
| | | | | | We can now build all toolchains on all distros Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* gencontrol.sh: don't build all toolchains by defaultMichael Olbrich2020-08-271-1/+7
| | | | | | | | | | The clang toolchains fail to build on Ubuntu Xenial. So we have several toolchains that come in pairs: one with clang and one without but otherwise identical. Build only one of them. The non-clang version on Ubuntu Xenial and the clang version everywhere else. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* debian: recommend dev packages needed for gcc plugin developmentMichael Olbrich2020-08-271-0/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* gencontrol.sh: update latest version from sidMichael Olbrich2019-09-051-1/+1
| | | | | | | | We have on explicit Python version in the dependencies. This is needed to build that 'sid' packages with a Python version that is not yet the default. Update this version to 3.8. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* gencontrol.sh: make sure the package name does not contain upper-case lettersMichael Olbrich2019-07-041-2/+3
| | | | | | | | Otherwise dpkg-gencontrol will abort the build. This can happen when the Version contains XX before an official release. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* allow building toolchains for UbuntuMichael Olbrich2019-03-211-2/+5
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* debian: allow python3.7-devMichael Olbrich2018-12-131-1/+1
| | | | | | | | The default python in buster is currently Python 3.6 but that will probably change in the near future. Allow python3.7-dev as build dependency so we can use it to build the debian packages for buster/sid. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* debian: improve debian packagingMichael Olbrich2018-12-131-6/+10
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* debian: complete overhaul of debian package generationUwe Kleine-König2018-12-061-0/+65
Make use of modern packaging tools. The most visible benefits are automatic generation of debug packages and meta packages depending on the current toolchain.