@@ -4,65 +4,11 @@ Developers and users interested in the future of dctrl-tools
4
4
(grep-dctrl and friends) are encouraged to subscribe to the
5
5
dctrl-tools-devel mailing list at
6
6
http://lists.alioth.debian.org/mailman/listinfo/dctrl-tools-devel
7
- Early versions are available in the experimental distribution of
8
- Debian.
9
7
10
8
11
- Source management
12
-
13
- Source is managed with git under collab-maint/dctrl-tools.git. If you
14
- are a Debian developer or have collab-maint guest privileges, you can
15
- do
16
- git clone ssh://
[email protected] /git/collab-maint/dctrl-tools.git
17
- For anonymous checkouts, use
18
- git clone http://git.debian.org/git/collab-maint/dctrl-tools.git
19
-
20
- Anybody may submit proposed changes as git-format-patch(1) mails to
21
- the mailing list.
22
-
23
- Rules of conduct for people with push access to the repository:
24
-
25
- - Commits should be signed off by the submitter and anybody who
26
- contributed copyrightable stuff to that commit; a line of the form
27
-
28
- Signed-off-by: Contributor's Name <
[email protected] >
29
-
30
- in the commit message signifies that the contributor identified on
31
- that line asserts the Developer's Certificate of Origin 1.1 for
32
- that particular contribution.
33
9
34
- The authoritative version of the Developer's Certificate of Origin
35
- for this project is in the Git blob
36
- c930ac94c745efafe5a6fb4bbe12def76b3af994; Antti-Juhani Kaijanaho
37
- believes that it is identical to the document of the same name
38
- used in Linux and other projects. That blob can be accessed in a
39
- Git repository that contains it by the command git-cat-file blob
40
- c930ac94c745efafe5a6fb4bbe12def76b3af994
41
-
42
- - It is good form to discuss nontrivial changes on the mailing list
43
- (see above) before pushing so no reverts have to be made.
44
-
45
- - Simple bugfixes and translation updates may be pushed by anybody
46
- at any time.
47
-
48
- - Anything committed or merged to master (and any release
49
- maintenance branches) must compile and pass the test suite at
50
- least on the committer or merger's development machine; use topic
51
- branches for instable development.
52
-
53
- - Topic branches should not be made public on the collab-maint
54
- repository. Instead, send patch sets to the list when you
55
- want to publish.
56
-
57
- - Include an update of debian/changelog in your commits. One-line
58
- summary of the commit is sufficient, as you can elaborate in the
59
- commit log and in comments you might add to the source.
60
-
61
- - Make sure that the distribution in debian/changelog is UNRELEASED
62
- unless the commit is about preparing a release; the top line in
63
- debian/changelog should look like
10
+ Source management
64
11
65
- dctrl-tools (2.12) UNRELEASED; urgency=low
12
+ Upstream source is managed with git in GitHub
13
+ https://github.com/ajkaijanaho/dctrl-tools
66
14
67
- (where 2.12 is the expected version number of the next release,
68
- and "low" may be replaced by any other valid urgency value).
0 commit comments