File: README.md

package info (click to toggle)
dgit 13.19
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 4,084 kB
  • sloc: perl: 13,953; sh: 7,268; makefile: 340; python: 334; tcl: 69
file content (42 lines) | stat: -rw-r--r-- 1,321 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
dgit & git-debrebase
====================

 * `dgit` - git integration with the Debian archive
 * `git-debrebase` - delta queue rebase tool for Debian packaging

These tools are independent and can be used separately, but they work
well together, and they share a source package and a test suite.

dgit
----

dgit allows you to treat the Debian archive as if it were a git
repository.  Conversely, it allows Debian to publish the source of its
packages as git branches, in a format which is directly usable by
ordinary people.

Documentation: https://manpages.debian.org/testing/dgit

git-debrebase
-------------

git-debrebase is a tool for representing in git, and manpulating,
Debian packages based on upstream source code.

Documentation: https://manpages.debian.org/testing/git-debrebase

Contributing
------------

The source is maintained in git (of course).  The principal git
branch can be found at either of these locations:

 * https://salsa.debian.org/dgit-team/dgit
 * https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git/dgit.git/

Merge requests on Salsa are welcome; as are code contributions via the
Debian Bug Tracking System.  If you encounter a bug, please report it
via the Debian BTS.

The package is marked up for message and document translation.  
See po/README which has Notes for Translators.