blob: e72ebec572f4f4c15374ddd50c0cae6aaeb55936 (
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
|
<!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="gbp.man.reference">
<title>Command Reference</title>
&man.git.buildpackage;
&man.git.importdsc;
&man.git.importorig;
&man.git.dch;
</appendix>
<appendix id="gbp.copyleft">
<title>Copyright</title>
&gbp.copyright;
</appendix>
</book>
|