chiark / gitweb /
ups-3
[talk-2018-dc18-gdr.git] / junk
1
2 git-debrebase does not do any builds.  You use your existing favourite
3 build tools for that.  Nor does git-debrebase do anything to do with
4 actual source packages (that is, .dsc files).  Typically, other tools
5 will automatically convert your git branch into an identical source
6 package, when you upload.
7
8 git-debrebase does not deal with orig tarballs, either.  It is a
9 purely git tool, so it consumes upstream source code in gitish form.
10 Ideally, you base your work on upstream git tags, and an equivalent
11 orig tarball (or one made with git-deborig).  Otherwise, you can
12 import an upstream tarball with a tool gbp-import-orig.
13
14 git-debrebase concentrates on managing the Debian packaging, and the
15 Debian delta queue - 
16
17 [usp slide]
18
19
20
21
22
23 , and the Debian packaging.  - the changes you make
24 in bb
25
26
27
28 (When you are uploading a new upstream to Debian,
29 you'll use tools like git-deborig or git-archive to generate a .orig
30 corresponding to the upstream source.)
31
32