diff options
-rw-r--r-- | NEWS | 1 | ||||
-rw-r--r-- | UPSTREAM | 18 |
2 files changed, 19 insertions, 0 deletions
@@ -1,3 +1,4 @@ +- document Mageia divergences with upstream - fix typo that breaks emiting maven provides - generate a perlapi-<version> provide when libperl.so is found (inspirated from mdv (pok)) diff --git a/UPSTREAM b/UPSTREAM new file mode 100644 index 0000000..b6e7b79 --- /dev/null +++ b/UPSTREAM @@ -0,0 +1,18 @@ +"-" denotes upstream features we lack +"+" denotes Mageia features + +Those that could be replaced by patches: + +- brp-compress: + + we default to bzip2 instead of gzip +- find-debuginfo.sh: (only Mageia pluses) + + EXCLUDE_FROM_FULL_STRIP environment variable so that we can exclude files + from being completely stripped, but for their debugging symbols. + + allow for for only stripping files without creating debug package contents + by setting DISABLE_DEBUG environment variable + + check real debug directory + +Other divergences: + +- perl.prov, perl.req: quite some work prior to merge but doable +- pkgconfigdeps.sh: forked, work needed |