summaryrefslogtreecommitdiffstats
path: root/debian/rules
Commit message (Collapse)AuthorAgeFilesLines
* remove special DESTDIR handlingMichael Olbrich2019-09-031-7/+8
| | | | | | | | Use the regular <platform>/sysroot-cross instead. The toolchain is relocatable. Building it in /opt is not necessary and it is currently broken anyways. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* debian/rules: add exclude list to dh_makeshlibs as wellMichael Olbrich2019-09-021-0/+4
| | | | | | It should ignore target libs as well. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* image-toolchain-tgz: strip host binaries only for the tarballMichael Olbrich2019-09-021-1/+0
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* debian: improve debian packagingMichael Olbrich2018-12-131-8/+33
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* debian: complete overhaul of debian package generationUwe Kleine-König2018-12-061-0/+33
Make use of modern packaging tools. The most visible benefits are automatic generation of debug packages and meta packages depending on the current toolchain.