[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug default/19262] New: make abipkgdiff support taking just two directories that contain packages and debuginfo
https://sourceware.org/bugzilla/show_bug.cgi?id=19262
Bug ID: 19262
Summary: make abipkgdiff support taking just two directories
that contain packages and debuginfo
Product: libabigail
Version: unspecified
Status: NEW
Severity: enhancement
Priority: P2
Component: default
Assignee: dodji at redhat dot com
Reporter: dodji at redhat dot com
CC: libabigail at sourceware dot org
Target Milestone: ---
Just typing the below should work:
abipkgdiff dir1/ dir2/
wiith dir1/ containing foo1.rpm (or .deb) and foo1-debuginfo.rpm and dir2/
containin$g foo2.rpm and foo2-debuginfo.rpm.
The guessing of what constitutes the name of a binary package and what its
accompanying debuginfo package name is should be fuzzy enough to support the
various possible naming schemes around.
This would make things simpler for users, even if I suspect that it would
complicate the code a lot more.
--
You are receiving this mail because:
You are on the CC list for the bug.