Codebase list rust-serde-xml-rs / 23d4343
create a contributing file Sylvestre Ledru 1 year, 11 months ago
2 changed file(s) with 36 addition(s) and 29 deletion(s). Raw diff Collapse all Expand all
0 ==========
1 Sponsoring
2 ==========
3
4
5 Ready for upload (Request For Sponsor)
6 ======================================
7
8 If you do not have upload rights, simply ``touch src/$crate/debian/RFS`` in
9 your crate's directory, commit and push it, and a DD or DM will get around to
10 it at some point.
11
12 Please join the IRC channel #debian-rust on OFTC to be available to answer
13 to questions. Please monitor the RFS file as the sponsors can use it to
14 communicate with the maintainer.
15
16 If you haven't seen activity for 2 or 3 weeks, feel free to ping sylvestre on the
17 IRC #debian-rust channel.
18
19 If your update breaks semver compatibility, please first check the reverse
20 dependencies by running::
21
22 $ aptitude search '~Dlibrust-$cratename'
23
24 and try to verify that they won't be broken by your update, by building them.
25 If they are broken, then:
26
27 1. Document the problem in ``debian/BLOCK``.
28 2. File an issue upstream to report that they should update to the new library
29 3. Write a patch if you can get that working, and document it.
30
31
32 Review list
33 ===========
34
35 To list all packages under RFS, run ``dev/list-rfs.sh``.
1010 Should file a RM request to ftpmasters for these old crates:
1111
1212 (no old crates, yay!)
13
14
15 Ready for upload (Request For Sponsor)
16 ======================================
17
18 If you do not have upload rights, simply ``touch src/$crate/debian/RFS`` in
19 your crate's directory, commit and push it, and a DD or DM will get around to
20 it at some point.
21
22 Please join the IRC channel #debian-rust on OFTC to be available to answer
23 to questions. Please monitor the RFS file as the sponsors can use it to
24 communicate with the maintainer.
25
26 If you haven't seen activity for 2 or 3 weeks, feel free to ping sylvestre on the
27 IRC #debian-rust channel.
28
29 To list all packages under RFS, run ``dev/list-rfs.sh``.
30
31 If your update breaks semver compatibility, please first check the reverse
32 dependencies by running::
33
34 $ aptitude search '~Dlibrust-$cratename'
35
36 and try to verify that they won't be broken by your update, by building them.
37 If they are broken, then:
38
39 1. Document the problem in ``debian/BLOCK``.
40 2. File an issue upstream to report that they should update to the new library
41 3. Write a patch if you can get that working, and document it.
4213
4314
4415 Unblocking testing migrations