Skip to content

Commit

Permalink
Merge pull request #479 from andreas-schwab/master
Browse files Browse the repository at this point in the history
Fix pattern for debuginfo packages in baselibs_global.conf
  • Loading branch information
mlschroe committed Dec 11, 2018
2 parents e12f613 + 2aa795d commit c7e17f1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions baselibs_configs/baselibs_global-sle15.conf
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@ post "/sbin/ldconfig"

package /(.*)-debuginfo$/
targetname <match1>-<targettype>-debuginfo
+/usr/lib(64|ilp32)?/debug/.*/lib(64|ilp32)?/.*\.(so\..*|so|o|a|la)\.debug$
+/usr/lib(64|ilp32)?/debug/.build-id/.*
+/usr/lib/debug/(.*/)?lib(64|ilp32)?/.*\.(so\..*|so|o|a|la)(-.*-.*\..*)?\.debug$
+/usr/lib/debug/\.build-id/.*
4 changes: 2 additions & 2 deletions baselibs_configs/baselibs_global.conf
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@ post "/sbin/ldconfig"

package /(.*)-debuginfo$/
targetname <match1>-<targettype>-debuginfo
+/usr/lib(64|ilp32)?/debug/.*/lib(64|ilp32)?/.*\.(so\..*|so|o|a|la)\.debug$
+/usr/lib(64|ilp32)?/debug/.build-id/.*
+/usr/lib/debug/(.*/)?lib(64|ilp32)?/.*\.(so\..*|so|o|a|la)(-.*-.*\..*)?\.debug$
+/usr/lib/debug/\.build-id/.*

0 comments on commit c7e17f1

Please sign in to comment.