aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS1
-rw-r--r--UPSTREAM18
2 files changed, 19 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index b728163..1930dc2 100644
--- a/NEWS
+++ b/NEWS
@@ -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