aboutsummaryrefslogtreecommitdiffstats
path: root/main/debootstrap
Commit message (Collapse)AuthorAgeFilesLines
* main/debootstrap: upgrade to 1.0.93Sören Tempel2018-01-221-3/+3
|
* main/debootstrap: modernize APKBUILDSören Tempel2018-01-221-2/+3
|
* [various]: unify names of licenses according to SPDXJakub Jirutka2017-12-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit updates $license variable in all APKBUILDs to comply with short names specified by SPDX version 3.0 [1] where possible. It was done using find-and-replace method on substrings inside $license variables. Only license names were updated, not "expressions" specifying relation between the licenses (e.g. "X and Y", "X or Y", "X and (Y or Z)") or exceptions (e.g. "X with exceptions"). Many licenses have a version or multiple variants, e.g. MPL-2.0, BSD-2-Clause, BSD-3-Clause. However, $license in many aports do not contain license version or variant. Since there's no way how to infer this information just from abuild, it were left without the variant suffix or version, i.e. non SPDX compliant. GNU licenses (AGPL, GFDL, GPL, LGPL) are especially complicated. They exist in two variants: -only (formerly e.g. GPL-2.0) and -or-later (formerly e.g. GPL-2.0+). We did not systematically noted distinguish between these variants, so GPL-2.0, GPL2, GPLv2 etc. may mean GPL-2.0-only or GPL-2.0-or-later. Thus GNU licenses without "+" (e.g. GPL2+) were left without the variant suffix, i.e. non SPDX compliant. Note: This commit just fixes format of the license names, no verification has been done if the specified license information is actually correct! [1]: https://spdx.org/licenses/
* main/debootstrap: use http for sourceTimo Teräs2017-11-211-1/+1
|
* main/*: fix homepage url and source from http:// to https://Jakub Jirutka2017-11-191-1/+1
| | | | | | | Most of these updates is based on data from https://repology.org/, detection based on permanent redirect from http:// to https://. $source urls are updated when they contain $url as substring.
* main/debootstrap: upgrade to 1.0.92Natanael Copa2017-10-311-2/+2
|
* main/debootstrap: upgrade to 1.0.91Sören Tempel2017-07-291-2/+2
|
* main/debootstrap: upgrade to 1.0.90André Klitzing2017-05-061-3/+3
|
* main/debootstrap: upgrade to 1.0.89Sören Tempel2017-03-133-80/+3
|
* main/debootstrap: fix sourceSören Tempel2016-11-041-5/+5
|
* main/debootstrap: upgrade to 1.0.81Sören Tempel2016-05-101-4/+4
|
* main/debootstrap: upgrade to 1.0.80Jakub Jirutka2016-05-031-8/+8
|
* main/debootstrap: upgrade to 1.0.78Sören Tempel2016-02-101-5/+5
|
* main/debootstrap: upgrade to 1.0.75Sören Tempel2015-11-201-5/+5
|
* main/debootstrap: add init-freedom patchNatanael Copa2015-11-102-1/+45
| | | | | from https://git.devuan.org/d-i/debootstrap/blob/master/debian/patches/init-freedom-668001.patch
* main/debootstrap: upgrade to 1.0.74Sören Tempel2015-11-101-7/+7
| | | | | | | Also depend on debian-archive-keyring therefore enabling signature verification of the downloaded packages. Without this you will always get a warning when trying to install a package inside the chroot using apt.
* main/debootstrap: remove pkgdetails.cSören Tempel2015-08-202-362/+5
| | | | | In my opinion it doesn't belong in this package, it could be shipped by a separate package but I don't think that it is that useful.
* main/debootstrap: add doc subpackageSören Tempel2015-08-201-3/+6
|
* main/debootstrap: cleanup by providing custom makedev scriptSören Tempel2015-08-202-28/+39
| | | | | Instead of replicating the Makefile devices.tar.gz rule in the package() APKBUILD function.
* main/debootstrap: upgrade to 1.0.72Sören Tempel2015-08-171-7/+9
|
* main/debootstrap: upgrade to 1.0.67Natanael Copa2015-04-291-5/+5
|
* main/debootstrap: update to 1.0.64Peter Bui2014-11-071-4/+4
|
* main/debootstrap: upgrade to 1.0.60Natanael Copa2014-05-141-5/+5
|
* main/debootstrap: upgrade to 1.0.53Natanael Copa2013-09-181-4/+4
|
* main/deboostrap: upgrade to 1.0.52Bartłomiej Piotrowski2013-06-071-4/+4
|
* main/debootstrap: upgrade to 1.0.48 and depend on GNU tarNatanael Copa2013-04-261-4/+8
|
* main/debootstrap: sync pkgdetails.c from bootstrap-base-udeb in debian sidWilliam Pitcock2012-12-182-30/+168
|
* main/debootstrap: upgrade to 1.0.44William Pitcock2012-12-181-2/+2
|
* main/debootstrap: upgrade to 1.0.42Natanael Copa2012-08-211-3/+3
|
* main/debootstrap: upgrade to 1.0.38Natanael Copa2012-02-071-2/+2
|
* main/debootstrap: upgrade to 1.0.32William Pitcock2011-06-101-2/+2
|
* main/debootstrap: upgrade to 1.0.29William Pitcock2011-04-181-2/+2
|
* main/debootstrap: upgrade to 1.0.28Natanael Copa2011-02-251-4/+4
|
* Set all packages with arch="x86 x86_64" to arch="all".William Pitcock2011-01-131-1/+1
|
* main/*: add archNatanael Copa2010-12-131-0/+1
|
* main/[various]: bump pkgrel to force rebuild against nptlNatanael Copa2010-05-041-1/+1
|
* main/debootstrap: new aportNatanael Copa2010-02-242-0/+254
Debian/Ubuntu bootstrap scripts http://packages.qa.debian.org/d/debootstrap.html fixes #291