Codebase list rust-libslirp / 1665058
Adding patch header step to quilt ed neville 3 years ago
1 changed file(s) with 6 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
304304 $ quilt push -a
305305 $ quilt new relax-dep.diff
306306 $ quilt edit Cargo.toml
307 $ quilt header -e --dep3
307308 $ quilt refresh
308309 $ cargo build # check that it works. if it does, then
309310 $ cp -R patches ../../src/<package>/debian
328329
329330 .. _explanation: https://salsa.debian.org/rust-team/debcargo-conf/merge_requests/86#note_135456
330331
332 Information on patch headers is available in `dep3`_.
333
334 .. _dep3: https://dep-team.pages.debian.net/deps/dep3/
335
331336 Help, something went wrong!
332337 ---------------------------
333338
346351 * https://blog.hackeriet.no/packaging-a-rust-project-for-debian/
347352 * https://blog.hackeriet.no/packaging-rust-part-II/
348353
349 Now are they, those two blog posts, parked here. Waiting for better integration.
354 Now are they, those two blog posts, parked here. Waiting for better integration.