summaryrefslogtreecommitdiffstats
path: root/debian
Commit message (Collapse)AuthorAgeFilesLines
* debian: WIP versionMichael Olbrich2019-07-041-0/+6
| | | | 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-212-5/+18
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* release 2018.12.0v2018.12.0Michael Olbrich2018-12-131-0/+6
| | | | 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-136-47/+66
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* debian: complete overhaul of debian package generationUwe Kleine-König2018-12-0610-0/+142
Make use of modern packaging tools. The most visible benefits are automatic generation of debug packages and meta packages depending on the current toolchain.