[Rpm-maint] [rpm-software-management/rpm] Add support for debugsource subpackages and split debuginfo subpackages (#180)

Panu Matilainen notifications at github.com
Thu Mar 30 10:16:54 UTC 2017


pmatilai commented on this pull request.



> +
+static rpmTag copyTagsForDebugMain[] = {
+    RPMTAG_ARCH,
+    RPMTAG_SUMMARY,
+    RPMTAG_DESCRIPTION,
+    RPMTAG_GROUP,
+    /* see addTargets */
+    RPMTAG_OS,
+    RPMTAG_PLATFORM,
+    RPMTAG_OPTFLAGS,
+};
+
+/* this is a hack: patch the summary and the description to include
+ * the correct package name */
+static void patch_debug_package_string(Package dbg, rpmTag tag, Package pkg, Package mainpkg)
+{

Just a stylistic nit, but this underscory function name looks a bit odd, surrounded by all those camelCases.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/180#pullrequestreview-29952080
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20170330/e3073ccf/attachment.html>


More information about the Rpm-maint mailing list