Codebase list rust-stfu8 / 8c0b9df
update TODO, fix bug resetting deletion of src/*/debian/RFS Ximin Luo 4 years ago
2 changed file(s) with 5 addition(s) and 11 deletion(s). Raw diff Collapse all Expand all
1919 ======================================
2020
2121 If you do not have upload rights, simply `touch src/$crate/debian/RFS` in your
22 crate's directory and a DD or DM will get around to it at some point.
22 crate's directory, commit and push it, and a DD or DM will get around to it at
23 some point.
2324
2425 To list all packages under RFS, run `dev/list-rfs.sh`.
2526
3435 1. Document the problem in `debian/BLOCK`.
3536 2. File an issue upstream to report that they should update to the new library
3637 3. Write a patch if you can get that working, and document it.
37
38 Old delayed/problematic list, to be moved to src/*/debian/BLOCK::
39
40 none
4138
4239
4340 Unblocking testing migrations
8683
8784 [ ] alga
8885 [ ] c_vec
89 [ ] cast
9086 [ ] criterion
9187 [ ] criterion-plot
9288 [ ] criterion-stats
93 [ ] cssparser
9489 [ ] downcast-rs
9590 [ ] handlebars
9691 [ ] itertools-num
10499 [ ] simplelog
105100 [ ] syn-0.11.11
106101 [ ] synom
107 [ ] thread-scoped (NEW)
108102 [ ] unicode-xid-0.0.4
109103
110104
5858 fi
5959 dch -m -r -D $DISTRO ""
6060 git add debian/changelog
61 git rm -f debian/RFS
61 git rm debian/RFS
6262 )
6363
6464 revert_git_changes() {
65 git reset
66 git checkout -- "$PKGDIR/debian/changelog"
65 git reset --merge
66 git checkout -- "$PKGDIR/debian/changelog" "$PKGDIR/debian/RFS"
6767 git checkout "$PREVBRANCH"
6868 git branch -d "$RELBRANCH"
6969 }