chiark / gitweb /
changelog: start 9.12
[dgit.git] / README.md
1 dgit & git-debrebase
2 ====================
3
4  * `dgit` - git integration with the Debian archive
5  * `git-debrebase` - delta queue rebase tool for Debian packaging
6
7 These tools are independent and can be used separately, but they work
8 well together, and they share a source package and a test suite.
9
10 dgit
11 ----
12
13 dgit allows you to treat the Debian archive as if it were a git
14 repository.  Conversely, it allows Debian to publish the source of its
15 packages as git branches, in a format which is directly useable by
16 ordinary people.
17
18 Documentation: https://manpages.debian.org/testing/dgit
19
20 git-debrebase
21 -------------
22
23 git-debrebase is a tool for representing in git, and manpulating,
24 Debian packages based on upstream source code.
25
26 Documentation: https://manpages.debian.org/testing/git-debrebase
27
28 Contributing
29 ------------
30
31 The source is maintained in git (of course).  The principal git
32 branch can be found at either of these locations:
33
34  * https://salsa.debian.org/dgit-team/dgit
35  * https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git/dgit.git/
36
37 Merge requests on Salsa are welcome; as are code contributions via the
38 Debian Bug Tracking System.  If you encounter a bug, please report it
39 via the Debian BTS.
40
41 The package is marked up for message and document translation.  
42 See po/README which has Notes for Translators.