- Feb 13, 2013
-
-
Natanael Copa authored
-
- Feb 07, 2013
-
-
Natanael Copa authored
-
Natanael Copa authored
This has the nice effect that we get the index automatically built for our REPODEST. Discussion here: http://lists.alpinelinux.org/alpine-devel/0249.html
-
Natanael Copa authored
-
Natanael Copa authored
-
Natanael Copa authored
fixes #1477
-
- Jan 07, 2013
-
-
Carlo Landmeter authored
ref #1537
-
- Dec 30, 2012
-
-
Natanael Copa authored
-
Natanael Copa authored
Tool to help find ABI breakages in package upgrades
-
- Nov 29, 2012
-
-
Natanael Copa authored
-
Natanael Copa authored
ref #1484
-
Natanael Copa authored
-
- Oct 30, 2012
-
-
Natanael Copa authored
-
Natanael Copa authored
- remove duplicate provides with so version 0 - exit with error if there are multiple provides with different versions
-
- Oct 11, 2012
-
-
Natanael Copa authored
-
- Oct 10, 2012
-
-
Natanael Copa authored
-
Natanael Copa authored
It is never and should never be used.
-
Natanael Copa authored
-
Natanael Copa authored
-
Natanael Copa authored
-
- Oct 04, 2012
-
-
Natanael Copa authored
-
Natanael Copa authored
-
- Oct 02, 2012
-
-
Natanael Copa authored
So far only openjdk6 needs it and uclibc cannot have it, so we make it optional.
-
Natanael Copa authored
This will hopefully help detect depends problems early
-
Natanael Copa authored
-
Natanael Copa authored
and fall back to traditional so dependency tracing when not available also sort the deps
-
- Sep 19, 2012
-
-
Natanael Copa authored
-
- Sep 14, 2012
-
-
Natanael Copa authored
-
Natanael Copa authored
-
- Sep 10, 2012
-
-
Natanael Copa authored
This option will enable recursive search of shared-objects, which is disable by default.
-
- Sep 08, 2012
-
-
Natanael Copa authored
Skip .so files without version number in filename when soname has version number. This solves issue with libgcj/gcc-java who ships both libgcj_bc.so and libgcj_bc.so.1.0.0 which both has soname libgcj_bc.so.1
-
Natanael Copa authored
So we actually scan those dirs
-
- Sep 06, 2012
-
-
Natanael Copa authored
-
Natanael Copa authored
This is to avoid scan dlopen'ed plugins. We scan any rpath set by any subpackage from same apkbuild. If it depends on rpath to other package, developer will have to add that to ldpath. This change means we have to move generation of .provides-so and .needs-so til after all .rpaths are generated.
-
- Sep 05, 2012
-
-
Natanael Copa authored
This changes the format of .provides-so file. We now add a column with the version number
-
Natanael Copa authored
-
Natanael Copa authored
So it is not treated as a special 'virtual' We use version number 0 for now.
-
- Sep 04, 2012
-
-
Natanael Copa authored
-
Natanael Copa authored
-
- May 23, 2012
-
-
Natanael Copa authored
-