Skip to content

Commit

Permalink
Extend merge for libraw
Browse files Browse the repository at this point in the history
  • Loading branch information
AMDmi3 committed Jul 25, 2023
1 parent ee84d06 commit 7019aca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 800.renames-and-merges/lib.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@
- { setname: libquvi-scripts, namepat: "libquvi[0-9.-]+-scripts" }
- { setname: libquvi-scripts, namepat: "libquvi-scripts[0-9.-]+" }
- { setname: libraqm, name: raqm }
- { setname: libraw, namepat: "libraw[0-9]{2}" } # be careful not to include libraw1394
- { setname: libraw, namepat: "libraw[0-9]{1,2}" } # be careful not to include libraw1394
- { setname: libraw1394, name: libraw1394-8 }
- { setname: librdkafka, name: rdkafka }
- { setname: librealsense, namepat: "librealsense[0-9.-]+" }
Expand Down

0 comments on commit 7019aca

Please sign in to comment.