summaryrefslogtreecommitdiff
path: root/dists
AgeCommit message (Collapse)AuthorFilesLines
2020-03-09Remove LGPL related codesubmit/tizen/20200309.160113accepted/tizen/unified/20200310.151108Mateusz Moscicki1-18/+0
Change-Id: Ie91cb2f7d4cc45c344999394086542786254f1f2
2016-12-13debian: refer to official debian package repoJohn Ogness51-1128/+3
Since there is now an official repository for the Debian packaging, refer to that instead of trying to mirror all the Debian files. Signed-off-by: John Ogness <john.ogness@linutronix.de>
2016-12-01openembedded: add openembedded layerJohn Ogness2-0/+95
Signed-off-by: John Ogness <john.ogness@linutronix.de>
2016-11-30debian: various fixups during submission processv2.0.0John Ogness9-24/+18
Remove unnecessary build dependencies and compile with extra hardening. Signed-off-by: John Ogness <john.ogness@linutronix.de>
2016-11-30debian: fix uscan supportJohn Ogness4-15/+261
Signed-off-by: John Ogness <john.ogness@linutronix.de>
2016-11-30debian: delete mcd user on purgeJohn Ogness2-0/+88
Signed-off-by: John Ogness <john.ogness@linutronix.de>
2016-11-30debian: do not install .la filesJohn Ogness2-2/+0
Specified here: https://wiki.debian.org/ReleaseGoals/LAFileRemoval Signed-off-by: John Ogness <john.ogness@linutronix.de>
2016-11-30autoconf/debian: cleanup manpage and script handlingJohn Ogness12-22/+46
Manpages and scripts were being specified directly into dist_* variables. That is now how such files should be specified. It also complicated the process of packaging minicoredumper for Debian. Now manpages and scripts are specified in man_MANS and sbin_SCRIPTS. The Debian package now makes use of the symlink feature of dh_installman to handle the symbolic link manpage. Signed-off-by: John Ogness <john.ogness@linutronix.de>
2016-11-30docs/scripts: relicense public domain files as BSD-2-clauseJohn Ogness2-16/+0
Signed-off-by: John Ogness <john.ogness@linutronix.de>
2016-11-21debian: add stretch debianizationJohn Ogness21-0/+397
Signed-off-by: John Ogness <john.ogness@linutronix.de>
2016-09-23minicoredumper: replace libjson.a with libjson-cJohn Ogness2-5/+1
libjson.a is no longer maintained and does not compile under Debian/stretch. Rather than maintaining this library ourselves, add an external dependency to libjson-c, a well-known and security-maintained json parser. Signed-off-by: John Ogness <john.ogness@linutronix.de>
2016-09-22debian: do not use upstream initJohn Ogness4-5/+162
To use the upstream init, "dh_installinit --onlyscripts" must be used. However, this modifies the inst/rm scripts for all packages, not just the one with the init script. Therefore, instead of using the upstream init, we provide a copy for the debianization. Signed-off-by: John Ogness <john.ogness@linutronix.de>
2016-09-21debian: move debianization into a dists directoryJohn Ogness19-0/+244
Distribution packaging is really a job for the package maintainer. However, we would like to keep a copy ourselves in git. So a new "dists" sub-directory is now available for that. Also, since autotools now does nearly all installation work and uses decent defaults, there is no reason for the Debian packaging to do it. This simplifies the Debian packaging. Signed-off-by: John Ogness <john.ogness@linutronix.de>