chiark / gitweb /
wip
[talk-2018-dc18-gdr.git] / talk.txt
1 [title slide]
2
3 Hi.
4
5 [context slide]
6
7 Sean Whitton and I are here to present a new git workflow tool for
8 Debian packaging.  It's primarily intended for Debian package
9 maintainers.  It's an alternative to gbp pq and to git-dpm.
10
11 Before I get tell you all about it I need to show where it fits into
12 the ecosystem of Debian package management software.  On this slide we
13 have you, the maintainer, on the left.  On the right we have the
14 Debian repositories.
15
16 You may have heard me plugging dgit once or twice.  You should all use
17 dgit!  dgit push publishes your git history so Debian's users can use
18 it!  But, that's not actually what I am here to talk about today.
19 git-debrebase does not need dgit, and dgit does not need
20 git-debrebase.
21
22 git-debrebase is a tool to help manage your git branch containing the
23 Debian version of a package you maintain.  git-debrebase helps you
24 maintain a useful git branch with the contents you need (for building
25 and uploading).
26
27 It maintains your Debian delta queue - that is, that is, the changes
28 you make, for Debian, to the upstream parts of the package - as a
29 series of commits.
30
31 [usps slide]