Commit 05ca235
fix(repack): correct apply-patches handling and exclude upstream tarballs
The --apply-patches flag was not propagated to the packer, causing
dpkg-source to always use --skip-patches and omit the .pc directory
in merged source archives. Additionally, the repack step included the
upstream .orig.tar.* file alongside the extracted source tree.
Forward the flag correctly and ensure only the unpacked source
directory is included in the merged tarball.
Fixes: b1837f8 ("feat: add command to create a standard bom ...")
Signed-off-by: Syeda Shagufta Naaz <[email protected]>1 parent a45ba32 commit 05ca235
2 files changed
+8
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
45 | 49 | | |
46 | 50 | | |
47 | 51 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
166 | 166 | | |
167 | 167 | | |
168 | 168 | | |
169 | | - | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
170 | 172 | | |
171 | 173 | | |
172 | 174 | | |
| |||
0 commit comments