blob: eab3745266effa034ea256f4078116ef2b5ef596 (
plain)
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
43
44
45
46
|
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [
<!ENTITY % COMMON SYSTEM "common.ent">
%COMMON;
<!ENTITY % VERSION SYSTEM "version.ent">
%VERSION;
<!ENTITY % MANPAGES SYSTEM "manpages/manpages.ent">
%MANPAGES;
<!ENTITY % CHAPTERS SYSTEM "chapters/chapters.ent">
%CHAPTERS;
<!ENTITY gbp.copyright SYSTEM "copyright.sgml">
]>
<book id="gbp">
<bookinfo>
<title>Building Debian Packages with git-buildpackage</title>
<author>&dhfirstname; &dhsurname;</author>
<address>&dhemail;</address>
<subtitle>Version: &gbp-version;</subtitle>
</bookinfo>
&ch.intro;
&ch.import;
&ch.building;
&ch.releases;
&ch.cfgfile;
&ch.special;
<appendix id="man.reference">
<title>Command Reference</title>
&man.git.buildpackage;
&man.git.importdsc;
&man.git.importdscs;
&man.git.importorig;
&man.git.dch;
&man.gbp.clone;
&man.gbp.pull;
&man.gbp.pq;
&man.gbp.create.remote.repo;
&man.gbp.conf;
</appendix>
<appendix id="gbp.copyleft">
<title>Copyright</title>
&gbp.copyright;
</appendix>
</book>
|