Codebase list rust-serde-xml-rs / c4f4e92
Update README on how to relax deps Ximin Luo 5 years ago
1 changed file(s) with 4 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
138138 In order to limit the number of duplicated libraries in the archive,
139139 please try to evaluate if a newer version of the dependencies could be used.
140140
141 To achieve that, after ./release.sh, try:
141 To achieve that, after ./update.sh, try:
142142 $ cd build/<package>/
143 $ rm -rf .pc # sometimes this is necessary due to minor debcargo bug
144 $ quilt push -a
143145 $ quilt new relax-dep.diff
144146 $ quilt edit Cargo.toml
145147 $ quilt refresh
148 $ cargo build # check that it works. if it does, then
146149 $ cp -R patches ../../src/<package>/debian
147150
148151